summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* Add pattern used to match MipsLo, which is needed when the instruction selectorAkira Hatanaka2011-09-13
* Disable tests which generate code for allegrex or psp.Akira Hatanaka2011-09-13
* update checked patternNadav Rotem2011-09-13
* Add vselect target support for targets that do not support blend but do supportNadav Rotem2011-09-13
* Teach the Thumb ASM parser that BKPT is allowed in IT blocks, even though it ...Owen Anderson2011-09-13
* Fix encoding of Thumb2 shifted register operands with RRX shifts.Owen Anderson2011-09-13
* Remove filter that was preventing MOVDQU/MOVDQA and their VEX forms from bein...Craig Topper2011-09-13
* [indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...Andrew Trick2011-09-13
* Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-13
* Generalize test case to handle multiple indvars modes.Andrew Trick2011-09-13
* Generalize this test's CHECK statements to handle different indvars modes.Andrew Trick2011-09-13
* This test only makes sense with -enable-iv-rewrite.Andrew Trick2011-09-13
* [indvars] Fix bugs in floating point IV range checks noticed by inspection.Andrew Trick2011-09-13
* Conditionalize indvars test that relies on SCEV expansion of geps,Andrew Trick2011-09-12
* Change testcase commandline to be more strict and silence buildbotsBruno Cardoso Lopes2011-09-12
* Fix PR10845. SUBREG_TO_REG shouldn't be used when the input andBruno Cardoso Lopes2011-09-12
* indvars test only relevant for -enable-iv-rewrite.Andrew Trick2011-09-12
* Fix a failing ELF Thumb test. I _think_ this is right, but it's not totally ...Owen Anderson2011-09-12
* Thumb2 POP's don't allow the PC as an operand, and PUSH's don't allow the SP ...Owen Anderson2011-09-12
* Revert the wrong part of r139528, and fix testcases.Bruno Cardoso Lopes2011-09-12
* Fix encoding of PC-relative LDRSHW with an immediate offset.Owen Anderson2011-09-12
* Conditionalize indvars tests that rely on SCEV expansion of geps,Andrew Trick2011-09-12
* Not sure how CMPPS and CMPPD had already ever worked, I guess it didn't.Bruno Cardoso Lopes2011-09-12
* Port more encoding tests to decoding tests, and correct an improper Thumb2 pr...Owen Anderson2011-09-12
* Removing indvars tests that directly test canonical IVs and nothing else.Andrew Trick2011-09-12
* Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...Andrew Trick2011-09-12
* Fix mistake in test runline.Eli Friedman2011-09-12
* Test case for r139453, WidenIV::GetExtendedOperandRecurrence.Andrew Trick2011-09-12
* Associate a MemOperand with LDWCP nodes introduced during ISel.Richard Osborne2011-09-12
* Fix disassembling of one of the register/register forms of MOVUPS/MOVUPD/MOVA...Craig Topper2011-09-11
* Fix disassembling of reverse register/register forms of ADD/SUB/XOR/OR/AND/SB...Craig Topper2011-09-11
* Fix disassembling of PAUSE instruction. Fixes PR10900. Also fixed NOP disasse...Craig Topper2011-09-11
* Really un-XFAIL the testcase, like I said I would in r139458.Eli Friedman2011-09-10
* Fixed an assert from:Richard Trieu2011-09-10
* Thumb2 parsing and encoding for MOV(immediate).Jim Grosbach2011-09-10
* Fix test cases.Akira Hatanaka2011-09-09
* LDM writeback is not allowed if Rn is in the target register list.Owen Anderson2011-09-09
* Fix assembly/disassembly of Thumb2 ADR instructions with immediate operands.Owen Anderson2011-09-09
* Thumb unconditional branches are allowed in IT blocks, and therefore should h...Owen Anderson2011-09-09
* Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the s...Eli Friedman2011-09-09
* Drop support for Mips1 and Mips2.Akira Hatanaka2011-09-09
* Implement vector-select support for avx256. Refactor the vblend implementatio...Nadav Rotem2011-09-09
* Thumb2 assembly parsing and encoding for MLA and MLS.Jim Grosbach2011-09-09
* Thumb2 assembly parsing and encoding for MCR, MCR2, MCRR, MCRR2.Jim Grosbach2011-09-09
* Tidy up formatting a bit.Jim Grosbach2011-09-09
* Thumb2 assembly parsing and encoding for LSL.Jim Grosbach2011-09-09
* Thumb2 assembly parsing and encoding for LDRT.Jim Grosbach2011-09-09
* Thumb2 assembly parsing and encoding for LDRSHT.Jim Grosbach2011-09-09
* Thumb2 assembly parsing and encoding for LDRSH.Jim Grosbach2011-09-09
* Thumb2 assembly parsing and encoding for LDRSBT.Jim Grosbach2011-09-09