summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/CodeGeneratorBug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge the code generator miscompilation code into the optimizer miscompilationChris Lattner2004-04-051-311/+0
* Minor cleanups, remove some old debug codeChris Lattner2004-04-051-43/+13
* Make full use of the Mangler interface to simplify codeChris Lattner2004-04-051-63/+9
* Minor changeChris Lattner2004-04-051-1/+1
* Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner2004-03-141-1/+1
* Refactor all of the "splitting a module into two pieces" code to avoidChris Lattner2004-03-141-32/+7
* Revise comment and error message for the Bug 38 situation. Also, make itBrian Gaeke2004-03-121-4/+5
* If bugpoint can't match the reference output, at LEAST provide the outputChris Lattner2004-02-201-3/+7
* Wild and passionate uncontrolled goose chases are amusing to watch, but notChris Lattner2004-02-201-1/+8
* The CBE is now in llc, not llvm-disChris Lattner2004-02-171-1/+1
* finegrainify namespacificationChris Lattner2004-01-141-23/+21
* Use new interfacesChris Lattner2003-11-221-6/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* I hate it when bugpoint is all ready to give me a bytecode file, then crashesChris Lattner2003-11-051-2/+2
* Simplify the performFinalCleanups interfaceChris Lattner2003-11-051-2/+2
* Made error message more comprehensible.Misha Brukman2003-10-201-1/+2
* fix file headersChris Lattner2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Don't bother forwarding function references which are external to the program...Chris Lattner2003-10-191-2/+4
* Fix iterator invalidation problemChris Lattner2003-10-191-3/+2
* Update compile informationChris Lattner2003-10-181-1/+1
* Print -fno-strict-aliasing as wellChris Lattner2003-10-181-1/+1
* Change the execute methods to take the shared object filename by const refere...Chris Lattner2003-10-141-3/+2
* The return value of compileSharedObject was never used. Return the sharedChris Lattner2003-10-141-2/+1
* minor cleanupsChris Lattner2003-10-141-2/+2
* Fix minor formatting bugChris Lattner2003-10-141-2/+2
* Renaming `dis' -> `llvm-dis'.Misha Brukman2003-08-281-1/+1
* Give correct command line for making a shared objectChris Lattner2003-08-171-1/+7
* Make sure that "newmain" gets names for its argumentsChris Lattner2003-08-171-1/+4
* Fix messageChris Lattner2003-08-171-2/+3
* File-related functions moved to FileUtilities.h .Misha Brukman2003-08-071-1/+1
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-071-1/+1
* Fixed path for SystemUtils.h and a few code cleanups.Misha Brukman2003-08-071-7/+5
* Print accurate run instructions for when testing LLCChris Lattner2003-08-041-6/+20
* Fix problem I introduced in bugpoint with the cleanup functionsChris Lattner2003-08-031-8/+9
* DEBUG got moved to Debug.hChris Lattner2003-08-011-1/+1
* Don't emit modules with lots of cruft hanging off of them.Chris Lattner2003-08-011-4/+10
* Ignore intrinsic functions -- don't mangle their names or rewrite calls to them.Misha Brukman2003-07-301-1/+6
* CodeGeneratorBug.cpp:Misha Brukman2003-07-301-8/+18
* * Disambiguate symbols before we start splitting module by functionsMisha Brukman2003-07-291-5/+6
* Implemented cleanups as suggested by Chris:Misha Brukman2003-07-281-41/+39
* BugDriver.h:Misha Brukman2003-07-281-14/+202
* Made a bunch of cleanups, as per Chris' recommendations:Misha Brukman2003-07-241-17/+13
* Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman2003-07-241-0/+176
OpenPOWER on IntegriCloud