Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds predicate...
[oota-llvm.git] / test /
2011-09-07 James MolloySecond of a three-patch series aiming to fix MSR/MRS...
2011-09-07 Eli FriedmanFix atomic load and store on x86 to pass -verify-machin...
2011-09-07 Jim GrosbachUpdate test for 139243
2011-09-07 Jim GrosbachThumb2 parsing and encoding for LDMIA.
2011-09-07 Owen AndersonPort more assembler tests over to disassembler tests...
2011-09-07 Duncan SandsWhen inlining exception handling code into another...
2011-09-07 Duncan SandsAnother forgotten trampoline testcase.
2011-09-07 Duncan SandsForgot to add this 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 Owen AndersonTeach BasicAA about the aliasing properties of memset_p...
2011-09-06 Jim GrosbachThumb2 parsing and encoding for ISB.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for EOR.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for DSB.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for DMB.
2011-09-06 Nick LewyckyDisable these tests harder. They're XFAIL'd, but that...
2011-09-06 Jim GrosbachThumb2 parsing and encoding for DBG.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CMN and CMP.
2011-09-06 Nick LewyckyThis transform only handles two-operand AddRec's. Preve...
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CLZ.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CLREX.
2011-09-06 Owen AndersonPort more encoding tests over to Thumb2 decoding tests.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CDP/CDP2.
2011-09-06 Evan ChengFix fall outs from my recent change on how carry bit...
2011-09-06 Owen AndersonTry again at r138809 (make DSE more aggressive in remov...
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-06 Nick LewyckyThe logic inside getMulExpr to simplify {a,+,b}*{c...
2011-09-06 Nick LewyckyRevert r139126 due to selfhost failures reported by...
2011-09-05 Nick LewyckyTeach SCEV to report a max backedge count in one intere...
2011-09-05 Benjamin KramerInstSimplify: Don't try to replace an extractvalue...
2011-09-05 Duncan SandsDelete trivial landing pads that just continue unwindin...
2011-09-05 Duncan SandsAdd some simple insertvalue simplifications, for the...
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 Jim GrosbachThumb2 parsing and encoding for CBZ/CBNZ.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BXJ.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BIC.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BFI.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BFC.
2011-09-02 Jim GrosbachThumb2 parsing and encoding of B instruction.
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 Jim GrosbachThumb2 parsing and encoding for ASR.
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 Andrew TrickTest case update for unroll-scev.
2011-09-02 Kevin EnderbyChange X86 disassembly to print immediates values as...
2011-09-02 Jim GrosbachThumb2 parsing and encoding for AND (register).
2011-09-02 Jim GrosbachThumb2 parsing and encoding for ADD (register).
2011-09-02 Duncan SandsDarwin wants ctors/dtors to be ordered the other way...
2011-09-02 Kevin EnderbyFix the disassembly of the X86 "crc32w %ax, %eax" instr...
2011-09-02 Jim GrosbachTests for Thumb2 AND (immediate) instruction.
2011-09-02 Jakub StaszakExtra CHECK-NOT to make sure that GVN transform works...
2011-09-02 Andrew Trick-unroll-scev flag removal
2011-09-02 Jim GrosbachAdd FIXME. Thumb2 ADR encoding choice is non-trivial.
2011-09-02 Jakub StaszakConstantVector returns arbitrary value for the wrong...
2011-09-02 Jakub StaszakCompare type size instead of type _store_ size to make...
2011-09-02 Kalle RaiskilaPass signed (not unsigned) 10 bit field to SPU 'ori...
2011-09-02 Craig TopperMake IC_VEX* not inherit from IC_*. Prevents instructio...
2011-09-02 Bill WendlingUpdate to new EH scheme.
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 Eli FriedmanFix test; sorry for any inconvenience.
2011-09-01 Eli FriedmanFix an issue with the IR sink pass found by inspection...
2011-09-01 Eli FriedmanAdd missing newline.
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 Jim GrosbachARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs...
2011-09-01 Bruno Cardoso LopesFix vbroadcast matching logic to early unmatch if the...
2011-09-01 Owen Andersont2Bcc is allowed to have a predicate without a precedin...
2011-09-01 Jakob Stoklund OlesenPrevent remat of partial register redefinitions.
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.
next