summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Thumb2 parsing and encoding for LDMDB.Jim Grosbach2011-09-07
* Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy2011-09-07
* Fix atomic load and store on x86 to pass -verify-machineinstrs (and possibly ...Eli Friedman2011-09-07
* Update test for 139243Jim Grosbach2011-09-07
* Thumb2 parsing and encoding for LDMIA.Jim Grosbach2011-09-07
* Port more assembler tests over to disassembler tests, and fix a minor logic e...Owen Anderson2011-09-07
* When inlining exception handling code into another function, ensure thatDuncan Sands2011-09-07
* Another forgotten trampoline testcase.Duncan Sands2011-09-07
* Forgot to add this trampoline testcase.Duncan Sands2011-09-07
* Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...Eli Friedman2011-09-07
* While sinking machine instructions, sink matching DBG_VALUEs also otherwise l...Devang Patel2011-09-07
* Teach BasicAA about the aliasing properties of memset_pattern16.Owen Anderson2011-09-06
* Thumb2 parsing and encoding for ISB.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for EOR.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for DSB.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for DMB.Jim Grosbach2011-09-06
* Disable these tests harder. They're XFAIL'd, but that means they still run, andNick Lewycky2011-09-06
* Thumb2 parsing and encoding for DBG.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for CMN and CMP.Jim Grosbach2011-09-06
* This transform only handles two-operand AddRec's. Prevent it from trying toNick Lewycky2011-09-06
* Thumb2 parsing and encoding for CLZ.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for CLREX.Jim Grosbach2011-09-06
* Port more encoding tests over to Thumb2 decoding tests.Owen Anderson2011-09-06
* Thumb2 parsing and encoding for CDP/CDP2.Jim Grosbach2011-09-06
* Fix fall outs from my recent change on how carry bit is modeled during isel.Evan Cheng2011-09-06
* Try again at r138809 (make DSE more aggressive in removing dead stores at the...Owen Anderson2011-09-06
* Atomic pseudos don't use (as in read) CPSR. They clobber it.Jakob Stoklund Olesen2011-09-06
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* The logic inside getMulExpr to simplify {a,+,b}*{c,+,d} was wrong, which wasNick Lewycky2011-09-06
* Revert r139126 due to selfhost failures reported by buildbots.Nick Lewycky2011-09-06
* Teach SCEV to report a max backedge count in one interesting case inNick Lewycky2011-09-05
* InstSimplify: Don't try to replace an extractvalue/insertvalue pair with the ...Benjamin Kramer2011-09-05
* Delete trivial landing pads that just continue unwinding the caughtDuncan Sands2011-09-05
* Add some simple insertvalue simplifications, for the purpose of cleaningDuncan Sands2011-09-05
* Revert r129875, XFAILing this test for arm, since the fix was reverted.Dan Gohman2011-09-03
* Pseudo CMOV instructions don't clobber EFLAGS.Jakob Stoklund Olesen2011-09-02
* Thumb2 parsing and encoding for CBZ/CBNZ.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for BXJ.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for BIC.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for BFI.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for BFC.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding of B instruction.Jim Grosbach2011-09-02
* Try to eliminate the use of the 'unwind' instruction.Bill Wendling2011-09-02
* Don't fast-isel for atomic load/store; some cases require extra handling miss...Eli Friedman2011-09-02
* Thumb2 parsing and encoding for ASR.Jim Grosbach2011-09-02
* Better fix for this testcase. Update it to the new EH scheme entirely.Bill Wendling2011-09-02
* Update for new EH stuff. (I'm not sure if this is 100% correct.)Bill Wendling2011-09-02
* Test case update for unroll-scev.Andrew Trick2011-09-02
* Change X86 disassembly to print immediates values as signed by default. SpecialKevin Enderby2011-09-02
* Thumb2 parsing and encoding for AND (register).Jim Grosbach2011-09-02