| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enable the insertion of empty indices into LiveInterals, thereby making renum... | Owen Anderson | 2008-07-23 | 1 | -70/+80 |
| * | Fix a compile-time regression introduced by my heuristic-changing patch. I f... | Owen Anderson | 2008-07-23 | 4 | -4/+5 |
| * | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 1 | -20/+0 |
| * | LegalizeTypes support for VSETCC. Fixes PR2575. | Duncan Sands | 2008-07-22 | 2 | -9/+38 |
| * | Change the heuristics used in the coalescer, register allocator, and within | Owen Anderson | 2008-07-22 | 4 | -11/+16 |
| * | Fix pr2566: incorrect assumption about bit_convert. It doesn't not have to ou... | Evan Cheng | 2008-07-22 | 1 | -1/+2 |
| * | Make the GraphRoot edge look like a chain edge, which is more accurate, | Dan Gohman | 2008-07-22 | 1 | -1/+2 |
| * | Another buildbot test commit. | Bill Wendling | 2008-07-22 | 1 | -2/+1 |
| * | Trivial check-in to test buildbot. No functionality change. | Bill Wendling | 2008-07-22 | 1 | -3/+4 |
| * | Fix grammaros in comments. | Dan Gohman | 2008-07-21 | 1 | -2/+2 |
| * | Enhance the GraphWriter support for edge destinations, and teach the | Dan Gohman | 2008-07-21 | 1 | -6/+31 |
| * | After early-lowering the FORMAL_ARGUMENTS node, delete it. | Dan Gohman | 2008-07-21 | 1 | -0/+7 |
| * | Add titles to the various SelectionDAG viewGraph calls | Dan Gohman | 2008-07-21 | 5 | -52/+64 |
| * | Fix uses of underscore-capital names. | Dan Gohman | 2008-07-21 | 1 | -2/+2 |
| * | Now that the MachineInstr leaks are fixed, enable leak checking | Dan Gohman | 2008-07-21 | 1 | -0/+2 |
| * | Add VerifyNode, a place to put sanity checks on | Duncan Sands | 2008-07-21 | 3 | -6/+44 |
| * | Pull r53795 from Gaz into mainline: | Bill Wendling | 2008-07-20 | 1 | -14/+29 |
| * | Fix a memory leak in LiveIntervalAnalysis. | Evan Cheng | 2008-07-19 | 2 | -11/+13 |
| * | Softfloat support for FDIV. Patch by | Duncan Sands | 2008-07-18 | 2 | -0/+14 |
| * | Eliminate unused variable. | Duncan Sands | 2008-07-18 | 1 | -1/+1 |
| * | Revert 53729, after waking up in the middle of | Duncan Sands | 2008-07-18 | 1 | -4/+3 |
| * | Fix a LocalSpiller leak. This fixes tramp3d-v4. | Dan Gohman | 2008-07-18 | 1 | -0/+1 |
| * | Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. | Dan Gohman | 2008-07-17 | 4 | -6/+26 |
| * | When printing MemOperand nodes, only use print() for | Dan Gohman | 2008-07-17 | 1 | -3/+10 |
| * | Subreg live interval valno may not have a corresponding def machineinstr sinc... | Evan Cheng | 2008-07-17 | 1 | -1/+1 |
| * | Use a legal type for elements of the vector_shuffle | Duncan Sands | 2008-07-17 | 1 | -3/+4 |
| * | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 4 | -225/+365 |
| * | LegalizeTypes support for what seems to be the | Duncan Sands | 2008-07-17 | 2 | -0/+18 |
| * | Turn LegalizeTypes back off again for the moment: | Duncan Sands | 2008-07-17 | 1 | -6/+4 |
| * | Factorize some code for determining which libcall to use. | Duncan Sands | 2008-07-17 | 4 | -562/+204 |
| * | Fix the result type of a VECTOR_SHUFFLE+BIT_CONVERT dagcombine. This | Dan Gohman | 2008-07-16 | 1 | -3/+2 |
| * | Add support for promoting and expanding AssertZext | Duncan Sands | 2008-07-16 | 2 | -0/+42 |
| * | Fix a comment to say nonnegative instead of positive. | Dan Gohman | 2008-07-16 | 1 | -1/+1 |
| * | Add an assert to check for empty flags for MachineMemOperand. | Dan Gohman | 2008-07-16 | 1 | -0/+1 |
| * | Reorder methods alphabetically. No functionality change. | Duncan Sands | 2008-07-16 | 3 | -922/+913 |
| * | Turn on LegalizeTypes by default. | Duncan Sands | 2008-07-16 | 1 | -4/+6 |
| * | SelectionDAG::AssignNodeIds is unused. | Dan Gohman | 2008-07-15 | 1 | -11/+0 |
| * | Don't sort SDNodes by their addresses in SelectionDAG::dump. Instead, | Dan Gohman | 2008-07-15 | 1 | -9/+5 |
| * | LegalizeTypes support for fabs on ppc long double. | Duncan Sands | 2008-07-15 | 2 | -0/+15 |
| * | LegalizeTypes support for promotion of bswap. | Duncan Sands | 2008-07-15 | 2 | -0/+12 |
| * | LegalizeTypes support for promotion of SIGN_EXTEND_INREG. | Duncan Sands | 2008-07-15 | 2 | -0/+9 |
| * | Reorder the integer promotion methods alphabetically. | Duncan Sands | 2008-07-15 | 1 | -365/+356 |
| * | Fixed potential bug if the source and target of a bit convert have different ... | Mon P Wang | 2008-07-15 | 1 | -1/+3 |
| * | Reapply 53476 and 53480, with a fix so that it properly updates | Dan Gohman | 2008-07-14 | 4 | -33/+41 |
| * | Improve debug output for MemOperandSDNode. PseudoSourceValue nodes | Dan Gohman | 2008-07-14 | 1 | -4/+7 |
| * | Fix edito in the PseudoSourceValue name list. | Dan Gohman | 2008-07-14 | 1 | -1/+1 |
| * | I don't think BUILD_PAIR can have a vector result. | Duncan Sands | 2008-07-14 | 1 | -12/+0 |
| * | Tighten up some checks. Fix FPOWI splitting for | Duncan Sands | 2008-07-14 | 1 | -3/+3 |
| * | An INSERT_VECTOR_ELT can insert a larger value | Duncan Sands | 2008-07-14 | 1 | -4/+5 |
| * | According to the docs, it is possible to have an | Duncan Sands | 2008-07-14 | 1 | -11/+19 |