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