aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/BugDriver.h
Commit message (Expand)AuthorAgeFilesLines
* Remove accidentally committed cruft.Nick Lewycky2010-04-141-3/+0
* Bugpoint no longer uses exceptions.Nick Lewycky2010-04-141-3/+4
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-121-23/+28
* Remove dead argument and clean whitespace. No functionality change.Nick Lewycky2010-04-101-2/+1
* Free all Constants in ~LLVMConstantImpl. We avoid assertion failuresJeffrey Yasskin2010-03-221-0/+1
* Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin2010-03-191-1/+3
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-2/+2
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-1/+1
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-4/+4
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-4/+5
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-2/+6
* Use CloneModule's ValueMap in more places, instead of lookingDan Gohman2009-04-221-1/+4
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-081-5/+5
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-141-3/+6
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-041-11/+11
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-1/+2
* Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling2006-10-251-0/+5
* Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner2006-09-151-2/+1
* fit in 80 colsChris Lattner2006-08-171-1/+2
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-151-2/+21
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-131-1/+2
* For PR351:Reid Spencer2005-12-221-2/+7
* When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner2005-08-021-0/+4
* Eliminate tabs and trailing spacesJeff Cohen2005-04-221-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-221-4/+4
* Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner2004-05-111-0/+9
* Merge the code generator miscompilation code into the optimizer miscompilationChris Lattner2004-04-051-0/+10
* Make a method publicChris Lattner2004-04-051-1/+2
* Add a new "AutoDebugCrashes" optionChris Lattner2004-03-141-2/+5
* Add new methodChris Lattner2004-03-141-0/+5
* Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner2004-03-141-20/+27
* Add a method to extract a loopChris Lattner2004-03-141-0/+5
* Refactor all of the "splitting a module into two pieces" code to avoidChris Lattner2004-03-141-0/+5
* 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