aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-09-15Reapply r139759. Disable IV rewriting by default. See PR10916.Andrew Trick
2011-09-15Thumb2 assembly parsing and encoding for SADD16/SADD8.Jim Grosbach
2011-09-15Thumb2 assembly parsing and encoding for RSB.Jim Grosbach
2011-09-15Thumb2 assembly parsing and encoding for RRX.Jim Grosbach
2011-09-15Thumb2 assembly parsing and encoding for ROR.Jim Grosbach
2011-09-15Thumb2 assembly parsing and encoding for REV16/REVSH.Jim Grosbach
2011-09-15VirtRegMap is counting spill slots, not register spills.Jakob Stoklund Olesen
2011-09-15Change all checks regarding the presence of any SSE level to alwaysBruno Cardoso Lopes
2011-09-15Thumb2 assembly parsing and encoding for REV.Jim Grosbach
2011-09-15Thumb2 assembly parsing and encoding for RBIT.Jim Grosbach
2011-09-15Thumb2 assembly parsing and encoding for signed saturating arithmetic insns.Jim Grosbach
2011-09-15Re-order test.Jim Grosbach
2011-09-15Make demanded-elt simplification for shufflevector slightly stronger. Spotte...Eli Friedman
2011-09-15[regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick
2011-09-14Thumb2 assembly parsing and encoding for PLI.Jim Grosbach
2011-09-14Thumb2 assembly parsing and encoding for PLD.Jim Grosbach
2011-09-14Thumb2 assembly parsing and encoding for PKH.Jim Grosbach
2011-09-14Fix a crasher in Thumb2 MOV-immediate encoding for certain inputs.Owen Anderson
2011-09-14Thumb2 assembly parsing and encoding for ORR.Jim Grosbach
2011-09-14Thumb2 assembly parsing and encoding for ORN.Jim Grosbach
2011-09-14Thumb2 assembly parsing and encoding for NOP.W.Jim Grosbach
2011-09-14Thumb2 assembly parsing and encoding for MVN.Jim Grosbach
2011-09-14Thumb2 assembly parsing and encoding for MUL.Jim Grosbach
2011-09-14Thumb2 assembly parsing and encoding for MSR/MRS.Jim Grosbach
2011-09-14Thumb2 assembly parsing and encoding for MRC/MRC2/MRRC/MRRC2.Jim Grosbach
2011-09-14Thumb2 assembly parsing and encoding for MOVT.Jim Grosbach
2011-09-14Thumb2 assembly parsing for MOV in IT block.Jim Grosbach
2011-09-14objc_retainBlock is not NoModRef because it can update forwarding pointersDan Gohman
2011-09-14ARM fix assembly parser handling of ranges in register lists.Jim Grosbach
2011-09-14Add integer promotion support for vselectNadav Rotem
2011-09-14Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND fr...Craig Topper
2011-09-14Make disassembling of VBLEND* print immediate as a XMM/YMM register name. Fix...Craig Topper
2011-09-14Add test case for PR10851.Craig Topper
2011-09-14Vector shuffle mask <i32 4, i32 5, i32 2, i32 3> should yield "movsd", not "m...Bruno Cardoso Lopes
2011-09-14Remove ancient debug info constructs from test cases, they are not relevant t...Devang Patel
2011-09-14Remove unnecessary old test.Devang Patel
2011-09-13Update tests. Remove irrelevant tests.Devang Patel
2011-09-13Delete test cases that generate code for allegrex/psp and cannot be repurposed.Akira Hatanaka
2011-09-13Make use of Eli's FileCheck sorcery to improve this test.Owen Anderson
2011-09-13Error out on CodeGen of unaligned load/store. Fix test so it isn't accidenta...Eli Friedman
2011-09-13Correct disassembly printing of Thumb2 post-incremented LDRD and STRD.Owen Anderson
2011-09-13Add pattern used to match MipsLo, which is needed when the instruction selectorAkira Hatanaka
2011-09-13Disable tests which generate code for allegrex or psp.Akira Hatanaka
2011-09-13update checked patternNadav Rotem
2011-09-13Add vselect target support for targets that do not support blend but do supportNadav Rotem
2011-09-13Teach the Thumb ASM parser that BKPT is allowed in IT blocks, even though it ...Owen Anderson
2011-09-13Fix encoding of Thumb2 shifted register operands with RRX shifts.Owen Anderson
2011-09-13Remove filter that was preventing MOVDQU/MOVDQA and their VEX forms from bein...Craig Topper
2011-09-13[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...Andrew Trick
2011-09-13Disable IV rewriting by default. See PR10916.Andrew Trick