| Age | Commit message (Expand) | Author |
| 2004-04-19 | * Reorder #includes | Misha Brukman |
| 2004-04-19 | Finally implement rewriting global initializers which use external functions | Misha Brukman |
| 2004-04-11 | Disambiguate symbols after loop extraction so that we can diagnose a code | Chris Lattner |
| 2004-04-09 | Fix an obvious bug in the refactoring I did a few days ago | Chris Lattner |
| 2004-04-06 | Wrap at 80 cols. | Misha Brukman |
| 2004-04-05 | Merge the code generator miscompilation code into the optimizer miscompilation | Chris Lattner |
| 2004-04-05 | Make a method public | Chris Lattner |
| 2004-04-05 | Minor cleanups, remove some old debug code | Chris Lattner |
| 2004-04-05 | Refactor and genericize code | Chris Lattner |
| 2004-04-05 | lli no longer takes the -quiet option! | Chris Lattner |
| 2004-04-05 | Make full use of the Mangler interface to simplify code | Chris Lattner |
| 2004-04-05 | Minor change | Chris Lattner |
| 2004-04-02 | Minor speedup | Chris Lattner |
| 2004-04-02 | minor formatting change | Chris Lattner |
| 2004-04-02 | Fix two pretty serious bugs: | Chris Lattner |
| 2004-04-02 | Fix a fairly nasty bug that prevented bugpoint from working quite right when | Chris Lattner |
| 2004-04-02 | If the program returns a non-zero exit value, don't leave files laying | Chris Lattner |
| 2004-03-17 | When loop extraction succeeds, make sure to map the function pointers over | Chris Lattner |
| 2004-03-17 | Fix an inverted condition that causes us to think that loop extraction | Chris Lattner |
| 2004-03-17 | Fix an iterator invalidation problem in a "buggy" pass | Chris Lattner |
| 2004-03-16 | Fix thinko, and PR292 | Chris Lattner |
| 2004-03-14 | After reducing a miscompiled program down to the functions which are being | Chris Lattner |
| 2004-03-14 | Fix a minor bug in runPassesOn | Chris Lattner |
| 2004-03-14 | Add a new "AutoDebugCrashes" option | Chris Lattner |
| 2004-03-14 | Refactor to use a new method | Chris Lattner |
| 2004-03-14 | Add new method | Chris Lattner |
| 2004-03-14 | Refactor and clean up a bunch more code. No major functionality changes. | Chris Lattner |
| 2004-03-14 | Add a method to extract a loop | Chris Lattner |
| 2004-03-14 | add a fixme | Chris Lattner |
| 2004-03-14 | Refactor all of the "splitting a module into two pieces" code to avoid | Chris Lattner |
| 2004-03-13 | Fix the "infinite looping unless you disable adce" bug | Chris Lattner |
| 2004-03-12 | Revise comment and error message for the Bug 38 situation. Also, make it | Brian Gaeke |
| 2004-02-20 | If bugpoint can't match the reference output, at LEAST provide the output | Chris Lattner |
| 2004-02-20 | Wild and passionate uncontrolled goose chases are amusing to watch, but not | Chris Lattner |
| 2004-02-20 | Format a bit more nicely | Chris Lattner |
| 2004-02-19 | Make sure to print a stack trace whenever an error signal is delivered | Chris Lattner |
| 2004-02-19 | Be a bit more robust. Explicitly check for a code generator crash. | Chris Lattner |
| 2004-02-19 | Make ToolExecutionError inherit std::exception and implement its | Alkis Evlogimenos |
| 2004-02-18 | Fix the "horribly N^2'd" problem when deleting individual instructions. | Chris Lattner |
| 2004-02-18 | * Predicate the optimizer crash debugger on a function. | Chris Lattner |
| 2004-02-18 | Add a new method for use by the code generator crash debugger. | Chris Lattner |
| 2004-02-18 | Don't crash if there are no passes in the PassesToRun list | Chris Lattner |
| 2004-02-18 | Add support for just running the code generator | Chris Lattner |
| 2004-02-18 | Add support for just compiling a program | Chris Lattner |
| 2004-02-18 | Make the executeProgram method exception safe, not leaving around bytecode | Chris Lattner |
| 2004-02-18 | Make more stuff public. Make the instruction argument to | Chris Lattner |
| 2004-02-18 | make a bunch of methods public | Chris Lattner |
| 2004-02-18 | A couple of minor cleanups: don't forward declare private classes, put private | Chris Lattner |
| 2004-02-18 | Cleanup and simplify manipulation of the program, eliminate the need for so | Chris Lattner |
| 2004-02-18 | Add a stub for debugging code generator crashes | Chris Lattner |