summaryrefslogtreecommitdiff
path: root/tools/bugpoint/bugpoint.cpp
Commit message (Expand)AuthorAge
* Do not reference llvm-gcc from bugpointTobias Grosser2014-01-27
* Whitespace.NAKAMURA Takumi2014-01-15
* [bugpoint] Increase the default memory limit for subprocesses to 300MB.Daniel Sanders2013-10-25
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-28
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-19
* Fix #includes after my last commit.Jakub Staszak2013-01-10
* 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
* Allow bugpoint to recognize -bb-vectorizeHal Finkel2012-02-07
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-02
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-02
* Add -O1/2/3 to bugpoint, so when you conclude opt -O2 reproduces an issue, yo...Eli Friedman2011-06-06
* switch bugpoint and liblto to PassManagerBuilder.Chris Lattner2011-05-22
* Disable debug mode.Devang Patel2011-01-14
* Little help to debug the bugpoint itself.Devang Patel2011-01-13
* Merge System into Support.Michael J. Spencer2010-11-29
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Straighten out any triple strings passed on the command line beforeDuncan Sands2010-08-28
* 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
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Revert bugpoint change due to buildbot breakage.Bob Wilson2010-08-05
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-05
* 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
* Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin2010-03-19
* only print the override triple if it exists!Chris Lattner2009-08-31
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-18
* MSVC warning fixes; patch by Stein Roger!Daniel Dunbar2009-08-07
* Pass true to the Internalize parameter of createStandardLTOPasses,Dan Gohman2009-07-27
* Add -std-{compile,link}-opts to bugpoint.Daniel Dunbar2009-07-20
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-15
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* 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
* Improve bugpoint's error messages when it runs out of memory,Dan Gohman2009-04-27
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-06
* fix bugpoint url, patch by Pieter de Bie!Chris Lattner2009-02-07
* Fix a missing space in the description of the find-bugs option.Dan Gohman2008-02-18
* remove attributions from tools.Chris Lattner2007-12-29
* Move the space in overview output for commands out of each of theDan Gohman2007-10-08
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-06
* Need <iostream> for the time being.Bill Wendling2006-11-17