summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Add tests for Thumb2 LDRB indexed addressing w/ writeback.Jim Grosbach2011-09-08
* This test is already covered by llvm/trunk/test/CodeGen/X86/vsel.llNadav Rotem2011-09-08
* add a testcase for the previous patchNadav Rotem2011-09-08
* Add X86-SSE4 codegen support for vector-select.Nadav Rotem2011-09-08
* Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab...Eli Friedman2011-09-08
* Thumb2 assembly parsing and encoding for LDR post-indexed.Jim Grosbach2011-09-08
* Thumb2 assembly parsing and encoding for LDR pre-indexed w/ writeback.Jim Grosbach2011-09-08
* Thumb2 assembly parsing and encoding for LDRBT.Jim Grosbach2011-09-07
* Thumb2 assembly parsing and encoding for LDRB(register).Jim Grosbach2011-09-07
* Thumb2 assembly parsing and encoding for LDR(register).Jim Grosbach2011-09-07
* Thumb2 assembly parsing and encoding for LDRB(immediate).Jim Grosbach2011-09-07
* Thumb2 assembly parsing and encoding for LDR(literal).Jim Grosbach2011-09-07
* Create Thumb2 versions of STC/LDC, and reenable the relevant tests.Owen Anderson2011-09-07