Minor cleanups, remove some old debug code
[oota-llvm.git] / tools / bugpoint / CodeGeneratorBug.cpp
2004-04-05 Chris LattnerMinor cleanups, remove some old debug code
2004-04-05 Chris LattnerMake full use of the Mangler interface to simplify...
2004-04-05 Chris LattnerMinor change
2004-03-14 Chris LattnerRefactor and clean up a bunch more code. No major...
2004-03-14 Chris LattnerRefactor all of the "splitting a module into two pieces...
2004-03-12 Brian GaekeRevise comment and error message for the Bug 38 situati...
2004-02-20 Chris LattnerIf bugpoint can't match the reference output, at LEAST...
2004-02-20 Chris LattnerWild and passionate uncontrolled goose chases are amusi...
2004-02-17 Chris LattnerThe CBE is now in llc, not llvm-dis
2004-01-14 Chris Lattnerfinegrainify namespacification
2003-11-22 Chris LattnerUse new interfaces
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerI hate it when bugpoint is all ready to give me a bytec...
2003-11-05 Chris LattnerSimplify the performFinalCleanups interface
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...