Made error message more comprehensible.
[oota-llvm.git] / tools / bugpoint / CodeGeneratorBug.cpp
2003-10-20 Misha BrukmanMade error message more comprehensible.
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-19 Chris LattnerDon't bother forwarding function references which are...
2003-10-19 Chris LattnerFix iterator invalidation problem
2003-10-18 Chris LattnerUpdate compile information
2003-10-18 Chris LattnerPrint -fno-strict-aliasing as well
2003-10-14 Chris LattnerChange the execute methods to take the shared object...
2003-10-14 Chris LattnerThe return value of compileSharedObject was never used...
2003-10-14 Chris Lattnerminor cleanups
2003-10-14 Chris LattnerFix minor formatting bug
2003-08-28 Misha BrukmanRenaming `dis' -> `llvm-dis'.
2003-08-17 Chris LattnerGive correct command line for making a shared object
2003-08-17 Chris LattnerMake sure that "newmain" gets names for its arguments
2003-08-17 Chris LattnerFix message
2003-08-07 Misha BrukmanFile-related functions moved to FileUtilities.h .
2003-08-07 Misha BrukmanRe-grouped and alphabetized headers for easier reading...
2003-08-07 Misha BrukmanFixed path for SystemUtils.h and a few code cleanups.
2003-08-04 Chris LattnerPrint accurate run instructions for when testing LLC
2003-08-03 Chris LattnerFix problem I introduced in bugpoint with the cleanup...
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-08-01 Chris LattnerDon't emit modules with lots of cruft hanging off of...
2003-07-30 Misha BrukmanIgnore intrinsic functions -- don't mangle their names...
2003-07-30 Misha BrukmanCodeGeneratorBug.cpp:
2003-07-29 Misha Brukman* Disambiguate symbols before we start splitting module...
2003-07-28 Misha BrukmanImplemented cleanups as suggested by Chris:
2003-07-28 Misha BrukmanBugDriver.h:
2003-07-24 Misha BrukmanMade a bunch of cleanups, as per Chris' recommendations:
2003-07-24 Misha BrukmanMajor addition to bugpoint: ability to debug code gener...