aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-08Adjust what's included to compensate for changes in Parser.hReid Spencer
2004-06-08Merged BytecodeHandler.h into Parser.h since the parser and the handlerReid Spencer
2004-06-07Fix PR361.Chris Lattner
2004-06-07New testcase for PR361Chris Lattner
2004-06-07Make all of this functionality work directly on win32. Properly conditionalizeChris Lattner
2004-06-07Implement getTimeRecord natively in Win32, properly conditionalize theChris Lattner
2004-06-07Eliminate more traces of the -c optionChris Lattner
2004-06-07Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer
2004-06-07Added checks for mkstemp and getrusage.John Criswell
2004-06-05Add some notes so I can throw away one of my many todo lists.Chris Lattner
2004-06-05Fix GCC warningChris Lattner
2004-06-05Fix GCC warningsChris Lattner
2004-06-05Fix a few typos, spellos, grammaros.Reid Spencer
2004-06-05Add "work in progress" warning.Reid Spencer
2004-06-05Include cerrno.Alkis Evlogimenos
2004-06-05Remove an unused variable.Chris Lattner
2004-06-05Macros are baaad.Chris Lattner
2004-06-05Don't #include <unistd.h> directly, go through the config filesChris Lattner
2004-06-05Add missing #includeChris Lattner
2004-06-05Work around VS bugChris Lattner
2004-06-05Warning fooChris Lattner
2004-06-05As much as I dislike doing this, it's the only fix for VC8.0 that I can comeChris Lattner
2004-06-05Remove unused varChris Lattner
2004-06-04Squelch a warningChris Lattner
2004-06-04Delete some unreachable codeChris Lattner
2004-06-04* No more CachedWriter::setStream()Misha Brukman
2004-06-04Revert ostream back to reference: the only user (llvm-tv) no longer needs it.Misha Brukman
2004-06-04Add some constants for VCChris Lattner
2004-06-04Fix up some spacing & fix a typo in an assertion in cpValue2Value.Brian Gaeke
2004-06-04Ugh, apparently there is no common ground here.Chris Lattner
2004-06-04Fix a *really* dumb warning on VCChris Lattner
2004-06-04Fix more warningsChris Lattner
2004-06-04Remove support for printing strings from the cached writerChris Lattner
2004-06-04Don't send random junk to CachedWriter's. Also remove a cast that could beChris Lattner
2004-06-04GCC doesn't like prefix form of cast with two identifiers I guess.Chris Lattner
2004-06-04Squish a warningChris Lattner
2004-06-04Silence a warningChris Lattner
2004-06-04Add ssize_t for VC++Chris Lattner
2004-06-04<io.h> provides read/write/open/...Chris Lattner
2004-06-04Visual C has something resembling a stat function, but it doesn't provide S_I...Chris Lattner
2004-06-04Make this work on VC++, pull the HAVE_ALLOCA_H case out instead of duplicatingChris Lattner
2004-06-04Add more needed typedefsChris Lattner
2004-06-04Add explicit casts to silence warnings. There is no need to use snprintf here.Chris Lattner
2004-06-04Make this work with VC++Chris Lattner
2004-06-04Fix a nasty bug that caused areAliases to always return false.Chris Lattner
2004-06-04Emit a more sensible error message if no subclasses of Target are defined.Misha Brukman
2004-06-04Clarify documentation and use correct doxygen comment form /// vs. // .Misha Brukman
2004-06-04Fix extraneous tagChris Lattner
2004-06-04New docChris Lattner
2004-06-04Fix PR356: [doc] lib/Target/X86/README.txt needs updateChris Lattner