aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-132-2/+2
* Generalize test case to handle multiple indvars modes.Andrew Trick2011-09-131-3/+6
* Generalize this test's CHECK statements to handle different indvars modes.Andrew Trick2011-09-131-2/+2
* This test only makes sense with -enable-iv-rewrite.Andrew Trick2011-09-131-3/+4
* [indvars] Fix bugs in floating point IV range checks noticed by inspection.Andrew Trick2011-09-131-3/+3
* Conditionalize indvars test that relies on SCEV expansion of geps,Andrew Trick2011-09-121-4/+13
* Change testcase commandline to be more strict and silence buildbotsBruno Cardoso Lopes2011-09-121-1/+1
* Fix PR10845. SUBREG_TO_REG shouldn't be used when the input andBruno Cardoso Lopes2011-09-121-0/+14
* indvars test only relevant for -enable-iv-rewrite.Andrew Trick2011-09-121-1/+3
* Fix a failing ELF Thumb test. I _think_ this is right, but it's not totally ...Owen Anderson2011-09-121-1/+1
* Thumb2 POP's don't allow the PC as an operand, and PUSH's don't allow the SP ...Owen Anderson2011-09-121-0/+5
* Revert the wrong part of r139528, and fix testcases.Bruno Cardoso Lopes2011-09-122-4/+4
* Fix encoding of PC-relative LDRSHW with an immediate offset.Owen Anderson2011-09-121-1/+2
* Conditionalize indvars tests that rely on SCEV expansion of geps,Andrew Trick2011-09-125-25/+26
* Not sure how CMPPS and CMPPD had already ever worked, I guess it didn't.Bruno Cardoso Lopes2011-09-122-0/+37
* Port more encoding tests to decoding tests, and correct an improper Thumb2 pr...Owen Anderson2011-09-121-0/+509
* Removing indvars tests that directly test canonical IVs and nothing else.Andrew Trick2011-09-126-137/+0
* Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...Andrew Trick2011-09-1210-10/+10
* Fix mistake in test runline.Eli Friedman2011-09-121-1/+1
* Test case for r139453, WidenIV::GetExtendedOperandRecurrence.Andrew Trick2011-09-121-0/+30
* Associate a MemOperand with LDWCP nodes introduced during ISel.Richard Osborne2011-09-121-0/+18
* Fix disassembling of one of the register/register forms of MOVUPS/MOVUPD/MOVA...Craig Topper2011-09-111-0/+60
* Fix disassembling of reverse register/register forms of ADD/SUB/XOR/OR/AND/SB...Craig Topper2011-09-111-0/+12
* Fix disassembling of PAUSE instruction. Fixes PR10900. Also fixed NOP disasse...Craig Topper2011-09-111-0/+3
* Really un-XFAIL the testcase, like I said I would in r139458.Eli Friedman2011-09-101-1/+0
* Fixed an assert from:Richard Trieu2011-09-101-0/+1
* Thumb2 parsing and encoding for MOV(immediate).Jim Grosbach2011-09-101-0/+24
* Fix test cases.Akira Hatanaka2011-09-0915-53/+53
* LDM writeback is not allowed if Rn is in the target register list.Owen Anderson2011-09-091-0/+5
* Fix assembly/disassembly of Thumb2 ADR instructions with immediate operands.Owen Anderson2011-09-092-1/+12
* Thumb unconditional branches are allowed in IT blocks, and therefore should h...Owen Anderson2011-09-091-1/+1
* Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the s...Eli Friedman2011-09-091-0/+23
* Drop support for Mips1 and Mips2.Akira Hatanaka2011-09-098-80/+10
* Implement vector-select support for avx256. Refactor the vblend implementatio...Nadav Rotem2011-09-091-0/+38
* Thumb2 assembly parsing and encoding for MLA and MLS.Jim Grosbach2011-09-091-0/+10
* Thumb2 assembly parsing and encoding for MCR, MCR2, MCRR, MCRR2.Jim Grosbach2011-09-091-0/+57
* Tidy up formatting a bit.Jim Grosbach2011-09-091-261/+258
* Thumb2 assembly parsing and encoding for LSL.Jim Grosbach2011-09-091-0/+38
* Thumb2 assembly parsing and encoding for LDRT.Jim Grosbach2011-09-091-0/+14
* Thumb2 assembly parsing and encoding for LDRSHT.Jim Grosbach2011-09-091-0/+14
* Thumb2 assembly parsing and encoding for LDRSH.Jim Grosbach2011-09-091-0/+55
* Thumb2 assembly parsing and encoding for LDRSBT.Jim Grosbach2011-09-091-0/+14
* Thumb2 assembly parsing and encoding for LDRSB.Jim Grosbach2011-09-091-0/+55
* Thumb2 assembly parsing and encoding for LDRH.Jim Grosbach2011-09-091-0/+55
* Shuffle a bit.Jim Grosbach2011-09-091-5/+6
* Drop support for Allegrex. Allegrex implements a variant of Mips2.Akira Hatanaka2011-09-098-16/+33
* Thumb2 assembly parsing and encoding for LDREX/LDREXB/LDREXD/LDREXH.Jim Grosbach2011-09-091-0/+17
* Add FIXME.Jim Grosbach2011-09-091-0/+5
* Mark the eh.typeid.for intrinsic as being 'const', which it is insideDuncan Sands2011-09-091-0/+3
* Add disassembler test for Intel syntax. Tests r139353.Craig Topper2011-09-091-0/+13