| Commit message (Expand) | Author | Age | Files | Lines |
* | When loop extraction succeeds, make sure to map the function pointers over | Chris Lattner | 2004-03-17 | 1 | -0/+11 |
* | Fix an inverted condition that causes us to think that loop extraction | Chris Lattner | 2004-03-17 | 1 | -1/+1 |
* | Fix an iterator invalidation problem in a "buggy" pass | Chris Lattner | 2004-03-17 | 1 | -1/+2 |
* | Add a better head-of-file comment. | Brian Gaeke | 2004-03-16 | 1 | -1/+3 |
* | Fix thinko, and PR292 | Chris Lattner | 2004-03-16 | 1 | -1/+1 |
* | After reducing a miscompiled program down to the functions which are being | Chris Lattner | 2004-03-14 | 2 | -28/+110 |
* | Fix a minor bug in runPassesOn | Chris Lattner | 2004-03-14 | 1 | -0/+1 |
* | Add a new "AutoDebugCrashes" option | Chris Lattner | 2004-03-14 | 2 | -4/+17 |
* | Refactor to use a new method | Chris Lattner | 2004-03-14 | 1 | -39/+15 |
* | Add new method | Chris Lattner | 2004-03-14 | 2 | -0/+28 |
* | Refactor and clean up a bunch more code. No major functionality changes. | Chris Lattner | 2004-03-14 | 6 | -89/+98 |
* | Add a method to extract a loop | Chris Lattner | 2004-03-14 | 2 | -1/+42 |
* | 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 | 5 | -129/+92 |
* | Turn on argument promotion in gccas. This can give us substantially better | Chris Lattner | 2004-03-13 | 1 | -0/+1 |
* | Fix the "infinite looping unless you disable adce" bug | Chris Lattner | 2004-03-13 | 2 | -7/+1 |
* | Revise comment and error message for the Bug 38 situation. Also, make it | Brian Gaeke | 2004-03-12 | 1 | -4/+5 |
* | SparcV8 removed until it grows up becomes a mature backend. | Misha Brukman | 2004-03-11 | 2 | -7/+2 |
* | Annotate functions with edge counts as well, if they are available. | Chris Lattner | 2004-03-08 | 1 | -6/+39 |
* | Run the new pass in gccld now that it passes all tests | Chris Lattner | 2004-03-07 | 1 | -0/+4 |
* | Add a hook to run with the V8 target, though it doesn't currently work. Also | Chris Lattner | 2004-02-28 | 2 | -2/+7 |
* | We have this snazzy link-time optimizer. How about we start using it? This | Chris Lattner | 2004-02-26 | 1 | -2/+6 |
* | Add a new pass, run internalize first | Chris Lattner | 2004-02-25 | 1 | -7/+11 |
* | Add a new pass | Chris Lattner | 2004-02-25 | 1 | -0/+1 |
* | Great renaming part II: Sparc --> SparcV9 (also includes command-line options... | Brian Gaeke | 2004-02-25 | 4 | -18/+18 |
* | Include Config/config.h for SHLIBEXT. | Alkis Evlogimenos | 2004-02-23 | 1 | -0/+1 |
* | If bugpoint can't match the reference output, at LEAST provide the output | Chris Lattner | 2004-02-20 | 1 | -3/+7 |
* | Wild and passionate uncontrolled goose chases are amusing to watch, but not | Chris Lattner | 2004-02-20 | 1 | -1/+8 |
* | Format a bit more nicely | Chris Lattner | 2004-02-20 | 1 | -0/+1 |
* | Make sure to print a stack trace whenever an error signal is delivered | Chris Lattner | 2004-02-19 | 2 | -0/+4 |
* | Make sure to print a stack trace whenever an error signal is delivered to | Chris Lattner | 2004-02-19 | 6 | -1/+10 |
* | Make sure to print a stack trace whenever an error signal is delivered to the | Chris Lattner | 2004-02-19 | 8 | -2/+15 |
* | Be a bit more robust. Explicitly check for a code generator crash. | Chris Lattner | 2004-02-19 | 1 | -1/+16 |
* | Make ToolExecutionError inherit std::exception and implement its | Alkis Evlogimenos | 2004-02-19 | 4 | -6/+10 |
* | Fix the "horribly N^2'd" problem when deleting individual instructions. | Chris Lattner | 2004-02-18 | 1 | -18/+29 |
* | * Predicate the optimizer crash debugger on a function. | Chris Lattner | 2004-02-18 | 1 | -64/+90 |
* | Add a new method for use by the code generator crash debugger. | Chris Lattner | 2004-02-18 | 2 | -0/+26 |
* | Don't crash if there are no passes in the PassesToRun list | Chris Lattner | 2004-02-18 | 1 | -1/+1 |
* | Add support for just running the code generator | Chris Lattner | 2004-02-18 | 1 | -0/+12 |
* | Add support for just compiling a program | Chris Lattner | 2004-02-18 | 1 | -0/+19 |
* | Make the executeProgram method exception safe, not leaving around bytecode | Chris Lattner | 2004-02-18 | 1 | -3/+3 |
* | Make more stuff public. Make the instruction argument to | Chris Lattner | 2004-02-18 | 2 | -30/+31 |
* | 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 | 3 | -6/+4 |
* | Cleanup and simplify manipulation of the program, eliminate the need for so | Chris Lattner | 2004-02-18 | 3 | -40/+57 |
* | Add a stub for debugging code generator crashes | Chris Lattner | 2004-02-18 | 4 | -18/+49 |
* | indent correctly | Chris Lattner | 2004-02-18 | 1 | -1/+1 |
* | Don't yell. BUGPOINT should yell, not the tool runner :) | Chris Lattner | 2004-02-18 | 1 | -1/+1 |
* | Update comments, if we are running with the CBE, make sure the Interpreter | Chris Lattner | 2004-02-18 | 2 | -7/+13 |
* | Byebye method | Chris Lattner | 2004-02-18 | 1 | -3/+0 |