| Commit message (Expand) | Author | Age | Files | Lines |
* | After early-lowering the FORMAL_ARGUMENTS node, delete it. | Dan Gohman | 2008-07-21 | 1 | -0/+7 |
* | Eliminate a compilation warning. | Evan Cheng | 2008-07-21 | 1 | -0/+4 |
* | Add titles to the various SelectionDAG viewGraph calls | Dan Gohman | 2008-07-21 | 6 | -54/+66 |
* | Fix uses of underscore-capital names. | Dan Gohman | 2008-07-21 | 1 | -2/+2 |
* | Added initial support for small sections on Mips. | Bruno Cardoso Lopes | 2008-07-21 | 7 | -29/+87 |
* | Now that the MachineInstr leaks are fixed, enable leak checking | Dan Gohman | 2008-07-21 | 1 | -0/+2 |
* | Use better variable names | Anton Korobeynikov | 2008-07-21 | 1 | -3/+3 |
* | Don't use larger alignment. | Anton Korobeynikov | 2008-07-21 | 1 | -1/+1 |
* | Add VerifyNode, a place to put sanity checks on | Duncan Sands | 2008-07-21 | 5 | -12/+51 |
* | Use movaps instead of movups to spill 16-byte vector values when default alig... | Evan Cheng | 2008-07-21 | 1 | -9/+19 |
* | Revert r53812 -- premature. LegalizeTypes isn't actually on yet! | Nick Lewycky | 2008-07-21 | 1 | -8/+22 |
* | Switch on the use of arbitrary precision integers in scalar evolution. This will | Nick Lewycky | 2008-07-21 | 1 | -22/+8 |
* | This header isn't necessary now. | Wojciech Matyjewicz | 2008-07-20 | 1 | -2/+0 |
* | Fix PR2088. Use modulo linear equation solver to compute loop iteration | Wojciech Matyjewicz | 2008-07-20 | 2 | -23/+72 |
* | Fix for first part of PR2562. Generate the "pinsrw" instruction for inserts | Bill Wendling | 2008-07-20 | 1 | -0/+2 |
* | Pull r53795 from Gaz into mainline: | Bill Wendling | 2008-07-20 | 1 | -14/+29 |
* | Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour. | Anton Korobeynikov | 2008-07-19 | 3 | -12/+14 |
* | Make sure custom lowering for LegalizeTypes | Duncan Sands | 2008-07-19 | 1 | -4/+10 |
* | Use chars, where possible | asl | 2008-07-19 | 1 | -25/+25 |
* | Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs. | asl | 2008-07-19 | 4 | -138/+114 |
* | Fix a FIXME :) | asl | 2008-07-19 | 2 | -6/+7 |
* | Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 code | asl | 2008-07-19 | 3 | -268/+26 |
* | Add TargetAsmInfo stuff for all darwin-based targets | asl | 2008-07-19 | 1 | -0/+129 |
* | Add TargetAsmInfo for all ELF-based targets | asl | 2008-07-19 | 1 | -0/+164 |
* | Use aligned stack spills, where possible. This fixes PR2549. | Anton Korobeynikov | 2008-07-19 | 1 | -19/+23 |
* | 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 |
* | Supress a gcc-4.3 warning. | 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 |
* | In the CBackend, use casts to force integer add, subtract, and | Dan Gohman | 2008-07-18 | 1 | -0/+28 |
* | Fix a LocalSpiller leak. This fixes tramp3d-v4. | Dan Gohman | 2008-07-18 | 1 | -0/+1 |
* | Make PRE actually handle critical edges (by splitting them). Confirmed that ... | Owen Anderson | 2008-07-18 | 1 | -3/+6 |
* | Reapply r53735. My last patch fixed the failures Dan observed. | Owen Anderson | 2008-07-18 | 1 | -52/+9 |
* | Add some checks that got lost in the shuffle. This fixes 464.h264ref. | Owen Anderson | 2008-07-18 | 1 | -0/+4 |
* | Revert r53735. It broke SPEC 464.h264ref. | Dan Gohman | 2008-07-18 | 1 | -9/+52 |
* | verify limits-fndefn.c from the GCC testsuite before the | Chris Lattner | 2008-07-18 | 1 | -1/+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 |
* | Use MergeBlockIntoPredecessor to simplify some code. | Owen Anderson | 2008-07-17 | 1 | -52/+9 |
* | Subreg live interval valno may not have a corresponding def machineinstr sinc... | Evan Cheng | 2008-07-17 | 1 | -1/+1 |
* | Make MergeBlockIntoPredecessor more aggressive when the same successor appears | Owen Anderson | 2008-07-17 | 1 | -5/+24 |
* | Enable PRE. My last batch of changes fixed the miscompile. | Owen Anderson | 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 | 15 | -246/+382 |
* | LegalizeTypes support for what seems to be the | Duncan Sands | 2008-07-17 | 2 | -0/+18 |
* | Remove unnecessary readme entry | Nate Begeman | 2008-07-17 | 1 | -9/+0 |
* | Turn LegalizeTypes back off again for the moment: | Duncan Sands | 2008-07-17 | 1 | -6/+4 |
* | Fix a typo in last commit | Nate Begeman | 2008-07-17 | 1 | -1/+1 |
* | SSE codegen for vsetcc nodes | Nate Begeman | 2008-07-17 | 4 | -43/+206 |