summaryrefslogtreecommitdiff
path: root/tools/bugpoint/CodeGeneratorBug.cpp
Commit message (Expand)AuthorAge
* 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