| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add VerifyNode, a place to put sanity checks on | Duncan Sands | 2008-07-21 | 6 | -12/+54 |
* | 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 | 5 | -24/+102 |
* | Updated VC++ projects | Cedric Venet | 2008-07-20 | 1 | -0/+8 |
* | Fix for first part of PR2562. Generate the "pinsrw" instruction for inserts | Bill Wendling | 2008-07-20 | 2 | -0/+17 |
* | 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 |
* | XFAIL this test. | Nick Lewycky | 2008-07-19 | 1 | -0/+1 |
* | While testing particular algorithms to compute loop iteration count the brute | Wojciech Matyjewicz | 2008-07-19 | 5 | -7/+10 |
* | Use chars, where possible | Anton Korobeynikov | 2008-07-19 | 1 | -25/+25 |
* | Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs. | Anton Korobeynikov | 2008-07-19 | 4 | -138/+114 |
* | Fix a FIXME :) | Anton Korobeynikov | 2008-07-19 | 2 | -6/+7 |
* | Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 code | Anton Korobeynikov | 2008-07-19 | 5 | -274/+32 |
* | Add TargetAsmInfo stuff for all darwin-based targets | Anton Korobeynikov | 2008-07-19 | 2 | -0/+172 |
* | Add TargetAsmInfo for all ELF-based targets | Anton Korobeynikov | 2008-07-19 | 2 | -0/+202 |
* | Testcase for PR2549 | Anton Korobeynikov | 2008-07-19 | 1 | -0/+636 |
* | Use aligned stack spills, where possible. This fixes PR2549. | Anton Korobeynikov | 2008-07-19 | 1 | -19/+23 |
* | Remove bogus assertion. This unbreaks mingw, where ConstantSDNode | Anton Korobeynikov | 2008-07-19 | 1 | -4/+0 |
* | tentative definitions are default visibility | Nick Kledzik | 2008-07-19 | 1 | -1/+1 |
* | Fix a memory leak in LiveIntervalAnalysis. | Evan Cheng | 2008-07-19 | 2 | -11/+13 |
* | typo. | Devang Patel | 2008-07-18 | 1 | -2/+2 |
* | If all linker input files are native object files then lto-bugpoint is not us... | Devang Patel | 2008-07-18 | 4 | -8/+48 |
* | Start writing lto-bugpoint tool. | Devang Patel | 2008-07-18 | 4 | -0/+140 |
* | Softfloat support for FDIV. Patch by | Duncan Sands | 2008-07-18 | 3 | -0/+20 |
* | 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 | 3 | -1/+42 |
* | 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 | 5 | -7/+27 |
* | 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 | 2 | -1/+35 |
* | Add nounwind. | Evan Cheng | 2008-07-17 | 1 | -1/+1 |
* | test commit access | Daniel Dunbar | 2008-07-17 | 1 | -0/+2 |
* | Make MergeBlockIntoPredecessor more aggressive when the same successor appears | Owen Anderson | 2008-07-17 | 2 | -6/+25 |
* | 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 | 21 | -310/+520 |
* | Indentation. | Evan Cheng | 2008-07-17 | 1 | -3/+3 |
* | LegalizeTypes support for what seems to be the | Duncan Sands | 2008-07-17 | 3 | -0/+36 |