| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor code just a little bit, allowing us to implement TailCallElim/return... | Chris Lattner | 2003-12-14 | 1 | -51/+68 |
* | new test | Chris Lattner | 2003-12-14 | 1 | -0/+19 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 2 | -24/+2 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 18 | -152/+106 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 2 | -9/+7 |
* | I wonder how this didn't cause any tests to fail... | Alkis Evlogimenos | 2003-12-14 | 1 | -2/+2 |
* | Change interface of MachineOperand as follows: | Alkis Evlogimenos | 2003-12-14 | 27 | -185/+163 |
* | Change preserve all claim to just preserve live variables and phielimination. | Alkis Evlogimenos | 2003-12-14 | 2 | -2/+4 |
* | Rev the release notes to 1.2 | Chris Lattner | 2003-12-14 | 1 | -165/+19 |
* | Do not promote volatile alias sets into registers | Chris Lattner | 2003-12-14 | 1 | -1/+1 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 1 | -9/+12 |
* | Add capability to represent volatile AliasSet's | Chris Lattner | 2003-12-14 | 1 | -3/+13 |
* | Testcase for PR179 | Chris Lattner | 2003-12-14 | 1 | -0/+17 |
* | When reserving a preallocated register spill the aliases of this | Alkis Evlogimenos | 2003-12-13 | 1 | -0/+16 |
* | Ignore non-allocatable physical registers in live interval analysis. | Alkis Evlogimenos | 2003-12-13 | 2 | -0/+8 |
* | Expire any active intervals left when register allocation is done. | Alkis Evlogimenos | 2003-12-13 | 1 | -0/+12 |
* | Add instruction numbers to debugging output. | Alkis Evlogimenos | 2003-12-13 | 1 | -1/+3 |
* | Add a floating point killer pass. This pass runs before register | Alkis Evlogimenos | 2003-12-13 | 4 | -0/+120 |
* | Handle explicit physical register defs. | Alkis Evlogimenos | 2003-12-13 | 1 | -2/+5 |
* | Remove unecessary if statements when looping on ImplicitDefs. | Alkis Evlogimenos | 2003-12-13 | 2 | -10/+10 |
* | Try rewording stuff talking about unwinding. Hopefully it will make llvm sou... | Chris Lattner | 2003-12-12 | 1 | -9/+11 |
* | Link to lists, incorporate feedback from Tanya | Chris Lattner | 2003-12-12 | 1 | -2/+6 |
* | Updated configure script so that it does not configure llvm/project | John Criswell | 2003-12-12 | 1 | -1/+1 |
* | Don't configure directories that don't have a configure script (i.e Stacker). | John Criswell | 2003-12-12 | 1 | -1/+1 |
* | Modified cast so that it converts the int to a long before casting to | John Criswell | 2003-12-12 | 1 | -1/+1 |
* | Fixed some minor typos. | John Criswell | 2003-12-12 | 1 | -6/+8 |
* | Dynamically get the right-sized member of a GenericValue to hold a size_t, and | Brian Gaeke | 2003-12-12 | 1 | -2/+8 |
* | PR177 is no longer among the open | Chris Lattner | 2003-12-12 | 1 | -0/+6 |
* | Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding the | Chris Lattner | 2003-12-12 | 3 | -0/+29 |
* | Implement the TargetMachine::getJITStubForFunction method for X86, finegrainify | Chris Lattner | 2003-12-12 | 2 | -4/+13 |
* | Add new getJITStubForFunction method, which may optionally be implemented by | Chris Lattner | 2003-12-12 | 1 | -2/+11 |
* | Doxygenify comments, remove extraneous #include | Chris Lattner | 2003-12-12 | 1 | -16/+15 |
* | Note about bytecode format | Chris Lattner | 2003-12-12 | 1 | -1/+3 |
* | Since we are using a gep_type_iterator, we apparently must get the type | Brian Gaeke | 2003-12-12 | 1 | -2/+1 |
* | Use uintptr_t for pointer values in the ExecutionEngine. | Brian Gaeke | 2003-12-12 | 1 | -1/+1 |
* | Fix typo in comment | Brian Gaeke | 2003-12-12 | 1 | -1/+1 |
* | These aren't bugs, don't phrase them like they are. | Chris Lattner | 2003-12-12 | 1 | -6/+11 |
* | I'm a spaz | Chris Lattner | 2003-12-12 | 1 | -0/+3 |
* | Add note about Stacker, duh! | Chris Lattner | 2003-12-12 | 1 | -2/+6 |
* | Break lines and add space after ':' to be consistent in layout. | Misha Brukman | 2003-12-12 | 1 | -4/+4 |
* | More updates for the release | Chris Lattner | 2003-12-12 | 1 | -20/+25 |
* | Throw better error messages, by calling strerror(errno) when we | Brian Gaeke | 2003-12-12 | 1 | -4/+9 |
* | Add an assertion to make sure we are at least getting argv[0] right. | Brian Gaeke | 2003-12-12 | 1 | -1/+2 |
* | Update release notes for PR86 and C++ support | Chris Lattner | 2003-12-11 | 1 | -7/+8 |
* | Factor out some duplicated code, implement the rest of the cases in | Chris Lattner | 2003-12-11 | 1 | -43/+40 |
* | Rename variable to avoid confusing it with the global G | Chris Lattner | 2003-12-11 | 2 | -2/+2 |
* | Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementp... | Chris Lattner | 2003-12-11 | 1 | -121/+251 |
* | Fix LICM/2003-12-11-SinkingToPHI.ll, and quite possibly all of the other know... | Chris Lattner | 2003-12-11 | 1 | -2/+11 |
* | New testcase that LICM is breaking crafty on | Chris Lattner | 2003-12-11 | 1 | -0/+20 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-11 | 1 | -5/+23 |