aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/BugDriver.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new method for use by the code generator crash debugger.Chris Lattner2004-02-181-0/+6
* Make more stuff public. Make the instruction argument toChris Lattner2004-02-181-20/+20
* make a bunch of methods publicChris Lattner2004-02-181-26/+25
* A couple of minor cleanups: don't forward declare private classes, put privateChris Lattner2004-02-181-2/+0
* Cleanup and simplify manipulation of the program, eliminate the need for soChris Lattner2004-02-181-3/+18
* Add a stub for debugging code generator crashesChris Lattner2004-02-181-4/+9
* Update comments, if we are running with the CBE, make sure the InterpreterChris Lattner2004-02-181-3/+6
* Add check-exit-code option, defaulting to true.Brian Gaeke2004-02-111-7/+3
* 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-4/+4
* fix file headersChris Lattner2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Be more helpful if a pass fails while chasing down a miscompilationChris Lattner2003-10-171-0/+3
* Change the execute methods to take the shared object filename by const refere...Chris Lattner2003-10-141-5/+9
* The return value of compileSharedObject was never used. Return the sharedChris Lattner2003-10-141-2/+2
* If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it forChris Lattner2003-08-051-0/+2
* Parameterize the performFinalCleanups a bitChris Lattner2003-08-011-2/+3
* Added comment to function isExecutingJIT()Misha Brukman2003-07-281-0/+2
* BugDriver.h:Misha Brukman2003-07-281-1/+2
* Made a bunch of cleanups, as per Chris' recommendations:Misha Brukman2003-07-241-2/+7
* Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman2003-07-241-5/+31
* Speed up convergence significantly and also reduce the size of testcases by m...Chris Lattner2003-04-241-0/+2
* Remove dead functionsChris Lattner2003-04-241-13/+0
* Use the list reducer to improve convergence speed and to support crashes thatChris Lattner2003-04-241-6/+10
* Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner2003-04-241-2/+14
* * Reduce the number of useless bytecode files produced by bugpoint.Chris Lattner2003-02-281-0/+6
* Make bugpoint *much* more powerful, giving it the capability to delete instru...Chris Lattner2003-01-231-0/+8
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-231-8/+39
* Initial checkin of bugpointChris Lattner2002-11-201-0/+109