| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Improve bugpoint's error messages when it runs out of memory, | Dan Gohman | 2009-04-27 | 1 | -0/+8 |
* | Change various llvm utilities to use PrettyStackTraceProgram in | Chris Lattner | 2009-03-06 | 1 | -2/+4 |
* | fix bugpoint url, patch by Pieter de Bie! | Chris Lattner | 2009-02-07 | 1 | -1/+1 |
* | Fix a missing space in the description of the find-bugs option. | Dan Gohman | 2008-02-18 | 1 | -1/+1 |
* | remove attributions from tools. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Move the space in overview output for commands out of each of the | Dan Gohman | 2007-10-08 | 1 | -1/+1 |
* | Add possibility to set memory limit for binaries run via libSystem. This | Anton Korobeynikov | 2007-02-16 | 1 | -1/+5 |
* | make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. | Chris Lattner | 2006-12-06 | 1 | -0/+2 |
* | Need <iostream> for the time being. | Bill Wendling | 2006-11-17 | 1 | -0/+1 |
* | For PR885: | Reid Spencer | 2006-08-21 | 1 | -2/+1 |
* | This commit adds a new feature called find-bugs. The find-bugs option can be ... | Patrick Jenkins | 2006-08-15 | 1 | -3/+7 |
* | Teach bugpoint to kill optimization passes that run over the timeout limit, | Chris Lattner | 2006-06-13 | 1 | -1/+6 |
* | Make sure this tool links in all of libVMCore.a because it can --load | Reid Spencer | 2006-06-07 | 1 | -0/+1 |
* | Move ToolRunner.(cpp|h) into the bugpoint directory | Chris Lattner | 2006-06-06 | 1 | -1/+1 |
* | Convert llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -1/+1 |
* | For PR351: | Reid Spencer | 2005-12-22 | 1 | -1/+8 |
* | Link to archive versions of libraries instead of the relinked ones | Chris Lattner | 2005-10-24 | 1 | -0/+2 |
* | When the user hits ctrl-c, bugpoint should attempt to stop reduction as | Chris Lattner | 2005-08-02 | 1 | -1/+9 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -2/+2 |
* | For PR351: | Reid Spencer | 2004-12-30 | 1 | -2/+3 |
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -2/+2 |
* | llvm/Config/unistd.h has gone away, far, far away | Misha Brukman | 2004-12-20 | 1 | -2/+0 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -12/+7 |
* | The functions in Signal.h are now in the llvm::sys namespace - adjust | Reid Spencer | 2004-08-29 | 1 | -1/+1 |
* | * Convert "\n" -> '\n' | Misha Brukman | 2004-07-23 | 1 | -1/+1 |
* | Add -load option | Chris Lattner | 2004-07-11 | 1 | -0/+1 |
* | Header file moved | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
* | Make sure to print a stack trace whenever an error signal is delivered | Chris Lattner | 2004-02-19 | 1 | -0/+2 |
* | Make ToolExecutionError inherit std::exception and implement its | Alkis Evlogimenos | 2004-02-19 | 1 | -1/+1 |
* | Catch exception and print message as appropriate | Chris Lattner | 2004-02-18 | 1 | -0/+4 |
* | Bugpoint will be throwing exceptions soon, perpare for the worst. | Chris Lattner | 2004-02-18 | 1 | -2/+7 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+2 |
* | fix file headers | Chris Lattner | 2003-10-20 | 1 | -2/+1 |
* | Added copyright header to all C++ source files. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Add usage blurb | Chris Lattner | 2003-10-18 | 1 | -1/+4 |
* | Bugpoint has the ability of generating a plethora of core files, so to | Misha Brukman | 2003-09-12 | 1 | -0/+12 |
* | Re-grouped and alphabetized headers for easier reading and cleaner style. | Misha Brukman | 2003-08-07 | 1 | -1/+1 |
* | Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there. | Misha Brukman | 2003-07-30 | 1 | -6/+0 |
* | Add variable to capture arguments that should be passed to the user program | Chris Lattner | 2003-07-30 | 1 | -2/+5 |
* | Major addition to bugpoint: ability to debug code generators (LLC and LLI). | Misha Brukman | 2003-07-24 | 1 | -2/+1 |
* | Bugpoint is always verbose, eliminate option | Chris Lattner | 2003-05-03 | 1 | -5/+1 |
* | Initial checkin of bugpoint | Chris Lattner | 2002-11-20 | 1 | -0/+39 |