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