aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/BugDriver.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-38/+43
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Fix bugpoint execution/reference output file nameHal Finkel2013-06-281-1/+1
* Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.Rafael Espindola2013-06-181-0/+2
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-1/+1
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-131-1/+2
* Use RunPassesOn as in the rest of bugpoint.Rafael Espindola2010-08-101-2/+1
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-081-10/+9
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-071-5/+1
* Revert bugpoint change due to buildbot breakage.Bob Wilson2010-08-051-1/+5
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-051-5/+1
* Add const to compileProgram and to the various test functions in CrashDebugger.Rafael Espindola2010-08-051-1/+1
* Add a Module argument to the remaining runPasses methods and mark getContextRafael Espindola2010-08-051-9/+6
* Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola2010-08-051-3/+4
* Add const to some methods and change TestMergedProgram to return the mergedRafael Espindola2010-07-311-3/+4
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-301-3/+6
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-281-4/+5
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-201-12/+11
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-201-11/+12
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-201-12/+11
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-201-11/+12
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
* Use ValueMap instead of DenseMap.Devang Patel2010-06-241-2/+2
* 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