summaryrefslogtreecommitdiff
path: root/tools/bugpoint/CodeGeneratorBug.cpp
Commit message (Expand)AuthorAge
* I hate it when bugpoint is all ready to give me a bytecode file, then crashesChris Lattner2003-11-05
* Simplify the performFinalCleanups interfaceChris Lattner2003-11-05
* Made error message more comprehensible.Misha Brukman2003-10-20
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Don't bother forwarding function references which are external to the program...Chris Lattner2003-10-19
* Fix iterator invalidation problemChris Lattner2003-10-19
* Update compile informationChris Lattner2003-10-18
* Print -fno-strict-aliasing as wellChris Lattner2003-10-18
* Change the execute methods to take the shared object filename by const refere...Chris Lattner2003-10-14
* The return value of compileSharedObject was never used. Return the sharedChris Lattner2003-10-14
* minor cleanupsChris Lattner2003-10-14
* Fix minor formatting bugChris Lattner2003-10-14
* Renaming `dis' -> `llvm-dis'.Misha Brukman2003-08-28
* Give correct command line for making a shared objectChris Lattner2003-08-17
* Make sure that "newmain" gets names for its argumentsChris Lattner2003-08-17
* Fix messageChris Lattner2003-08-17
* File-related functions moved to FileUtilities.h .Misha Brukman2003-08-07
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-07
* Fixed path for SystemUtils.h and a few code cleanups.Misha Brukman2003-08-07
* Print accurate run instructions for when testing LLCChris Lattner2003-08-04
* Fix problem I introduced in bugpoint with the cleanup functionsChris Lattner2003-08-03
* DEBUG got moved to Debug.hChris Lattner2003-08-01
* Don't emit modules with lots of cruft hanging off of them.Chris Lattner2003-08-01
* Ignore intrinsic functions -- don't mangle their names or rewrite calls to them.Misha Brukman2003-07-30
* CodeGeneratorBug.cpp:Misha Brukman2003-07-30
* * Disambiguate symbols before we start splitting module by functionsMisha Brukman2003-07-29
* Implemented cleanups as suggested by Chris:Misha Brukman2003-07-28
* BugDriver.h:Misha Brukman2003-07-28
* Made a bunch of cleanups, as per Chris' recommendations:Misha Brukman2003-07-24
* Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman2003-07-24