r139454 activates an assert in a case where we were doing the right thing anyway...
[oota-llvm.git] / test / CodeGen /
2011-09-10 Richard TrieuFixed an assert from:
2011-09-09 Akira HatanakaFix test cases.
2011-09-09 Eli FriedmanMake the SelectionDAG verify that all the operands...
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-09-09 Nadav RotemImplement vector-select support for avx256. Refactor...
2011-09-09 Akira HatanakaDrop support for Allegrex. Allegrex implements a varian...
2011-09-09 Akira HatanakaChange default target architecture from Mips1 to Mips32...
2011-09-08 Devang PatelDirectly point debug info to the stack slot of the...
2011-09-08 Bruno Cardoso LopesAdd a AVX version of a simple i64 -> f64 bitcast. This...
2011-09-08 Bruno Cardoso LopesReapply testcase from r139309!
2011-09-08 Bruno Cardoso LopesRemove this crashing test, until I figure out what...
2011-09-08 Bruno Cardoso LopesAdd AVX versions of blend vector operations and fix...
2011-09-08 Bruno Cardoso LopesFix PR10844: Add patterns to cover non foldable version...
2011-09-08 Nadav RotemThis test is already covered by llvm/trunk/test/CodeGen...
2011-09-08 Nadav Rotemadd a testcase for the previous patch
2011-09-08 Nadav RotemAdd X86-SSE4 codegen support for vector-select.
2011-09-07 Eli FriedmanFix atomic load and store on x86 to pass -verify-machin...
2011-09-07 Duncan SandsAnother forgotten trampoline testcase.
2011-09-07 Eli FriedmanRelax the MemOperands on atomics a bit. Fixes -verify...
2011-09-07 Devang PatelWhile sinking machine instructions, sink matching DBG_V...
2011-09-06 Nick LewyckyDisable these tests harder. They're XFAIL'd, but that...
2011-09-06 Evan ChengFix fall outs from my recent change on how carry bit...
2011-09-06 Jakob Stoklund OlesenAtomic pseudos don't use (as in read) CPSR. They clobbe...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-09-03 Dan GohmanRevert r129875, XFAILing this test for arm, since the...
2011-09-02 Jakob Stoklund OlesenPseudo CMOV instructions don't clobber EFLAGS.
2011-09-02 Bill WendlingTry to eliminate the use of the 'unwind' instruction.
2011-09-02 Eli FriedmanDon't fast-isel for atomic load/store; some cases requi...
2011-09-02 Bill WendlingBetter fix for this testcase. Update it to the new...
2011-09-02 Bill WendlingUpdate for new EH stuff. (I'm not sure if this is 100...
2011-09-02 Duncan SandsDarwin wants ctors/dtors to be ordered the other way...
2011-09-02 Kalle RaiskilaPass signed (not unsigned) 10 bit field to SPU 'ori...
2011-09-01 Dan GohmanRevert r131152, r129796, r129761. This code is currentl...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-09-01 Benjamin KramerXFAIL this test on arm until the backend is fixed.
2011-09-01 Benjamin KramerThis test depends on cmov being available.
2011-09-01 Jakob Stoklund OlesenPermit remat of partial register defs when it is safe.
2011-09-01 Bruno Cardoso LopesFix vbroadcast matching logic to early unmatch if the...
2011-09-01 Jakob Stoklund OlesenPrevent remat of partial register redefinitions.
2011-09-01 Andrew TrickPreRA scheduler should avoid cloning compares.
2011-08-31 Bill WendlingRemove old declare statements.
2011-08-31 Bill WendlingUpdate more tests to the new EH scheme.
2011-08-31 Bill WendlingUpdate more tests to the new EH scheme.
2011-08-31 Bill WendlingRevert r138894. This was failing on cmake-clang-i686...
2011-08-31 Bill WendlingUpdate more tests to the new EH scheme.
2011-08-31 Eli FriedmanGeneric expansion for atomic load/store into cmpxchg...
2011-08-31 Eli Friedman64-bit atomic cmpxchg for ARM.
2011-08-31 David GreeneCompress Repeated Byte Output
2011-08-31 Benjamin KramerThis test requires sse, otherwise x87 ops will block...
2011-08-31 Bruno Cardoso Lopes- Move all MOVSS and MOVSD patterns close to their...
2011-08-31 Evan ChengFix (movhps load) lowering / pattern to match more...
2011-08-31 Eli FriedmanSome minor cleanups for r138845.
2011-08-31 Eli FriedmanSome 64-bit atomic operations on ARM. 64-bit cmpxchg...
2011-08-31 Benjamin KramerFix test typo.
2011-08-30 Rafael EspindolaAdd a triple.
2011-08-30 Rafael EspindolaSome test code to check if correct code is being generated.
2011-08-30 Roman DivackySet CR1EQ only when lowering vararg floating arguments...
2011-08-30 Evan ChengChange ARM / Thumb2 addc / adde and subc / sube modelin...
2011-08-29 Eli FriedmanExplicitly zero out parts of a vector which are require...
2011-08-29 Owen AndersonAdd testcase for r138746.
2011-08-28 Duncan SandsFix PR5329: pay attention to constructor/destructor...
2011-08-27 Bill WendlingUpdate to new EH scheme.
2011-08-27 Bill WendlingCannot have an llvm.eh.exception call in a non-landing...
2011-08-26 Eli FriedmanAdd support for generating CMPXCHG16B on x86-64 for...
2011-08-26 Bill WendlingRevert r138606 until LowerInvoke has been converted...
2011-08-26 Eli FriedmanAtomic load/store on ARM/Thumb.
2011-08-25 Bill WendlingUpdate to the new EH scheme.
2011-08-25 Bruno Cardoso LopesAdd support for AVX 256-bit version of MOVDDUP!
2011-08-25 Andrew TrickARM fix for missing implicit operands on ldmia_ret.
2011-08-25 Bill WendlingLSR wants to split the landing pad's critical edge...
2011-08-25 Bruno Cardoso LopesAdd support for 256-bit versions of VSHUFPD and VSHUFPS.
2011-08-24 Eli FriedmanHook up 64-bit atomic load/store on x86-32. I plan...
2011-08-24 Eli FriedmanBasic tests for atomic load and store on x86.
2011-08-24 Richard OsborneAdd Uses=[SP] to call instructions. This fixes a miscom...
2011-08-24 Craig TopperBreak 256-bit vector int add/sub/mul into two 128-bit...
2011-08-23 Bruno Cardoso LopesFix a nasty bug where a v4i64 was being wrong emitted...
2011-08-23 Nick LewyckyPerformSubCombine to work on integers larger than i128...
2011-08-23 Craig TopperAdd support for breaking 256-bit v16i16 and v32i8 VSETC...
2011-08-23 Bruno Cardoso LopesIntroduce a pass to insert vzeroupper instructions...
2011-08-22 Bruno Cardoso LopesAdd support for breaking 256-bit int VETCC into two...
2011-08-20 Chad RosierWith the fix in r138164: "Add <imp-def> operands to...
2011-08-20 Chad RosierVMOVQQQQs pseudo instructions are only created by ARMBa...
2011-08-19 Devang PatelDo not use named md nodes to track variables that are...
2011-08-19 Jim GrosbachUse regex to remove false dependencies on register...
2011-08-19 Jim GrosbachUpdate tests.
2011-08-19 Jakob Stoklund OlesenAdd test case for r138018.
2011-08-18 Akira HatanakaUse subword loads instead of a 4-byte load when the...
2011-08-18 Ivan KrasinFastISel: avoid function calls between the materializat...
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for LDM instruction.
2011-08-18 Richard OsborneAdd intrinsics for SETEV, GETED, GETET.
2011-08-18 Bruno Cardoso LopesCleanup vector logical ops in AVX and add use int versi...
2011-08-17 Bruno Cardoso LopesFix PR10688. Add support for spliting 256-bit vector...
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for ADR.
2011-08-17 Bruno Cardoso LopesIntroduce matching patterns for vbroadcast AVX instruct...
2011-08-17 Bruno Cardoso LopesUpdate test to not use the scalar type to splat from...
2011-08-17 Bruno Cardoso LopesNow that we have a canonical way to handle 256-bit...
2011-08-17 Akira HatanakaAdd support for ext and ins.
2011-08-16 Bruno Cardoso LopesInstead of always leaving the work to the generic legal...
2011-08-16 Akira HatanakaAdd test case for r137711.
2011-08-16 Akira HatanakaFix handling of double precision loads and stores when...
next