summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/bugpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete -std-compile-opts.Rafael Espindola2014-10-161-10/+0
* Handle inlining in populateLTOPassManager like in populateModulePassManager.Rafael Espindola2014-08-211-1/+2
* Move DisableGVNLoadPRE from populateLTOPassManager to PassManagerBuilder.Rafael Espindola2014-08-211-1/+1
* Don't internalize all but main by default.Rafael Espindola2014-08-051-2/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-1/+1
* static link polly into toolsSebastian Pop2014-03-141-0/+10
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-1/+1
* [Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth2014-03-041-1/+1
* Fix typoTobias Grosser2014-02-191-3/+3
* Do not reference llvm-gcc from bugpointTobias Grosser2014-01-271-3/+3
* Whitespace.NAKAMURA Takumi2014-01-151-8/+8
* [bugpoint] Increase the default memory limit for subprocesses to 300MB.Daniel Sanders2013-10-251-3/+3
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-281-0/+1
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+1
* Fix #includes after my last commit.Jakub Staszak2013-01-101-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-3/+3
* Allow bugpoint to recognize -bb-vectorizeHal Finkel2012-02-071-0/+1
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-021-0/+1
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-021-1/+1
* Add -O1/2/3 to bugpoint, so when you conclude opt -O2 reproduces an issue, yo...Eli Friedman2011-06-061-2/+28
* switch bugpoint and liblto to PassManagerBuilder.Chris Lattner2011-05-221-12/+10
* Disable debug mode.Devang Patel2011-01-141-2/+2
* Little help to debug the bugpoint itself.Devang Patel2011-01-131-0/+12
* Merge System into Support.Michael J. Spencer2010-11-291-3/+3
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-0/+13
* Straighten out any triple strings passed on the command line beforeDuncan Sands2010-08-281-2/+2
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-081-2/+8
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-071-8/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+2
* Revert bugpoint change due to buildbot breakage.Bob Wilson2010-08-051-1/+8
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-051-8/+1
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-201-2/+2
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-201-2/+2
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-201-2/+2
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-201-2/+2
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-121-18/+6
* Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin2010-03-191-4/+20
* only print the override triple if it exists!Chris Lattner2009-08-311-2/+3
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-181-1/+10
* MSVC warning fixes; patch by Stein Roger!Daniel Dunbar2009-08-071-1/+1
* Pass true to the Internalize parameter of createStandardLTOPasses,Dan Gohman2009-07-271-1/+1
* Add -std-{compile,link}-opts to bugpoint.Daniel Dunbar2009-07-201-0/+40
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-1/+0
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-151-1/+1
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-10/+10
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-2/+4
OpenPOWER on IntegriCloud