Fix encoding of CBZ/CBNZ Thumb2 instructions with immediate offsets rather than labels.
[oota-llvm.git] / test /
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...
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 Eric ChristopherRevert "Address Duncan's CR request:"
2011-08-23 Jim GrosbachThumb parsing and encoding for WFE, WFI and YIELD.
2011-08-23 Jim GrosbachThumb parsing and encoding for UXTB and UXTH.
2011-08-23 Jim GrosbachThumb parsing and encoding for TST.
2011-08-23 Jim GrosbachThumb parsing and encoding for SXTB and SXTH.
2011-08-23 Jim GrosbachThumb parsing and encoding for SVC.
2011-08-23 Jim GrosbachThumb parsing and encoding for SUB.
2011-08-23 Nick LewyckyPerformSubCombine to work on integers larger than i128...
2011-08-23 Jim GrosbachThumb parsing and encoding for STRH.
2011-08-23 Jim GrosbachThumb parsing and encoding for STRB.
2011-08-23 Jim GrosbachThumb parsing and encoding for tSTRspi.
2011-08-23 Jim GrosbachThumb parsing and encoding for STR.
2011-08-23 Jim GrosbachThumb parsing and encoding for STM.
2011-08-23 Nadav RotemFix a typo in the test from the previous commit.
2011-08-23 Owen AndersonFix decoding of Thumb2 prefetch instructions, which...
2011-08-23 Nadav RotemAddress Duncan's CR request:
2011-08-23 Owen AndersonFix two more instances of mis-matched operand names...
2011-08-23 Owen AndersonPort more assemble tests over to disassembly tests.
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 Jim GrosbachThumb parsing and encoding for SETEND.
2011-08-22 Jim GrosbachThumb parsing and encoding for SBC.
2011-08-22 Jim GrosbachThumb parsing and encoding for RSB.
2011-08-22 Jim GrosbachThumb parsing and encoding for ROR.
2011-08-22 Jim GrosbachThumb parsing and encoding for REV/REV16/REVSH.
2011-08-22 Owen Andersont2SMLAD is a four-register instruction, not a three...
2011-08-22 Owen AndersonCorrect operand naming of t2USAT16 to allow proper...
2011-08-22 Owen AndersonMatch operand naming to allow correct decoding of t2LDR...
2011-08-22 Jim GrosbachImprove error checking for tPUSH and tPOP register...
2011-08-22 Jim GrosbachTidy up. Trailing whitespace.
2011-08-22 Owen AndersonProvide a correct decoder hook for Thumb2 shifted regis...
2011-08-22 Jim GrosbachThumb parsing and encoding for PUSH.
2011-08-22 Jim GrosbachFix think-o.
next