aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ARM parsing and encoding tests for load/store exclusive instructions.Jim Grosbach2011-07-262-24/+27
* ARM assembly parsing and encoding for SWP[B] instructions.Jim Grosbach2011-07-261-0/+12
* ARM parsing and encoding for SVC instruction.Jim Grosbach2011-07-262-0/+18
* ARM assembly parsing and encoding tests for SUB instruction.Jim Grosbach2011-07-261-0/+60
* Update ARM STM tests. Fix check: prefix for diagnostic tests.Jim Grosbach2011-07-262-80/+89
* Add 256-bit isel for movsldup/movshdupBruno Cardoso Lopes2011-07-261-0/+34
* ARM assembly parsing and encoding for SSAX, SSUB16 and SSUB8.Jim Grosbach2011-07-251-0/+23
* Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!Nick Lewycky2011-07-251-0/+139
* ARM assembly parsing and encoding for SSAT16 instruction.Jim Grosbach2011-07-252-0/+22
* Codegen allonesvector better while using AVX: vpcmpeqd + vinsertf128Bruno Cardoso Lopes2011-07-251-0/+12
* - Handle special scalar_to_vector case: splats. Using a native 128-bitBruno Cardoso Lopes2011-07-252-4/+23
* Attempt to fix test failure reported on llvm-commits.Eli Friedman2011-07-251-1/+1
* Make sure this DAGCombine actually returns an UNDEF of the correct type; PR10...Eli Friedman2011-07-251-2/+18
* ARM assembly parsing and encoding for SSAT instruction.Jim Grosbach2011-07-252-0/+57
* Get rid of an incorrect optimization for shuffles with PALIGNR and simplify i...Eli Friedman2011-07-251-7/+22
* Move some ELF directives into ELF asm parser.Jim Grosbach2011-07-251-3/+0
* Correctly handle <undef> tied uses when rewriting after a split.Jakob Stoklund Olesen2011-07-241-0/+25
* Move the last uses of RetainFunc etc. over to using getRetainCallee() etc.Dan Gohman2011-07-221-6/+42
* Add FIXMEJim Grosbach2011-07-221-0/+3
* ARM encoding and assembly parsing tests for SMULWB, SMULWT, SMUSD and SMUSDX.Jim Grosbach2011-07-221-0/+31
* ARM assembly parsing and encoding updates.Jim Grosbach2011-07-221-0/+30
* ARM assembly parsing and encoding tests.Jim Grosbach2011-07-221-0/+83
* Fix test check!Bruno Cardoso Lopes2011-07-221-1/+1
* Fix PR10422 by adding the necessary AVX UCOMISD memory versions toBruno Cardoso Lopes2011-07-221-0/+28
* ARM assembly parsing and encoding tests for SMLAWB/SMLAWT.Jim Grosbach2011-07-221-0/+14
* ARM assembly parsing and encoding tests.Jim Grosbach2011-07-221-1/+37
* ARM assembly parsing and encoding of SMLAL instruction.Jim Grosbach2011-07-221-0/+14
* ARM encoding and assembly parsing of SMLAD{X} instructions.Jim Grosbach2011-07-221-0/+13
* ARM testcases for assembly parsing and encoding SMLA* instructions.Jim Grosbach2011-07-221-0/+21
* Turn shuffles into unpacks for VT == MVT::v2i64 and MVT::v2f64Rafael Espindola2011-07-221-0/+26
* ARM assembly parsing and encoding for SMC instruction.Jim Grosbach2011-07-221-0/+9
* ARM encoding and assembly parsing tests.Jim Grosbach2011-07-221-0/+47
* ARM assembly parsing and encoding for SETEND instruction.Jim Grosbach2011-07-222-0/+26
* ARM assembly parsing and encoding tests for SEL instruction.Jim Grosbach2011-07-221-0/+10
* -Inspected a AVX code block added by someone in early Feb. This was never usedBruno Cardoso Lopes2011-07-222-2/+2
* Although we already support this, add testcases for consistencyBruno Cardoso Lopes2011-07-221-0/+21
* Add a DAGCombine for transforming 128->256 casts into a simpleBruno Cardoso Lopes2011-07-221-0/+26
* Fix MergeInVectorType to check for vector types with the same allocDan Gohman2011-07-211-0/+27
* ARM parsing and encoding tests for SBC instruction.Jim Grosbach2011-07-212-3/+53
* ARM testcases for SADD/SASX parsing and encoding.Jim Grosbach2011-07-211-0/+23
* ARM assembly parsing support for RSC instruction.Jim Grosbach2011-07-212-3/+52
* ARM assembly parsing support for RSB instruction.Jim Grosbach2011-07-212-3/+57
* ARM parsing and encoding tests for RBIT, REV, REV16 and REVSH.Jim Grosbach2011-07-211-0/+28
* ARM parsing and encodings tests for saturating arithmetic insns.Jim Grosbach2011-07-212-12/+60
* ARM assembly parsing POP/PUSH mnemonics.Jim Grosbach2011-07-211-0/+29
* Add tests for ARM PKH assembly parsing.Jim Grosbach2011-07-212-0/+48
* - Register v16i16 as valid VR256 register classBruno Cardoso Lopes2011-07-211-1/+12
* Add support for 256-bit versions of VPERMIL instruction. This is a newBruno Cardoso Lopes2011-07-211-0/+16
* LSR, correct fix for rdar://9786536. Silly casting bug.Andrew Trick2011-07-211-1/+1
* LSR must sometimes sign-extend before generating double constants.Andrew Trick2011-07-211-1/+20