summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-19
* Thumb2 assembly parsing and encoding for UHSUB16/UHSUB8.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UHASX/UHSAX.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UHADD16/UHADD8.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UBFX.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UASX.Jim Grosbach2011-09-19
* Update test to remove the 'unwind' instruction.Bill Wendling2011-09-19
* Fix copy/past-o. Gotta remember that 'modify' step...Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UADD16/UADD8.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for TST.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for TBB/TBH.Jim Grosbach2011-09-19
* Replace uses of unwind with unreachable for the same effect.Bill Wendling2011-09-19
* Replace more uses of 'unwind' in the tests with calls to landingpad andBill Wendling2011-09-19
* Some additional tests for Thumb atomic load and store (which I somehow forgot...Eli Friedman2011-09-19
* Fix an infinite loop where a transform in InstCombiner::visitAnd claims a con...Eli Friedman2011-09-19
* Thumb2 assembly parsing and encoding for TEQ.Jim Grosbach2011-09-19
* Match X86ISD::FSETCCsd and X86ISD::FSETCCss while in AVX mode. This fixBruno Cardoso Lopes2011-09-19
* This testcase is dead. It doesn't inline even if I add the 'alwaysinline'Bill Wendling2011-09-19
* Remove FIXME. TBB/TBH are Thumb mode only instructions.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for SXTB/SXTB16/SXTH.Jim Grosbach2011-09-19
* Fix a typo in the bitcode reader in the handling of atomic stores. Reported ...Eli Friedman2011-09-19
* Handle STRT (and friends) like LDRT (and friends) for decoding purposes. Por...Owen Anderson2011-09-19
* Thumb2 assembly parsing and encoding for SXTAB/SXTAB16/SXTAH.Jim Grosbach2011-09-19
* [indvars] Fix PR10946: SCEV cannot handle Vector IVs.Andrew Trick2011-09-19
* Thumb2 assembly parsing and encoding for SVC.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for SUB(register).Jim Grosbach2011-09-19
* Added regression test for bug #10869.Stepan Dyatkovskiy2011-09-19
* setOperationAction should be done on the return value of the type, not the op...Nadav Rotem2011-09-18
* When promoting integer vectors we often create ext-loads. This patch adds aNadav Rotem2011-09-18
* Apply Duncan's test fix from r139986 to the avx version of that test too.Benjamin Kramer2011-09-18
* Synthesize x86 max/min instructions also for vectors (i.e. produceDuncan Sands2011-09-17
* Add a testcase for another corner-case decoding.Owen Anderson2011-09-16
* Thumb2 assembly parsing and encoding for SUB(immediate).Jim Grosbach2011-09-16
* Fix disassembly of Thumb2 BFI instructions with bit range of [0, 32).Owen Anderson2011-09-16
* Thumb2 assembly parsing and encoding for STRT.Jim Grosbach2011-09-16
* Thumb2 assembly parsing and encoding for LDRHT/STRHT.Jim Grosbach2011-09-16
* Thumb2 assembly parsing and encoding for STREX/STREXB/STREXH/STREXD.Jim Grosbach2011-09-16
* Thumb2 assembly parsing and encoding for STRD.Jim Grosbach2011-09-16
* Simplify comment. There's no Thumb LDRD(register) encoding. That's ARM only.Jim Grosbach2011-09-16
* Add fixed bits to correctly distinguish Thumb2 SSAT/SSAT16's.Owen Anderson2011-09-16
* Thumb2 assembly parsing and encoding for STRBT.Jim Grosbach2011-09-16
* Thumb2 assembly parsing and encoding for STRH.Jim Grosbach2011-09-16
* Remove test of undocumented format.Jim Grosbach2011-09-16
* Thumb2 assembly parsing and encoding for STRB.Jim Grosbach2011-09-16
* Shuffle a few more thumb2 tests to match the comment headings.Jim Grosbach2011-09-16
* Thumb2 tests for STR(literal), STR(register) and STR pre/post indexed immediate.Jim Grosbach2011-09-16
* Shuffle a few tests around.Jim Grosbach2011-09-16
* Fix disassembly of Thumb2 LDRSH with a #-0 offset.Owen Anderson2011-09-16
* Thumb2 assembly parsing and encoding for STR(immediate).Jim Grosbach2011-09-16
* Thumb2 assembly parsing and encoding for STMDB.Jim Grosbach2011-09-16