| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove accidentally committed cruft. | Nick Lewycky | 2010-04-14 | 1 | -3/+0 |
* | Bugpoint no longer uses exceptions. | Nick Lewycky | 2010-04-14 | 1 | -3/+4 |
* | Remove use of exceptions from bugpoint. No deliberate functionality change! | Nick Lewycky | 2010-04-12 | 1 | -23/+28 |
* | Remove dead argument and clean whitespace. No functionality change. | Nick Lewycky | 2010-04-10 | 1 | -2/+1 |
* | Free all Constants in ~LLVMConstantImpl. We avoid assertion failures | Jeffrey Yasskin | 2010-03-22 | 1 | -0/+1 |
* | Bugpoint's default memory limit (100MB) was too low for valgrind, so | Jeffrey Yasskin | 2010-03-19 | 1 | -1/+3 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | Fix FindExecutable to use sys::Path::GetMainExecutable instead of | Dan Gohman | 2009-08-05 | 1 | -2/+2 |
* | Factor some of the constants+context related code out into a separate header,... | Owen Anderson | 2009-08-04 | 1 | -1/+1 |
* | Convert more tools code from cerr and cout to errs() and outs(). | Dan Gohman | 2009-07-16 | 1 | -1/+1 |
* | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson | 2009-07-01 | 1 | -4/+4 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -4/+5 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -2/+6 |
* | Use CloneModule's ValueMap in more places, instead of looking | Dan Gohman | 2009-04-22 | 1 | -1/+4 |
* | Generalize bugpoint's concept of a "safe" backend, and add options | Dan Gohman | 2008-12-08 | 1 | -5/+5 |
* | remove attributions from tools. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Allow the block extractor take to take a list of basic blocks to not extract | Nick Lewycky | 2007-11-14 | 1 | -3/+6 |
* | Pretty straightforward replacement of "bytecode" by "bitcode" | Gabor Greif | 2007-07-04 | 1 | -11/+11 |
* | Add possibility to set memory limit for binaries run via libSystem. This | Anton Korobeynikov | 2007-02-16 | 1 | -1/+2 |
* | Fix for PR960. Improves bugpoint so that it removes global variable | Bill Wendling | 2006-10-25 | 1 | -0/+5 |
* | Add a new -cbe-bug mode, which works just like -run-llc, except that it uses | Chris Lattner | 2006-09-15 | 1 | -2/+1 |
* | fit in 80 cols | Chris Lattner | 2006-08-17 | 1 | -1/+2 |
* | This commit adds a new feature called find-bugs. The find-bugs option can be ... | Patrick Jenkins | 2006-08-15 | 1 | -2/+21 |
* | Teach bugpoint to kill optimization passes that run over the timeout limit, | Chris Lattner | 2006-06-13 | 1 | -1/+2 |
* | For PR351: | Reid Spencer | 2005-12-22 | 1 | -2/+7 |
* | When the user hits ctrl-c, bugpoint should attempt to stop reduction as | Chris Lattner | 2005-08-02 | 1 | -0/+4 |
* | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-22 | 1 | -2/+2 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -4/+4 |
* | Implement basic block extraction for the miscompilation debugger. This still... | Chris Lattner | 2004-05-11 | 1 | -0/+9 |
* | Merge the code generator miscompilation code into the optimizer miscompilation | Chris Lattner | 2004-04-05 | 1 | -0/+10 |
* | Make a method public | Chris Lattner | 2004-04-05 | 1 | -1/+2 |
* | Add a new "AutoDebugCrashes" option | Chris Lattner | 2004-03-14 | 1 | -2/+5 |
* | Add new method | Chris Lattner | 2004-03-14 | 1 | -0/+5 |
* | Refactor and clean up a bunch more code. No major functionality changes. | Chris Lattner | 2004-03-14 | 1 | -20/+27 |
* | Add a method to extract a loop | Chris Lattner | 2004-03-14 | 1 | -0/+5 |
* | Refactor all of the "splitting a module into two pieces" code to avoid | Chris Lattner | 2004-03-14 | 1 | -0/+5 |
* | Add a new method for use by the code generator crash debugger. | Chris Lattner | 2004-02-18 | 1 | -0/+6 |
* | Make more stuff public. Make the instruction argument to | Chris Lattner | 2004-02-18 | 1 | -20/+20 |
* | make a bunch of methods public | Chris Lattner | 2004-02-18 | 1 | -26/+25 |
* | A couple of minor cleanups: don't forward declare private classes, put private | Chris Lattner | 2004-02-18 | 1 | -2/+0 |
* | Cleanup and simplify manipulation of the program, eliminate the need for so | Chris Lattner | 2004-02-18 | 1 | -3/+18 |
* | Add a stub for debugging code generator crashes | Chris Lattner | 2004-02-18 | 1 | -4/+9 |
* | Update comments, if we are running with the CBE, make sure the Interpreter | Chris Lattner | 2004-02-18 | 1 | -3/+6 |
* | Add check-exit-code option, defaulting to true. | Brian Gaeke | 2004-02-11 | 1 | -7/+3 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | I hate it when bugpoint is all ready to give me a bytecode file, then crashes | Chris Lattner | 2003-11-05 | 1 | -2/+2 |
* | Simplify the performFinalCleanups interface | Chris Lattner | 2003-11-05 | 1 | -4/+4 |
* | fix file headers | Chris Lattner | 2003-10-20 | 1 | -1/+0 |
* | Added copyright header to all C++ source files. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Be more helpful if a pass fails while chasing down a miscompilation | Chris Lattner | 2003-10-17 | 1 | -0/+3 |