aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/BugDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix whitespace.Michael J. Spencer2011-03-311-10/+10
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-311-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-081-2/+2
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-071-16/+5
* Revert bugpoint change due to buildbot breakage.Bob Wilson2010-08-051-5/+16
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-051-16/+5
* Add a Module argument to the remaining runPasses methods and mark getContextRafael Espindola2010-08-051-1/+1
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-301-1/+1
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-201-2/+1
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-201-1/+2
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-201-2/+1
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-201-1/+2
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-121-43/+42
* Trim #includes.Dan Gohman2010-03-241-1/+0
* Free all Constants in ~LLVMConstantImpl. We avoid assertion failuresJeffrey Yasskin2010-03-221-0/+4
* Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin2010-03-191-2/+2
* Make bugpoint use ParseIRFile instead of doing the same thing manually.Dan Gohman2009-09-031-12/+5
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-181-0/+19
* Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov2009-08-051-1/+1
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-19/+18
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-5/+5
* Support remote execute for ARM.David Goodwin2009-07-101-1/+1
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-021-2/+3
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-2/+2
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-2/+4
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-9/+9
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-021-2/+3
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-081-1/+2
* Detabify.Bill Wendling2008-02-261-1/+1
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-041-5/+5
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-061-4/+5
* switch tools to bitcode from bytecodeChris Lattner2007-05-061-11/+6
* add bitcode supportChris Lattner2007-05-061-1/+9
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-2/+2
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+3
* Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling2006-10-251-0/+10
* For PR797:Reid Spencer2006-08-181-9/+4
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-151-16/+14
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-131-2/+3
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-061-1/+1
* print a nice error if bugpoint gets an error reading inputs. Bug identifiedChris Lattner2006-05-141-16/+21
* For PR351:Reid Spencer2005-12-221-11/+23
* Remove trailing whitespaceMisha Brukman2005-04-221-3/+3
* Allow compilers that can't distinguish between a class instantiation andReid Spencer2004-12-201-1/+2
* For PR351:Reid Spencer2004-12-161-1/+1
* LinkModules is now in the Linker classReid Spencer2004-12-131-1/+1
* Linker.h has a new home.Reid Spencer2004-11-141-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-2/+2