Tidy up. 80 columns.
[oota-llvm.git] / test /
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.
2011-08-22 Jim GrosbachThumb assemmbly parsing diagnostic improvements for...
2011-08-22 Jim GrosbachThumb assembly parsing and encoding for POP.
2011-08-22 Owen AndersonProvide operand encoding information for half-precision...
2011-08-22 Bruno Cardoso LopesAdd support for breaking 256-bit int VETCC into two...
2011-08-22 Owen AndersonFix decoding of VMOVSRR and VMOVRRS, which account...
2011-08-22 Owen AndersonFix another batch of VLD/VST decoding crashes discovere...
2011-08-22 Owen AndersonCorrect writeback handling of duplicating VLD instructi...
2011-08-22 Owen AndersonPort another swathe of Thumb1 encoding tests over to...
2011-08-22 Owen AndersonFix an incorrect shift when decoding SP-relative stores...
2011-08-22 Jim GrosbachThumb assembly parsing and encoding for ORR.
2011-08-22 Dan GohmanConstant pointers to objects don't need reference counting.
2011-08-22 Dan GohmanMake a few tests slightly more strict.
2011-08-22 Duncan SandsTestcase for PR10663.
2011-08-20 Jim GrosbachFix AsmParser binary precedence for shift operators.
2011-08-20 Jim GrosbachTidy up. Whitespace.
2011-08-20 Nadav RotemAdd constant folding support for bitcasts of splat...
2011-08-20 Eric ChristopherRemove remainder of migrated or obsolete tests from...
2011-08-20 Eric ChristopherRemove migrated or obsolete tests.
2011-08-20 Eric ChristopherRemove obsolete or migrated tests.
2011-08-20 Chad RosierWith the fix in r138164: "Add <imp-def> operands to...
2011-08-20 Eric ChristopherRemove obsoleted test.
2011-08-20 Eric ChristopherRemove tests that were either migrated to clang or...
2011-08-20 Eric ChristopherRemove the rest of the files in FrontendC++ and the...
next