summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Thumb2 assembly parsing and encoding for SHADD16/SHADD8.Jim Grosbach2011-09-15
* Thumb2 assembly parsing and encoding for SHASX/SHSAX.Jim Grosbach2011-09-15
* Thumb2 assembly parsing and encoding for SEV.W.Jim Grosbach2011-09-15
* Thumb2 assembly parsing and encoding for SEL.Jim Grosbach2011-09-15
* Thumb2 assembly parsing and encoding for SBFX.Jim Grosbach2011-09-15
* Some legalization fixes for atomic load and store.Eli Friedman2011-09-15
* Add some missing 'CHECK' lines and tidy up others.Jim Grosbach2011-09-15
* Thumb2 assembly parsing and encoding for SBC.Jim Grosbach2011-09-15
* Thumb2 assembly parsing and encoding for SASX.Jim Grosbach2011-09-15
* Reapply r139759. Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-15
* Thumb2 assembly parsing and encoding for SADD16/SADD8.Jim Grosbach2011-09-15
* Thumb2 assembly parsing and encoding for RSB.Jim Grosbach2011-09-15
* Thumb2 assembly parsing and encoding for RRX.Jim Grosbach2011-09-15
* Thumb2 assembly parsing and encoding for ROR.Jim Grosbach2011-09-15
* Thumb2 assembly parsing and encoding for REV16/REVSH.Jim Grosbach2011-09-15
* VirtRegMap is counting spill slots, not register spills.Jakob Stoklund Olesen2011-09-15
* Change all checks regarding the presence of any SSE level to alwaysBruno Cardoso Lopes2011-09-15
* Thumb2 assembly parsing and encoding for REV.Jim Grosbach2011-09-15
* Thumb2 assembly parsing and encoding for RBIT.Jim Grosbach2011-09-15
* Thumb2 assembly parsing and encoding for signed saturating arithmetic insns.Jim Grosbach2011-09-15
* Re-order test.Jim Grosbach2011-09-15
* Make demanded-elt simplification for shufflevector slightly stronger. Spotte...Eli Friedman2011-09-15
* [regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick2011-09-15
* Thumb2 assembly parsing and encoding for PLI.Jim Grosbach2011-09-14
* Thumb2 assembly parsing and encoding for PLD.Jim Grosbach2011-09-14
* Thumb2 assembly parsing and encoding for PKH.Jim Grosbach2011-09-14
* Fix a crasher in Thumb2 MOV-immediate encoding for certain inputs.Owen Anderson2011-09-14
* Thumb2 assembly parsing and encoding for ORR.Jim Grosbach2011-09-14
* Thumb2 assembly parsing and encoding for ORN.Jim Grosbach2011-09-14
* Thumb2 assembly parsing and encoding for NOP.W.Jim Grosbach2011-09-14
* Thumb2 assembly parsing and encoding for MVN.Jim Grosbach2011-09-14
* Thumb2 assembly parsing and encoding for MUL.Jim Grosbach2011-09-14
* Thumb2 assembly parsing and encoding for MSR/MRS.Jim Grosbach2011-09-14
* Thumb2 assembly parsing and encoding for MRC/MRC2/MRRC/MRRC2.Jim Grosbach2011-09-14
* Thumb2 assembly parsing and encoding for MOVT.Jim Grosbach2011-09-14
* Thumb2 assembly parsing for MOV in IT block.Jim Grosbach2011-09-14
* objc_retainBlock is not NoModRef because it can update forwarding pointersDan Gohman2011-09-14
* ARM fix assembly parser handling of ranges in register lists.Jim Grosbach2011-09-14
* Add integer promotion support for vselectNadav Rotem2011-09-14
* Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND fr...Craig Topper2011-09-14
* Make disassembling of VBLEND* print immediate as a XMM/YMM register name. Fix...Craig Topper2011-09-14
* Add test case for PR10851.Craig Topper2011-09-14
* Vector shuffle mask <i32 4, i32 5, i32 2, i32 3> should yield "movsd", not "m...Bruno Cardoso Lopes2011-09-14
* Remove ancient debug info constructs from test cases, they are not relevant t...Devang Patel2011-09-14
* Remove unnecessary old test.Devang Patel2011-09-14
* Update tests. Remove irrelevant tests.Devang Patel2011-09-13
* Delete test cases that generate code for allegrex/psp and cannot be repurposed.Akira Hatanaka2011-09-13
* Make use of Eli's FileCheck sorcery to improve this test.Owen Anderson2011-09-13
* Error out on CodeGen of unaligned load/store. Fix test so it isn't accidenta...Eli Friedman2011-09-13
* Correct disassembly printing of Thumb2 post-incremented LDRD and STRD.Owen Anderson2011-09-13