| Commit message (Expand) | Author | Age | Files | Lines |
* | Generalize this test's CHECK statements to handle different indvars modes. | Andrew Trick | 2011-09-13 | 1 | -2/+2 |
* | Change testcase commandline to be more strict and silence buildbots | Bruno Cardoso Lopes | 2011-09-12 | 1 | -1/+1 |
* | Fix PR10845. SUBREG_TO_REG shouldn't be used when the input and | Bruno Cardoso Lopes | 2011-09-12 | 1 | -0/+14 |
* | Revert the wrong part of r139528, and fix testcases. | Bruno Cardoso Lopes | 2011-09-12 | 2 | -4/+4 |
* | Not sure how CMPPS and CMPPD had already ever worked, I guess it didn't. | Bruno Cardoso Lopes | 2011-09-12 | 2 | -0/+37 |
* | Fix mistake in test runline. | Eli Friedman | 2011-09-12 | 1 | -1/+1 |
* | Associate a MemOperand with LDWCP nodes introduced during ISel. | Richard Osborne | 2011-09-12 | 1 | -0/+18 |
* | Really un-XFAIL the testcase, like I said I would in r139458. | Eli Friedman | 2011-09-10 | 1 | -1/+0 |
* | Fixed an assert from: | Richard Trieu | 2011-09-10 | 1 | -0/+1 |
* | Fix test cases. | Akira Hatanaka | 2011-09-09 | 15 | -53/+53 |
* | Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the s... | Eli Friedman | 2011-09-09 | 1 | -0/+23 |
* | Drop support for Mips1 and Mips2. | Akira Hatanaka | 2011-09-09 | 8 | -80/+10 |
* | Implement vector-select support for avx256. Refactor the vblend implementatio... | Nadav Rotem | 2011-09-09 | 1 | -0/+38 |
* | Drop support for Allegrex. Allegrex implements a variant of Mips2. | Akira Hatanaka | 2011-09-09 | 8 | -16/+33 |
* | Change default target architecture from Mips1 to Mips32r1 in preparation for | Akira Hatanaka | 2011-09-09 | 4 | -6/+6 |
* | Directly point debug info to the stack slot of the arugment, instead of tryin... | Devang Patel | 2011-09-08 | 1 | -0/+65 |
* | Add a AVX version of a simple i64 -> f64 bitcast. This could be | Bruno Cardoso Lopes | 2011-09-08 | 1 | -0/+10 |
* | Reapply testcase from r139309! | Bruno Cardoso Lopes | 2011-09-08 | 1 | -0/+47 |
* | Remove this crashing test, until I figure out what's going wrong here | Bruno Cardoso Lopes | 2011-09-08 | 1 | -47/+0 |
* | Add AVX versions of blend vector operations and fix some issues noticed | Bruno Cardoso Lopes | 2011-09-08 | 2 | -0/+47 |
* | Fix PR10844: Add patterns to cover non foldable versions of X86vzmovl. | Bruno Cardoso Lopes | 2011-09-08 | 1 | -0/+25 |
* | This test is already covered by llvm/trunk/test/CodeGen/X86/vsel.ll | Nadav Rotem | 2011-09-08 | 1 | -15/+0 |
* | add a testcase for the previous patch | Nadav Rotem | 2011-09-08 | 1 | -0/+47 |
* | Add X86-SSE4 codegen support for vector-select. | Nadav Rotem | 2011-09-08 | 1 | -1/+1 |
* | Fix atomic load and store on x86 to pass -verify-machineinstrs (and possibly ... | Eli Friedman | 2011-09-07 | 1 | -1/+1 |
* | Another forgotten trampoline testcase. | Duncan Sands | 2011-09-07 | 1 | -0/+16 |
* | Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures... | Eli Friedman | 2011-09-07 | 1 | -1/+1 |
* | While sinking machine instructions, sink matching DBG_VALUEs also otherwise l... | Devang Patel | 2011-09-07 | 1 | -0/+49 |
* | Disable these tests harder. They're XFAIL'd, but that means they still run, and | Nick Lewycky | 2011-09-06 | 4 | -4/+8 |
* | Fix fall outs from my recent change on how carry bit is modeled during isel. | Evan Cheng | 2011-09-06 | 1 | -0/+10 |
* | Atomic pseudos don't use (as in read) CPSR. They clobber it. | Jakob Stoklund Olesen | 2011-09-06 | 2 | -4/+4 |
* | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands | 2011-09-06 | 2 | -4/+8 |
* | Revert r129875, XFAILing this test for arm, since the fix was reverted. | Dan Gohman | 2011-09-03 | 1 | -0/+1 |
* | Pseudo CMOV instructions don't clobber EFLAGS. | Jakob Stoklund Olesen | 2011-09-02 | 2 | -6/+6 |
* | Try to eliminate the use of the 'unwind' instruction. | Bill Wendling | 2011-09-02 | 1 | -1/+1 |
* | Don't fast-isel for atomic load/store; some cases require extra handling miss... | Eli Friedman | 2011-09-02 | 2 | -0/+2 |
* | Better fix for this testcase. Update it to the new EH scheme entirely. | Bill Wendling | 2011-09-02 | 1 | -6/+7 |
* | Update for new EH stuff. (I'm not sure if this is 100% correct.) | Bill Wendling | 2011-09-02 | 1 | -1/+1 |
* | Darwin wants ctors/dtors to be ordered the other way round to linux. | Duncan Sands | 2011-09-02 | 1 | -9/+16 |
* | Pass signed (not unsigned) 10 bit field to SPU 'ori' instruction. | Kalle Raiskila | 2011-09-02 | 1 | -1/+12 |
* | Revert r131152, r129796, r129761. This code is currently considered | Dan Gohman | 2011-09-01 | 4 | -0/+13 |
* | Don't drop alignment info on local common symbols. | Benjamin Kramer | 2011-09-01 | 2 | -5/+20 |
* | XFAIL this test on arm until the backend is fixed. | Benjamin Kramer | 2011-09-01 | 1 | -0/+3 |
* | This test depends on cmov being available. | Benjamin Kramer | 2011-09-01 | 1 | -1/+1 |
* | Permit remat of partial register defs when it is safe. | Jakob Stoklund Olesen | 2011-09-01 | 1 | -0/+24 |
* | Fix vbroadcast matching logic to early unmatch if the node doesn't have | Bruno Cardoso Lopes | 2011-09-01 | 1 | -0/+10 |
* | Prevent remat of partial register redefinitions. | Jakob Stoklund Olesen | 2011-09-01 | 1 | -0/+28 |
* | PreRA scheduler should avoid cloning compares. | Andrew Trick | 2011-09-01 | 1 | -1/+9 |
* | Remove old declare statements. | Bill Wendling | 2011-08-31 | 1 | -4/+0 |
* | Update more tests to the new EH scheme. | Bill Wendling | 2011-08-31 | 1 | -1/+1 |