| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a couple more IPO's | Chris Lattner | 2004-04-12 | 1 | -0/+3 |
* | finegrainify namespacification | Chris Lattner | 2004-04-12 | 2 | -34/+32 |
* | Disambiguate symbols after loop extraction so that we can diagnose a code | Chris Lattner | 2004-04-11 | 1 | -16/+18 |
* | Fix an obvious bug in the refactoring I did a few days ago | Chris Lattner | 2004-04-09 | 1 | -1/+1 |
* | Disable strict alias analysis in the backend c compiler, as the code we | Chris Lattner | 2004-04-08 | 1 | -0/+1 |
* | Revert previous patch, I'm a moron :) | Chris Lattner | 2004-04-08 | 1 | -6/+5 |
* | Right, we break strict aliasing requirements. Make sure to disable strict | Chris Lattner | 2004-04-08 | 1 | -5/+6 |
* | Wrap at 80 cols. | Misha Brukman | 2004-04-06 | 1 | -7/+6 |
* | Minor cleanups | Chris Lattner | 2004-04-06 | 1 | -32/+18 |
* | Add a new gccld -native-cbe option which causes gccld to generate native code | Chris Lattner | 2004-04-06 | 3 | -1/+48 |
* | Merge the code generator miscompilation code into the optimizer miscompilation | Chris Lattner | 2004-04-05 | 3 | -312/+265 |
* | Make a method public | Chris Lattner | 2004-04-05 | 1 | -1/+2 |
* | Minor cleanups, remove some old debug code | Chris Lattner | 2004-04-05 | 1 | -43/+13 |
* | Refactor and genericize code | Chris Lattner | 2004-04-05 | 1 | -55/+71 |
* | lli no longer takes the -quiet option! | Chris Lattner | 2004-04-05 | 1 | -2/+0 |
* | Make full use of the Mangler interface to simplify code | Chris Lattner | 2004-04-05 | 1 | -63/+9 |
* | Minor change | Chris Lattner | 2004-04-05 | 1 | -1/+1 |
* | Remove obsolete analyses | Chris Lattner | 2004-04-02 | 2 | -142/+2 |
* | Tweak libraries for scev changes | Chris Lattner | 2004-04-02 | 1 | -2/+2 |
* | Minor speedup | Chris Lattner | 2004-04-02 | 1 | -10/+5 |
* | minor formatting change | Chris Lattner | 2004-04-02 | 1 | -3/+2 |
* | Fix two pretty serious bugs: | Chris Lattner | 2004-04-02 | 1 | -9/+14 |
* | Fix a fairly nasty bug that prevented bugpoint from working quite right when | Chris Lattner | 2004-04-02 | 1 | -1/+3 |
* | If the program returns a non-zero exit value, don't leave files laying | Chris Lattner | 2004-04-02 | 1 | -1/+4 |
* | Fix wonky header | Chris Lattner | 2004-04-02 | 1 | -2/+14 |
* | 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 |