summaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.h
Commit message (Expand)AuthorAge
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-13
* Use RunPassesOn as in the rest of bugpoint.Rafael Espindola2010-08-10
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-08
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-07
* Revert bugpoint change due to buildbot breakage.Bob Wilson2010-08-05
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-05
* Add const to compileProgram and to the various test functions in CrashDebugger.Rafael Espindola2010-08-05
* Add a Module argument to the remaining runPasses methods and mark getContextRafael Espindola2010-08-05
* Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola2010-08-05
* Add const to some methods and change TestMergedProgram to return the mergedRafael Espindola2010-07-31
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-30
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-28
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Use ValueMap instead of DenseMap.Devang Patel2010-06-24
* Remove accidentally committed cruft.Nick Lewycky2010-04-14
* Bugpoint no longer uses exceptions.Nick Lewycky2010-04-14
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-12
* Remove dead argument and clean whitespace. No functionality change.Nick Lewycky2010-04-10
* Free all Constants in ~LLVMConstantImpl. We avoid assertion failuresJeffrey Yasskin2010-03-22
* Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin2010-03-19
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-05
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Use CloneModule's ValueMap in more places, instead of lookingDan Gohman2009-04-22
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-08
* remove attributions from tools.Chris Lattner2007-12-29
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-14
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-04
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling2006-10-25
* Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner2006-09-15
* fit in 80 colsChris Lattner2006-08-17
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-15
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-13
* For PR351:Reid Spencer2005-12-22
* When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner2005-08-02
* Eliminate tabs and trailing spacesJeff Cohen2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner2004-05-11
* Merge the code generator miscompilation code into the optimizer miscompilationChris Lattner2004-04-05
* Make a method publicChris Lattner2004-04-05