summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Thumb2 assembly parsing and encoding for LDRSB.Jim Grosbach2011-09-09
* Thumb2 assembly parsing and encoding for LDRH.Jim Grosbach2011-09-09
* Shuffle a bit.Jim Grosbach2011-09-09
* Drop support for Allegrex. Allegrex implements a variant of Mips2.Akira Hatanaka2011-09-09
* Thumb2 assembly parsing and encoding for LDREX/LDREXB/LDREXD/LDREXH.Jim Grosbach2011-09-09
* Add FIXME.Jim Grosbach2011-09-09
* Mark the eh.typeid.for intrinsic as being 'const', which it is insideDuncan Sands2011-09-09
* Add disassembler test for Intel syntax. Tests r139353.Craig Topper2011-09-09
* Change default target architecture from Mips1 to Mips32r1 in preparation forAkira Hatanaka2011-09-09
* Directly point debug info to the stack slot of the arugment, instead of tryin...Devang Patel2011-09-08
* Soft fail CBZ/CBNZ in the disassembler if they appear inside an IT block.Owen Anderson2011-09-08
* Thumb2 assembly parsing and encoding for LDRD(immediate).Jim Grosbach2011-09-08
* Add a AVX version of a simple i64 -> f64 bitcast. This could beBruno Cardoso Lopes2011-09-08
* Reapply testcase from r139309!Bruno Cardoso Lopes2011-09-08
* Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atomKevin Enderby2011-09-08
* Remove this crashing test, until I figure out what's going wrong hereBruno Cardoso Lopes2011-09-08
* Add AVX versions of blend vector operations and fix some issues noticedBruno Cardoso Lopes2011-09-08
* Fix PR10844: Add patterns to cover non foldable versions of X86vzmovl.Bruno Cardoso Lopes2011-09-08