Teach MachineLICM reg pressure tracking code to deal with MVT::untyped. Sorry, I...
[oota-llvm.git] / test /
2011-09-01 Bill WendlingUpdate to new EH scheme.
2011-09-01 Bill WendlingUpdate to new EH scheme.
2011-09-01 Bill WendlingUpdate to new EH scheme.
2011-09-01 Bill WendlingUpdate some tests to the new EH scheme.
2011-09-01 Andrew TrickPreRA scheduler should avoid cloning compares.
2011-09-01 Jim GrosbachThumb2 assembly parsing and encoding for ADD(immediate).
2011-08-31 Bill WendlingReenable test.
2011-08-31 Bill WendlingRevert accidental commit
2011-08-31 Eli FriedmanDisable this test until Bill fixes it properly.
2011-08-31 Bill WendlingUpdate to new EH scheme.
2011-08-31 Bill WendlingUpdate to new EH scheme.
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 Eli FriedmanAdd tests for the transformations SCCP can do on atomic...
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 Bill WendlingUpdate the tests to the new EH scheme.
2011-08-31 Owen AndersonFix encoding for tBcc with immediate offset operand.
2011-08-31 Jim GrosbachRun the Thumb1 parser tests in Thumb2 mode, as well.
2011-08-31 Jim GrosbachThumb NOP encoding varies depending on ARCH revision.
2011-08-31 Owen AndersonFix roundtripping of Thumb BL/BLX instructions with...
2011-08-31 Eli FriedmanGeneric expansion for atomic load/store into cmpxchg...
2011-08-31 Jim GrosbachThumb2 parsing and encoding for ADC(register).
2011-08-31 Eli Friedman64-bit atomic cmpxchg for ARM.
2011-08-31 David GreeneCompress Repeated Byte Output
2011-08-31 Jim GrosbachTweak Thumb1 ADD encoding selection a bit.
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 EspindolaRemove the old tail duplication pass. It is not used...
2011-08-30 Owen AndersonFix issues with disassembly of IT instructions involvin...
2011-08-30 Owen AndersonFix encoding of CBZ/CBNZ Thumb2 instructions with immed...
2011-08-30 Owen AndersonFix encoding of PC-relative Thumb1 LDR's when using...
2011-08-30 Owen AndersonFix encoding of Thumb1 B instructions with immediate...
2011-08-30 Rafael EspindolaAdd a triple.
2011-08-30 Owen AndersonRemove empty file.
2011-08-30 Owen AndersonSpeculatively revert r138809 in an attempt to fix Drago...
2011-08-30 Owen AndersonPort Thumb2 assembler tests over to disassembler tests.
2011-08-30 Rafael EspindolaSome test code to check if correct code is being generated.
2011-08-30 Owen AndersonWhen walking backwards to eliminate final stores to...
2011-08-30 Andrew TrickLit option for ignoring stderr output.
2011-08-30 Roman DivackySet CR1EQ only when lowering vararg floating arguments...
2011-08-30 Craig TopperAdd vvvv support to disassembling of instructions with...
2011-08-30 Evan ChengChange ARM / Thumb2 addc / adde and subc / sube modelin...
2011-08-29 Owen AndersonAdd missing encoding information for some of the GPR...
2011-08-29 Jim GrosbachRemove redundant tests from XFAIL'ed test file.
2011-08-29 Jim GrosbachThumb2 assembly parsing and encoding support for ADC...
2011-08-29 Jim GrosbachRemove test file. Superceded by other more exhaustive...
2011-08-29 Jim GrosbachThumb2 parsing and encoding for IT blocks.
2011-08-29 Kevin EnderbyFix the disassembly of the X86 crc32 instruction. ...
2011-08-29 Eli FriedmanExplicitly zero out parts of a vector which are require...
2011-08-29 Bill WendlingUpdate tests to new EH model. Add landingpad instructio...
2011-08-29 Nadav RotemFixes following the CR by Chris and Duncan:
2011-08-29 Owen AndersonImprove handling of #-0 offsets for many more pre-index...
2011-08-29 Owen AndersonAdd testcase for r138746.
2011-08-29 Owen AndersonAdd support for parsing #-0 on non-memory-operand immed...
2011-08-28 Duncan SandsFix PR5329: pay attention to constructor/destructor...
2011-08-28 Nadav RotemBitcasts are transitive. Bitcast-Bitcast-X becomes...
2011-08-27 Andrew TrickReverted r138652, valgrind doesn't understand obj:...
2011-08-27 Bill WendlingAuto upgrade the old EH scheme to use the new one....
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 Andrew TrickExcluding ARM JIT tests until someone can fix this...
2011-08-26 Owen AndersonImprove encoding support for BLX with immediat eoperand...
2011-08-26 Owen AndersonCorrect encoding of BL with immediate offset.
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 Owen Andersoninvalid-LDR_PRE-arm.txt was already passing, but for...
2011-08-26 Andrew Trickvalgrind: Always suppress tblgen leaks.
2011-08-26 Bill WendlingDon't sink landingpad instructions during ind-var simpl...
2011-08-26 Andrew TrickUse %% for literals in RUN lines.
2011-08-26 Owen AndersonSupport an extension of ARM asm syntax to allow immedia...
2011-08-26 Benjamin KramerWe don't care if TableGen leaks memory.
2011-08-26 Owen AndersonAdd a testcase for r138625.
2011-08-26 Craig TopperFix disassembling of VCVTSD2SI
2011-08-26 Eli FriedmanAtomic load/store on ARM/Thumb.
2011-08-26 Benjamin KramerSimplifyCFG: If we have a PHI node that can evaluate...
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 Owen AndersonPort over additional encoding tests to decoding tests...
2011-08-25 Andrew TrickARM fix for missing implicit operands on ldmia_ret.
2011-08-25 Craig TopperGive ATTR_VEX higher priority when generating the disas...
2011-08-25 Craig TopperAdd TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD...
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-25 Bill WendlingUpdate tests to the newest EH syntax.
2011-08-25 Bill WendlingAdd feature test for the new exception handling stuff.
2011-08-24 Eli FriedmanHook up 64-bit atomic load/store on x86-32. I plan...
2011-08-24 Evan ChengSome autoconf tests use module level inline asm to...
2011-08-24 Jim GrosbachUpdate tests for 138501.
2011-08-24 Jim GrosbachThumb parsing and encoding for SUB (SP minu immediate).
2011-08-24 Jim GrosbachThumb parsing and encoding support for ADD SP instructions.
2011-08-24 Eli FriedmanBasic tests for atomic load and store on x86.
2011-08-24 Nadav RotemImplement Constant::isAllOnesValue(). Fix ConstantFoldi...
2011-08-24 Owen AndersonPort over more encoding tests to decoding tests.
2011-08-24 Richard OsborneAdd Uses=[SP] to call instructions. This fixes a miscom...
next