| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change the execute methods to take the shared object filename by const refere... | Chris Lattner | 2003-10-14 | 1 | -5/+9 |
* | The return value of compileSharedObject was never used. Return the shared | Chris Lattner | 2003-10-14 | 1 | -2/+2 |
* | If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for | Chris Lattner | 2003-08-05 | 1 | -0/+2 |
* | Parameterize the performFinalCleanups a bit | Chris Lattner | 2003-08-01 | 1 | -2/+3 |
* | Added comment to function isExecutingJIT() | Misha Brukman | 2003-07-28 | 1 | -0/+2 |
* | BugDriver.h: | Misha Brukman | 2003-07-28 | 1 | -1/+2 |
* | Made a bunch of cleanups, as per Chris' recommendations: | Misha Brukman | 2003-07-24 | 1 | -2/+7 |
* | Major addition to bugpoint: ability to debug code generators (LLC and LLI). | Misha Brukman | 2003-07-24 | 1 | -5/+31 |
* | Speed up convergence significantly and also reduce the size of testcases by m... | Chris Lattner | 2003-04-24 | 1 | -0/+2 |
* | Remove dead functions | Chris Lattner | 2003-04-24 | 1 | -13/+0 |
* | Use the list reducer to improve convergence speed and to support crashes that | Chris Lattner | 2003-04-24 | 1 | -6/+10 |
* | Implement support for bugpoint to identify which FUNCTION an optimization | Chris Lattner | 2003-04-24 | 1 | -2/+14 |
* | * Reduce the number of useless bytecode files produced by bugpoint. | Chris Lattner | 2003-02-28 | 1 | -0/+6 |
* | Make bugpoint *much* more powerful, giving it the capability to delete instru... | Chris Lattner | 2003-01-23 | 1 | -0/+8 |
* | Implement the start of the miscompilation detection stuff | Chris Lattner | 2002-12-23 | 1 | -8/+39 |
* | Initial checkin of bugpoint | Chris Lattner | 2002-11-20 | 1 | -0/+109 |