| Commit message (Expand) | Author | Age | Files | Lines |
| * | Delete -std-compile-opts. | Rafael Espindola | 2014-10-16 | 1 | -10/+0 |
| * | Handle inlining in populateLTOPassManager like in populateModulePassManager. | Rafael Espindola | 2014-08-21 | 1 | -1/+2 |
| * | Move DisableGVNLoadPRE from populateLTOPassManager to PassManagerBuilder. | Rafael Espindola | 2014-08-21 | 1 | -1/+1 |
| * | Don't internalize all but main by default. | Rafael Espindola | 2014-08-05 | 1 | -2/+1 |
| * | [C++] Use 'nullptr'. Tools edition. | Craig Topper | 2014-04-25 | 1 | -1/+1 |
| * | static link polly into tools | Sebastian Pop | 2014-03-14 | 1 | -0/+10 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-08 | 1 | -1/+1 |
| * | [Modules] Move the PassNameParser to the IR library as it deals in the | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
| * | Fix typo | Tobias Grosser | 2014-02-19 | 1 | -3/+3 |
| * | Do not reference llvm-gcc from bugpoint | Tobias Grosser | 2014-01-27 | 1 | -3/+3 |
| * | Whitespace. | NAKAMURA Takumi | 2014-01-15 | 1 | -8/+8 |
| * | [bugpoint] Increase the default memory limit for subprocesses to 300MB. | Daniel Sanders | 2013-10-25 | 1 | -3/+3 |
| * | Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ... | Michael Gottesman | 2013-01-28 | 1 | -0/+1 |
| * | Sort all of the includes. Several files got checked in with mis-sorted | Chandler Carruth | 2013-01-19 | 1 | -1/+1 |
| * | Fix #includes after my last commit. | Jakub Staszak | 2013-01-10 | 1 | -1/+1 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
| * | Sort the #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
| * | Allow bugpoint to recognize -bb-vectorize | Hal Finkel | 2012-02-07 | 1 | -0/+1 |
| * | Move methods in PassManagerBuilder offline. | Rafael Espindola | 2011-08-02 | 1 | -0/+1 |
| * | move PassManagerBuilder.h to IPO. This is a non intuitive place to put it, | Rafael Espindola | 2011-08-02 | 1 | -1/+1 |
| * | Add -O1/2/3 to bugpoint, so when you conclude opt -O2 reproduces an issue, yo... | Eli Friedman | 2011-06-06 | 1 | -2/+28 |
| * | switch bugpoint and liblto to PassManagerBuilder. | Chris Lattner | 2011-05-22 | 1 | -12/+10 |
| * | Disable debug mode. | Devang Patel | 2011-01-14 | 1 | -2/+2 |
| * | Little help to debug the bugpoint itself. | Devang Patel | 2011-01-13 | 1 | -0/+12 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -3/+3 |
| * | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -0/+13 |
| * | Straighten out any triple strings passed on the command line before | Duncan Sands | 2010-08-28 | 1 | -2/+2 |
| * | Most of bugpoint now only needs to know the pass names. | Rafael Espindola | 2010-08-08 | 1 | -2/+8 |
| * | Run opt instead of bugpoint itself. | Rafael Espindola | 2010-08-07 | 1 | -8/+1 |
| * | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+2 |
| * | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -2/+1 |
| * | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+2 |
| * | Revert bugpoint change due to buildbot breakage. | Bob Wilson | 2010-08-05 | 1 | -1/+8 |
| * | Run opt instead of bugpoint itself. | Rafael Espindola | 2010-08-05 | 1 | -8/+1 |
| * | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson | 2010-07-20 | 1 | -2/+2 |
| * | Reapply r108794, a fix for the failing test from last time. | Owen Anderson | 2010-07-20 | 1 | -2/+2 |
| * | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar | 2010-07-20 | 1 | -2/+2 |
| * | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson | 2010-07-20 | 1 | -2/+2 |
| * | Remove use of exceptions from bugpoint. No deliberate functionality change! | Nick Lewycky | 2010-04-12 | 1 | -18/+6 |
| * | Bugpoint's default memory limit (100MB) was too low for valgrind, so | Jeffrey Yasskin | 2010-03-19 | 1 | -4/+20 |
| * | only print the override triple if it exists! | Chris Lattner | 2009-08-31 | 1 | -2/+3 |
| * | Change bugpoint to use Triple to make runtime decisions. | Daniel Dunbar | 2009-08-18 | 1 | -1/+10 |
| * | MSVC warning fixes; patch by Stein Roger! | Daniel Dunbar | 2009-08-07 | 1 | -1/+1 |
| * | Pass true to the Internalize parameter of createStandardLTOPasses, | Dan Gohman | 2009-07-27 | 1 | -1/+1 |
| * | Add -std-{compile,link}-opts to bugpoint. | Daniel Dunbar | 2009-07-20 | 1 | -0/+40 |
| * | Convert more tools code from cerr and cout to errs() and outs(). | Dan Gohman | 2009-07-16 | 1 | -1/+0 |
| * | To simplify the upcoming context-on-type change, switch all command line tool... | Owen Anderson | 2009-07-15 | 1 | -1/+1 |
| * | Use errs() instead of std::cerr. | Dan Gohman | 2009-07-15 | 1 | -10/+10 |
| * | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
| * | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -2/+4 |