summaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.cpp
Commit message (Expand)AuthorAge
* Remove PathV1.h use from BugDriver.cpp.Rafael Espindola2013-06-18
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-17
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-12
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-26
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-01
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Make it possible to use the linker without destroying the source module. This...Tanya Lattner2011-10-11
* Fix whitespace.Michael J. Spencer2011-03-31
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-31
* Merge System into Support.Michael J. Spencer2010-11-29
* 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 a Module argument to the remaining runPasses methods and mark getContextRafael Espindola2010-08-05
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-30
* 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
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-12
* Trim #includes.Dan Gohman2010-03-24
* 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 bugpoint use ParseIRFile instead of doing the same thing manually.Dan Gohman2009-09-03
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-18
* Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov2009-08-05
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* Support remote execute for ARM.David Goodwin2009-07-10
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-02
* 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
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-08
* Detabify.Bill Wendling2008-02-26
* remove attributions from tools.Chris Lattner2007-12-29
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-04
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-06
* switch tools to bitcode from bytecodeChris Lattner2007-05-06
* add bitcode supportChris Lattner2007-05-06
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling2006-10-25
* For PR797:Reid Spencer2006-08-18
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-15