aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2011-09-10Fixed an assert from:Richard Trieu
2011-09-09Fix test cases.Akira Hatanaka
2011-09-09Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the s...Eli Friedman
2011-09-09Drop support for Mips1 and Mips2.Akira Hatanaka
2011-09-09Implement vector-select support for avx256. Refactor the vblend implementatio...Nadav Rotem
2011-09-09Drop support for Allegrex. Allegrex implements a variant of Mips2.Akira Hatanaka
2011-09-09Change default target architecture from Mips1 to Mips32r1 in preparation forAkira Hatanaka
2011-09-08Directly point debug info to the stack slot of the arugment, instead of tryin...Devang Patel
2011-09-08Add a AVX version of a simple i64 -> f64 bitcast. This could beBruno Cardoso Lopes
2011-09-08Reapply testcase from r139309!Bruno Cardoso Lopes
2011-09-08Remove this crashing test, until I figure out what's going wrong hereBruno Cardoso Lopes
2011-09-08Add AVX versions of blend vector operations and fix some issues noticedBruno Cardoso Lopes
2011-09-08Fix PR10844: Add patterns to cover non foldable versions of X86vzmovl.Bruno Cardoso Lopes
2011-09-08This test is already covered by llvm/trunk/test/CodeGen/X86/vsel.llNadav Rotem
2011-09-08add a testcase for the previous patchNadav Rotem
2011-09-08Add X86-SSE4 codegen support for vector-select.Nadav Rotem
2011-09-07Fix atomic load and store on x86 to pass -verify-machineinstrs (and possibly ...Eli Friedman
2011-09-07Another forgotten trampoline testcase.Duncan Sands
2011-09-07Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...Eli Friedman
2011-09-07While sinking machine instructions, sink matching DBG_VALUEs also otherwise l...Devang Patel
2011-09-06Disable these tests harder. They're XFAIL'd, but that means they still run, andNick Lewycky
2011-09-06Fix fall outs from my recent change on how carry bit is modeled during isel.Evan Cheng
2011-09-06Atomic pseudos don't use (as in read) CPSR. They clobber it.Jakob Stoklund Olesen
2011-09-06Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands
2011-09-03Revert r129875, XFAILing this test for arm, since the fix was reverted.Dan Gohman
2011-09-02Pseudo CMOV instructions don't clobber EFLAGS.Jakob Stoklund Olesen
2011-09-02Try to eliminate the use of the 'unwind' instruction.Bill Wendling
2011-09-02Don't fast-isel for atomic load/store; some cases require extra handling miss...Eli Friedman
2011-09-02Better fix for this testcase. Update it to the new EH scheme entirely.Bill Wendling
2011-09-02Update for new EH stuff. (I'm not sure if this is 100% correct.)Bill Wendling
2011-09-02Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands
2011-09-02Pass signed (not unsigned) 10 bit field to SPU 'ori' instruction.Kalle Raiskila
2011-09-01Revert r131152, r129796, r129761. This code is currently consideredDan Gohman
2011-09-01Don't drop alignment info on local common symbols.Benjamin Kramer
2011-09-01XFAIL this test on arm until the backend is fixed.Benjamin Kramer
2011-09-01This test depends on cmov being available.Benjamin Kramer
2011-09-01Permit remat of partial register defs when it is safe.Jakob Stoklund Olesen
2011-09-01Fix vbroadcast matching logic to early unmatch if the node doesn't haveBruno Cardoso Lopes
2011-09-01Prevent remat of partial register redefinitions.Jakob Stoklund Olesen
2011-09-01PreRA scheduler should avoid cloning compares.Andrew Trick
2011-08-31Remove old declare statements.Bill Wendling
2011-08-31Update more tests to the new EH scheme.Bill Wendling
2011-08-31Update more tests to the new EH scheme.Bill Wendling
2011-08-31Revert r138894. This was failing on cmake-clang-i686-msvc10.Bill Wendling
2011-08-31Update more tests to the new EH scheme.Bill Wendling
2011-08-31Generic expansion for atomic load/store into cmpxchg/atomicrmw xchg; implemen...Eli Friedman
2011-08-3164-bit atomic cmpxchg for ARM.Eli Friedman
2011-08-31Compress Repeated Byte OutputDavid Greene
2011-08-31This test requires sse, otherwise x87 ops will block tailcall optimizationBenjamin Kramer
2011-08-31- Move all MOVSS and MOVSD patterns close to their definitionsBruno Cardoso Lopes