2015-02-13 |
Chandler Carruth | [PM] Remove the old 'PassManager.h' header file at... |
blob | commitdiff | raw |
2014-10-16 |
Rafael Espindola | Delete -std-compile-opts. |
blob | commitdiff | raw | diff to current |
2014-08-21 |
Rafael Espindola | Handle inlining in populateLTOPassManager like in popul... |
blob | commitdiff | raw | diff to current |
2014-08-21 |
Rafael Espindola | Move DisableGVNLoadPRE from populateLTOPassManager... |
blob | commitdiff | raw | diff to current |
2014-08-05 |
Rafael Espindola | Don't internalize all but main by default. |
blob | commitdiff | raw | diff to current |
2014-04-25 |
Craig Topper | [C++] Use 'nullptr'. Tools edition. |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Sebastian Pop | static link polly into tools |
blob | commitdiff | raw | diff to current |
2014-03-08 |
Craig Topper | [C++11] Add 'override' keyword to virtual methods that... |
blob | commitdiff | raw | diff to current |
2014-03-04 |
Chandler Carruth | [Modules] Move the PassNameParser to the IR library... |
blob | commitdiff | raw | diff to current |
2014-02-19 |
Tobias Grosser | Fix typo |
blob | commitdiff | raw | diff to current |
2014-01-27 |
Tobias Grosser | Do not reference llvm-gcc from bugpoint |
blob | commitdiff | raw | diff to current |
2014-01-15 |
NAKAMURA Takumi | Whitespace. |
blob | commitdiff | raw | diff to current |
2013-10-25 |
Daniel Sanders | [bugpoint] Increase the default memory limit for subpro... |
blob | commitdiff | raw | diff to current |
2013-01-28 |
Michael Gottesman | Extracted ObjCARC.cpp into its own library libLLVMObjCA... |
blob | commitdiff | raw | diff to current |
2013-01-19 |
Chandler Carruth | Sort all of the includes. Several files got checked... |
blob | commitdiff | raw | diff to current |
2013-01-10 |
Jakub Staszak | Fix #includes after my last commit. |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-04 |
Chandler Carruth | Sort the #include lines for tools/... |
blob | commitdiff | raw | diff to current |
2012-02-07 |
Hal Finkel | Allow bugpoint to recognize -bb-vectorize |
blob | commitdiff | raw | diff to current |
2011-08-02 |
Rafael Espindola | Move methods in PassManagerBuilder offline. |
blob | commitdiff | raw | diff to current |
2011-08-02 |
Rafael Espindola | move PassManagerBuilder.h to IPO. This is a non intuiti... |
blob | commitdiff | raw | diff to current |
2011-06-06 |
Eli Friedman | Add -O1/2/3 to bugpoint, so when you conclude opt ... |
blob | commitdiff | raw | diff to current |
2011-05-22 |
Chris Lattner | switch bugpoint and liblto to PassManagerBuilder. |
blob | commitdiff | raw | diff to current |
2011-01-14 |
Devang Patel | Disable debug mode. |
blob | commitdiff | raw | diff to current |
2011-01-13 |
Devang Patel | Little help to debug the bugpoint itself. |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
blob | commitdiff | raw | diff to current |
2010-08-28 |
Duncan Sands | Straighten out any triple strings passed on the command... |
blob | commitdiff | raw | diff to current |
2010-08-08 |
Rafael Espindola | Most of bugpoint now only needs to know the pass names. |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Rafael Espindola | Run opt instead of bugpoint itself. |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Bob Wilson | Revert bugpoint change due to buildbot breakage. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Rafael Espindola | Run opt instead of bugpoint itself. |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Speculatively revert r108813, in an attempt to get... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Reapply r108794, a fix for the failing test from last... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Daniel Dunbar | Revert r108794, "Separate PassInfo into two classes... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Separate PassInfo into two classes: a constructor-free... |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Nick Lewycky | Remove use of exceptions from bugpoint. No deliberate... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Jeffrey Yasskin | Bugpoint's default memory limit (100MB) was too low... |
blob | commitdiff | raw | diff to current |
2009-08-31 |
Chris Lattner | only print the override triple if it exists! |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Daniel Dunbar | Change bugpoint to use Triple to make runtime decisions. |
blob | commitdiff | raw | diff to current |
2009-08-07 |
Daniel Dunbar | MSVC warning fixes; patch by Stein Roger! |
blob | commitdiff | raw | diff to current |
2009-07-27 |
Dan Gohman | Pass true to the Internalize parameter of createStandar... |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Daniel Dunbar | Add -std-{compile,link}-opts to bugpoint. |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Dan Gohman | Convert more tools code from cerr and cout to errs... |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Owen Anderson | To simplify the upcoming context-on-type change, switch... |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Dan Gohman | Use errs() instead of std::cerr. |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
blob | commitdiff | raw | diff to current |
2009-04-27 |
Dan Gohman | Improve bugpoint's error messages when it runs out... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Chris Lattner | Change various llvm utilities to use PrettyStackTracePr... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Chris Lattner | fix bugpoint url, patch by Pieter de Bie! |
blob | commitdiff | raw | diff to current |
2008-02-18 |
Dan Gohman | Fix a missing space in the description of the find... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | remove attributions from tools. |
blob | commitdiff | raw | diff to current |
2007-10-08 |
Dan Gohman | Move the space in overview output for commands out... |
blob | commitdiff | raw | diff to current |
2007-02-16 |
Anton Korobeynikov | Add possibility to set memory limit for binaries run... |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Chris Lattner | make all llvm tools call llvm_shutdown when they exit... |
blob | commitdiff | raw | diff to current |
2006-11-17 |
Bill Wendling | Need <iostream> for the time being. |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Reid Spencer | For PR885: |
blob | commitdiff | raw | diff to current |
2006-08-15 |
Patrick Jenkins | This commit adds a new feature called find-bugs. The... |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Chris Lattner | Teach bugpoint to kill optimization passes that run... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Reid Spencer | Make sure this tool links in all of libVMCore.a because... |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Chris Lattner | Move ToolRunner.(cpp|h) into the bugpoint directory |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Reid Spencer | Convert llvm.cs.uiuc.edu -> llvm.org |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Reid Spencer | For PR351: |
blob | commitdiff | raw | diff to current |
2005-10-24 |
Chris Lattner | Link to archive versions of libraries instead of the... |
blob | commitdiff | raw | diff to current |
2005-08-02 |
Chris Lattner | When the user hits ctrl-c, bugpoint should attempt... |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2004-12-30 |
Reid Spencer | For PR351: |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Reid Spencer | For PR351: |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Misha Brukman | llvm/Config/unistd.h has gone away, far, far away |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-08-29 |
Reid Spencer | The functions in Signal.h are now in the llvm::sys... |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Misha Brukman | * Convert "\n" -> '\n' |
blob | commitdiff | raw | diff to current |
2004-07-11 |
Chris Lattner | Add -load option |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Chris Lattner | Header file moved |
blob | commitdiff | raw | diff to current |
2004-02-19 |
Chris Lattner | Make sure to print a stack trace whenever an error... |
blob | commitdiff | raw | diff to current |
2004-02-19 |
Alkis Evlogimenos | Make ToolExecutionError inherit std::exception and... |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Chris Lattner | Catch exception and print message as appropriate |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Chris Lattner | Bugpoint will be throwing exceptions soon, perpare... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-20 |
Chris Lattner | fix file headers |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added copyright header to all C++ source files. |
blob | commitdiff | raw | diff to current |
2003-10-18 |
Chris Lattner | Add usage blurb |
blob | commitdiff | raw | diff to current |
2003-09-12 |
Misha Brukman | Bugpoint has the ability of generating a plethora of... |
blob | commitdiff | raw | diff to current |
2003-08-07 |
Misha Brukman | Re-grouped and alphabetized headers for easier reading... |
blob | commitdiff | raw | diff to current |
2003-07-30 |
Misha Brukman | Moved definition of InputArgv into ExecutionDriver... |
blob | commitdiff | raw | diff to current |
2003-07-30 |
Chris Lattner | Add variable to capture arguments that should be passed... |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Misha Brukman | Major addition to bugpoint: ability to debug code gener... |
blob | commitdiff | raw | diff to current |
2003-05-03 |
Chris Lattner | Bugpoint is always verbose, eliminate option |
blob | commitdiff | raw | diff to current |
2002-11-20 |
Chris Lattner | Initial checkin of bugpoint |
blob | commitdiff | raw | diff to current |
|