aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Forgot to add this trampoline testcase.Duncan Sands2011-09-071-0/+87
* Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...Eli Friedman2011-09-071-1/+1
* While sinking machine instructions, sink matching DBG_VALUEs also otherwise l...Devang Patel2011-09-071-0/+49
* Teach BasicAA about the aliasing properties of memset_pattern16.Owen Anderson2011-09-061-0/+21
* Thumb2 parsing and encoding for ISB.Jim Grosbach2011-09-061-0/+10
* Thumb2 parsing and encoding for EOR.Jim Grosbach2011-09-061-0/+20
* Thumb2 parsing and encoding for DSB.Jim Grosbach2011-09-061-0/+32
* Thumb2 parsing and encoding for DMB.Jim Grosbach2011-09-061-0/+32
* Disable these tests harder. They're XFAIL'd, but that means they still run, andNick Lewycky2011-09-064-4/+8
* Thumb2 parsing and encoding for DBG.Jim Grosbach2011-09-061-0/+12
* Thumb2 parsing and encoding for CMN and CMP.Jim Grosbach2011-09-061-0/+40
* This transform only handles two-operand AddRec's. Prevent it from trying toNick Lewycky2011-09-061-1/+20
* Thumb2 parsing and encoding for CLZ.Jim Grosbach2011-09-061-0/+12
* Thumb2 parsing and encoding for CLREX.Jim Grosbach2011-09-061-0/+12
* Port more encoding tests over to Thumb2 decoding tests.Owen Anderson2011-09-061-0/+222
* Thumb2 parsing and encoding for CDP/CDP2.Jim Grosbach2011-09-061-0/+10
* Fix fall outs from my recent change on how carry bit is modeled during isel.Evan Cheng2011-09-061-0/+10
* Try again at r138809 (make DSE more aggressive in removing dead stores at the...Owen Anderson2011-09-062-0/+112
* Atomic pseudos don't use (as in read) CPSR. They clobber it.Jakob Stoklund Olesen2011-09-062-4/+4
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-064-6/+25
* The logic inside getMulExpr to simplify {a,+,b}*{c,+,d} was wrong, which wasNick Lewycky2011-09-061-3/+34
* Revert r139126 due to selfhost failures reported by buildbots.Nick Lewycky2011-09-061-31/+0
* Teach SCEV to report a max backedge count in one interesting case inNick Lewycky2011-09-051-0/+31
* InstSimplify: Don't try to replace an extractvalue/insertvalue pair with the ...Benjamin Kramer2011-09-051-4/+11
* Delete trivial landing pads that just continue unwinding the caughtDuncan Sands2011-09-051-0/+22
* Add some simple insertvalue simplifications, for the purpose of cleaningDuncan Sands2011-09-051-0/+22
* Revert r129875, XFAILing this test for arm, since the fix was reverted.Dan Gohman2011-09-031-0/+1
* Pseudo CMOV instructions don't clobber EFLAGS.Jakob Stoklund Olesen2011-09-022-6/+6
* Thumb2 parsing and encoding for CBZ/CBNZ.Jim Grosbach2011-09-021-0/+6
* Thumb2 parsing and encoding for BXJ.Jim Grosbach2011-09-021-0/+13
* Thumb2 parsing and encoding for BIC.Jim Grosbach2011-09-021-0/+37
* Thumb2 parsing and encoding for BFI.Jim Grosbach2011-09-021-0/+12
* Thumb2 parsing and encoding for BFC.Jim Grosbach2011-09-021-0/+13
* Thumb2 parsing and encoding of B instruction.Jim Grosbach2011-09-021-0/+11
* Try to eliminate the use of the 'unwind' instruction.Bill Wendling2011-09-0211-11/+23
* Don't fast-isel for atomic load/store; some cases require extra handling miss...Eli Friedman2011-09-022-0/+2
* Thumb2 parsing and encoding for ASR.Jim Grosbach2011-09-021-0/+37
* Better fix for this testcase. Update it to the new EH scheme entirely.Bill Wendling2011-09-021-6/+7
* Update for new EH stuff. (I'm not sure if this is 100% correct.)Bill Wendling2011-09-021-1/+1
* Test case update for unroll-scev.Andrew Trick2011-09-022-8/+13
* Change X86 disassembly to print immediates values as signed by default. SpecialKevin Enderby2011-09-021-0/+56
* Thumb2 parsing and encoding for AND (register).Jim Grosbach2011-09-021-0/+17
* Thumb2 parsing and encoding for ADD (register).Jim Grosbach2011-09-021-0/+16
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-021-9/+16
* Fix the disassembly of the X86 "crc32w %ax, %eax" instruction. Bug 10702.Kevin Enderby2011-09-021-0/+3
* Tests for Thumb2 AND (immediate) instruction.Jim Grosbach2011-09-022-4/+12
* Extra CHECK-NOT to make sure that GVN transform works properly.Jakub Staszak2011-09-021-0/+1
* -unroll-scev flag removalAndrew Trick2011-09-024-4/+4
* Add FIXME. Thumb2 ADR encoding choice is non-trivial.Jim Grosbach2011-09-021-0/+6
* ConstantVector returns arbitrary value for the wrong index.Jakub Staszak2011-09-021-0/+29