| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed test case to actually check for the static declaration. | John Criswell | 2004-02-26 | 1 | -2/+1 |
* | Regression tests for PR258 and PR259. | John Criswell | 2004-02-26 | 2 | -0/+16 |
* | Fixes for PR258 and PR259. | John Criswell | 2004-02-26 | 2 | -6/+6 |
* | Be a good little compiler and handle direct calls efficiently, even if there | Chris Lattner | 2004-02-26 | 1 | -10/+13 |
* | Uncomment assertions that register# != 0 on calls to | Alkis Evlogimenos | 2004-02-26 | 6 | -27/+35 |
* | Modified the default pathname for Povray. | John Criswell | 2004-02-26 | 2 | -6/+6 |
* | Since LLVM uses structure type equivalence, it isn't useful to keep around | Chris Lattner | 2004-02-26 | 1 | -10/+11 |
* | Annotations are evil. This makes Value not derive from Annotable, which makes | Chris Lattner | 2004-02-26 | 2 | -3/+3 |
* | add note | Chris Lattner | 2004-02-26 | 1 | -0/+2 |
* | Use a map instead of annotations | Chris Lattner | 2004-02-26 | 1 | -23/+36 |
* | Make TargetData no longer use annotations! | Chris Lattner | 2004-02-26 | 1 | -14/+6 |
* | Eliminate copy-and-paste comments | Chris Lattner | 2004-02-26 | 10 | -10/+10 |
* | remove obsolete comment | Chris Lattner | 2004-02-26 | 1 | -1/+1 |
* | Make sure that at least one virtual method is defined in a .cpp file to avoid | Chris Lattner | 2004-02-26 | 5 | -20/+18 |
* | turn things like: | Chris Lattner | 2004-02-26 | 1 | -0/+74 |
* | No need to clear the map here, it will always be empty | Chris Lattner | 2004-02-26 | 1 | -1/+0 |
* | Fix a bug in the densemap that was killing the local allocator, and probably | Chris Lattner | 2004-02-26 | 3 | -3/+3 |
* | Remove .micro references as those files no longer exist and add some more rec... | Alkis Evlogimenos | 2004-02-26 | 2 | -14/+14 |
* | Fix typeo. grow() cannot shrink storage. clear() should really nuke storage | Chris Lattner | 2004-02-26 | 3 | -9/+15 |
* | Fix typo | Chris Lattner | 2004-02-26 | 1 | -1/+1 |
* | The node doesn't have to be _no_ node flags, it just has to be complete and | Chris Lattner | 2004-02-26 | 1 | -2/+3 |
* | Add _more_ functions | Chris Lattner | 2004-02-26 | 1 | -3/+20 |
* | We have this snazzy link-time optimizer. How about we start using it? This | Chris Lattner | 2004-02-26 | 1 | -2/+6 |
* | Fix some warnings, some of which were spurious, and some of which were real | Chris Lattner | 2004-02-26 | 2 | -12/+12 |
* | Instructions to call and return from functions. | Misha Brukman | 2004-02-26 | 2 | -2/+50 |
* | One B00g fixed. | Brian Gaeke | 2004-02-26 | 1 | -0/+1 |
* | Temporarily comment out asserts as they break things. I will uncomment | Alkis Evlogimenos | 2004-02-25 | 1 | -2/+2 |
* | Fix typo. I wonder how this actually worked. | Alkis Evlogimenos | 2004-02-25 | 1 | -1/+1 |
* | Complete the SPEC_ROOT and USE_SPEC to SPEC2000_ROOT and USE_SPEC200 rename. | Alkis Evlogimenos | 2004-02-25 | 2 | -15/+13 |
* | Two changes: | Chris Lattner | 2004-02-25 | 1 | -1/+4 |
* | New testcase | Chris Lattner | 2004-02-25 | 1 | -0/+22 |
* | When building local graphs, clone the initializer for constant globals into each | Chris Lattner | 2004-02-25 | 1 | -7/+21 |
* | Fix bugs found with recent addition of assertions in | Alkis Evlogimenos | 2004-02-25 | 2 | -9/+9 |
* | Simplify the dead node elimination stuff | Chris Lattner | 2004-02-25 | 1 | -10/+12 |
* | Add a bunch more functions | Chris Lattner | 2004-02-25 | 1 | -8/+55 |
* | Try harder to get symbol info | Chris Lattner | 2004-02-25 | 1 | -0/+3 |
* | Represent va_list in interpreter as a (ec-stack-depth . var-arg-index) | Brian Gaeke | 2004-02-25 | 2 | -11/+15 |
* | Great sparc renaming fallout IV: Sparc --> SparcV9. | Brian Gaeke | 2004-02-25 | 5 | -5/+5 |
* | Duh, forgot to close the parenthesis. | Alkis Evlogimenos | 2004-02-25 | 1 | -2/+2 |
* | Add assert to isPhysicalRegister and isVirtualRegister to fail when | Alkis Evlogimenos | 2004-02-25 | 1 | -0/+2 |
* | Remove asssert since it is breaking cases that it shouldn't. | Alkis Evlogimenos | 2004-02-25 | 1 | -1/+0 |
* | Add DenseMap template and actually use it for for mapping virtual regs | Alkis Evlogimenos | 2004-02-25 | 8 | -49/+232 |
* | 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 |
* | Add prototype | Chris Lattner | 2004-02-25 | 1 | -0/+7 |
* | My faith in programmers has been found to be totally misplaced. One would | Chris Lattner | 2004-02-25 | 1 | -0/+82 |
* | SparcV8 regs are really 32-bit, not 64! Thanks, Chris. | Misha Brukman | 2004-02-25 | 2 | -2/+2 |
* | Clean up the tablegen descriptions for SparcV8. | Misha Brukman | 2004-02-25 | 4 | -70/+44 |
* | Fix the SparcV8 register definitions that were imported from PPC template. | Misha Brukman | 2004-02-25 | 2 | -130/+50 |
* | SparcV8 has different types of instructions, but F1 is only used for CALL. | Misha Brukman | 2004-02-25 | 4 | -0/+210 |