summaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.h
Commit message (Expand)AuthorAge
...
* Add new methodChris Lattner2004-03-14
* Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner2004-03-14
* Add a method to extract a loopChris Lattner2004-03-14
* Refactor all of the "splitting a module into two pieces" code to avoidChris Lattner2004-03-14
* Add a new method for use by the code generator crash debugger.Chris Lattner2004-02-18
* Make more stuff public. Make the instruction argument toChris Lattner2004-02-18
* make a bunch of methods publicChris Lattner2004-02-18
* A couple of minor cleanups: don't forward declare private classes, put privateChris Lattner2004-02-18
* Cleanup and simplify manipulation of the program, eliminate the need for soChris Lattner2004-02-18
* Add a stub for debugging code generator crashesChris Lattner2004-02-18
* Update comments, if we are running with the CBE, make sure the InterpreterChris Lattner2004-02-18
* Add check-exit-code option, defaulting to true.Brian Gaeke2004-02-11
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* 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
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Be more helpful if a pass fails while chasing down a miscompilationChris Lattner2003-10-17
* 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
* If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it forChris Lattner2003-08-05
* Parameterize the performFinalCleanups a bitChris Lattner2003-08-01
* Added comment to function isExecutingJIT()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
* Speed up convergence significantly and also reduce the size of testcases by m...Chris Lattner2003-04-24
* Remove dead functionsChris Lattner2003-04-24
* Use the list reducer to improve convergence speed and to support crashes thatChris Lattner2003-04-24
* Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner2003-04-24
* * Reduce the number of useless bytecode files produced by bugpoint.Chris Lattner2003-02-28
* Make bugpoint *much* more powerful, giving it the capability to delete instru...Chris Lattner2003-01-23
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-23
* Initial checkin of bugpointChris Lattner2002-11-20