| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -5/+5 |
* | Replace more a*'s with arg_*'s, thanks to Gabor Greif! | Chris Lattner | 2005-03-15 | 1 | -2/+2 |
* | Fix a bugpoint crash that JeffC noticed, looking like this: | Chris Lattner | 2005-02-23 | 1 | -1/+2 |
* | remove debugging code | Chris Lattner | 2004-11-18 | 1 | -5/+3 |
* | Make this code not depend on LinkModules leaving the second argument unmolested. | Chris Lattner | 2004-11-16 | 1 | -1/+10 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -3/+3 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -3/+3 |
* | If the block extractor fails, actually emit the bc file that failed to extract | Chris Lattner | 2004-08-12 | 1 | -1/+5 |
* | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke | 2004-07-21 | 1 | -1/+0 |
* | Add #include <iostream> since Value.h does not include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+1 |
* | Implement basic block extraction for the miscompilation debugger. This still... | Chris Lattner | 2004-05-11 | 1 | -0/+67 |
* | Minor speedup | Chris Lattner | 2004-04-02 | 1 | -10/+5 |
* | Fix a fairly nasty bug that prevented bugpoint from working quite right when | Chris Lattner | 2004-04-02 | 1 | -1/+3 |
* | Fix an inverted condition that causes us to think that loop extraction | Chris Lattner | 2004-03-17 | 1 | -1/+1 |
* | After reducing a miscompiled program down to the functions which are being | Chris Lattner | 2004-03-14 | 1 | -1/+5 |
* | Refactor to use a new method | Chris Lattner | 2004-03-14 | 1 | -39/+15 |
* | Refactor and clean up a bunch more code. No major functionality changes. | Chris Lattner | 2004-03-14 | 1 | -2/+4 |
* | Add a method to extract a loop | Chris Lattner | 2004-03-14 | 1 | -1/+37 |
* | add a fixme | 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/+50 |
* | Fix the "infinite looping unless you disable adce" bug | Chris Lattner | 2004-03-13 | 1 | -6/+0 |
* | Make more stuff public. Make the instruction argument to | Chris Lattner | 2004-02-18 | 1 | -10/+11 |
* | Do not leave a bunch of crud lying around | Chris Lattner | 2003-12-07 | 1 | -0/+2 |
* | Do not DESTROY programs by default. No wonder bugpoint was not being useful ... | Chris Lattner | 2003-11-23 | 1 | -11/+7 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+11 |
* | I hate it when bugpoint is all ready to give me a bytecode file, then crashes | Chris Lattner | 2003-11-05 | 1 | -20/+30 |
* | Simplify the performFinalCleanups interface | Chris Lattner | 2003-11-05 | 1 | -6/+3 |
* | Fix an assertion failure in Bugpoint | Chris Lattner | 2003-10-23 | 1 | -0/+6 |
* | 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 |
* | Check in the fix I meant to apply here, but mistakenly applied to | Brian Gaeke | 2003-09-10 | 1 | -0/+1 |
* | Re-grouped and alphabetized headers for easier reading and cleaner style. | Misha Brukman | 2003-08-07 | 1 | -3/+3 |
* | If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for | Chris Lattner | 2003-08-05 | 1 | -3/+5 |
* | Parameterize the performFinalCleanups a bit | Chris Lattner | 2003-08-01 | 1 | -3/+3 |
* | Run dead arg elimination, and tell it that it's ok to hack up non-internal fu... | Chris Lattner | 2003-06-25 | 1 | -0/+1 |
* | Allow disabling final cleanups | Chris Lattner | 2003-05-21 | 1 | -1/+11 |
* | Increase odds that this won't bork things | Chris Lattner | 2003-05-21 | 1 | -0/+5 |
* | Add options to disable simplification with passes, in case one of them crashes | Chris Lattner | 2003-04-25 | 1 | -3/+16 |
* | When cleaning up the final bytecode file, make sure to run DTE as well | Chris Lattner | 2003-04-25 | 1 | -1/+2 |
* | Remove dead functions | Chris Lattner | 2003-04-24 | 1 | -28/+1 |
* | Make sure that intermediate code is verifier clean to avoid wierd problems. | Chris Lattner | 2003-03-07 | 1 | -0/+5 |
* | * Reduce the number of useless bytecode files produced by bugpoint. | Chris Lattner | 2003-02-28 | 1 | -0/+13 |
* | Make bugpoint *much* more powerful, giving it the capability to delete instru... | Chris Lattner | 2003-01-23 | 1 | -2/+51 |
* | Initial checkin of bugpoint | Chris Lattner | 2002-11-20 | 1 | -0/+34 |