| Commit message (Expand) | Author | Age | Files | Lines |
* | * Converted C-style comments to C++ | Misha Brukman | 2003-12-17 | 1 | -13/+15 |
* | Reordered #includes. | Misha Brukman | 2003-12-17 | 1 | -5/+5 |
* | Doxygenified some comments, reduced extraneous space. | Misha Brukman | 2003-12-17 | 1 | -19/+12 |
* | Reorganized the Sparc backend to be more modular -- each different | Misha Brukman | 2003-12-17 | 13 | -773/+845 |
* | Make getObjectType() smarter about ranlibbed Mac OS X archives. | Brian Gaeke | 2003-12-17 | 3 | -0/+6 |
* | Fix for PR185 & IndVarsSimplify/2003-12-15-Crash.llx | Chris Lattner | 2003-12-15 | 1 | -0/+9 |
* | Change preserve all claim to just preserve live variables and phielimination. | Alkis Evlogimenos | 2003-12-15 | 1 | -1/+2 |
* | Refactor code just a little bit, allowing us to implement TailCallElim/return... | Chris Lattner | 2003-12-14 | 1 | -51/+68 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 2 | -24/+2 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 17 | -124/+77 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 2 | -9/+7 |
* | Change interface of MachineOperand as follows: | Alkis Evlogimenos | 2003-12-14 | 26 | -165/+147 |
* | Change preserve all claim to just preserve live variables and phielimination. | Alkis Evlogimenos | 2003-12-14 | 2 | -2/+4 |
* | 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 |
* | 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 | 1 | -0/+4 |
* | 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 |
* | Modified cast so that it converts the int to a long before casting to | John Criswell | 2003-12-12 | 1 | -1/+1 |
* | Dynamically get the right-sized member of a GenericValue to hold a size_t, and | Brian Gaeke | 2003-12-12 | 1 | -2/+8 |
* | 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 |
* | Since we are using a gep_type_iterator, we apparently must get the type | Brian Gaeke | 2003-12-12 | 1 | -2/+1 |
* | Throw better error messages, by calling strerror(errno) when we | Brian Gaeke | 2003-12-12 | 1 | -4/+9 |
* | Factor out some duplicated code, implement the rest of the cases in | Chris Lattner | 2003-12-11 | 1 | -43/+40 |
* | 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 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-11 | 1 | -5/+23 |
* | verifyFunction depends on dominator info, which levelraise does not declare | Chris Lattner | 2003-12-11 | 1 | -5/+0 |
* | Fix a glaring bug | Chris Lattner | 2003-12-11 | 1 | -0/+1 |
* | Realize the gep P, <zeros> must aliases P. | Chris Lattner | 2003-12-11 | 1 | -1/+11 |
* | With Brian's change to AA.h we can now clean out this uglyness | Chris Lattner | 2003-12-11 | 1 | -1/+1 |
* | IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.h | Brian Gaeke | 2003-12-11 | 1 | -0/+2 |
* | In getObjectType(), doxygenify comment, and take a pointer to the | Brian Gaeke | 2003-12-11 | 3 | -150/+129 |
* | Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a | Brian Gaeke | 2003-12-11 | 2 | -8/+50 |
* | Fix typo in comment. Add prototype for getConstantExprValue(). | Brian Gaeke | 2003-12-11 | 1 | -1/+3 |
* | Add support for --debug-only=interpreter, to print out instrs before | Brian Gaeke | 2003-12-11 | 1 | -40/+144 |
* | This appears to fix Bug 172 and does not break any other feature tests or | John Criswell | 2003-12-10 | 2 | -0/+12 |
* | Fix bug: LICM/sink_multiple_exits.ll | Chris Lattner | 2003-12-10 | 1 | -1/+1 |
* | Don't allow dead instructions to stop sinking early. | Chris Lattner | 2003-12-10 | 1 | -10/+9 |
* | Fix bug: IndVarsSimplify/2003-12-10-RemoveInstrCrash.llx | Chris Lattner | 2003-12-10 | 1 | -0/+5 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-10 | 1 | -11/+11 |
* | Upon Chris's suggestion, moved the #ifdef's to the generated C code. | John Criswell | 2003-12-10 | 2 | -16/+10 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-10 | 1 | -8/+27 |
* | Fixed the CBE on Solaris/Sparc. We need to define the return value of | John Criswell | 2003-12-10 | 2 | -2/+16 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-10 | 1 | -22/+21 |