aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.h
AgeCommit message (Expand)Author
2008-12-08Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman
2007-12-29remove attributions from tools.Chris Lattner
2007-11-14Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky
2007-07-04Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2006-10-25Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling
2006-09-15Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner
2006-08-17fit in 80 colsChris Lattner
2006-08-15This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins
2006-06-13Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner
2005-12-22For PR351:Reid Spencer
2005-08-02When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner
2005-04-22Eliminate tabs and trailing spacesJeff Cohen
2005-04-22Remove trailing whitespaceMisha Brukman
2004-05-11Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner
2004-04-05Merge the code generator miscompilation code into the optimizer miscompilationChris Lattner
2004-04-05Make a method publicChris Lattner
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