aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* LSR crashes on an empty IVUsers list.Andrew Trick2011-07-211-0/+24
* While emitting constant value, look through derived type and use underlying b...Devang Patel2011-07-201-0/+61
* Bring LICM into compliance with the new "Memory Model for Concurrent Operatio...Eli Friedman2011-07-201-0/+37
* Extend the hack for _GLOBAL_OFFSET_TABLE_ slightly; PR10389.Eli Friedman2011-07-201-2/+3
* Add parsing/encoding tests for ARM ORR instruction.Jim Grosbach2011-07-202-6/+79
* Consolidate ARM NOP encoding test.Jim Grosbach2011-07-202-11/+9
* ARM parsing and encoding tests for MVNJim Grosbach2011-07-201-0/+57
* ARM assembly parsing of MUL instruction.Jim Grosbach2011-07-201-0/+14
* PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS.Eli Friedman2011-07-201-0/+8
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-1/+1
* indvars: Added getInsertPointForUses to find a valid place to truncate the IV.Andrew Trick2011-07-201-0/+39
* New pointer rotate test.Eric Christopher2011-07-201-0/+11
* indvars test case for r135558.Andrew Trick2011-07-201-0/+7
* indvars -disable-iv-rewrite fix: derived GEP IVsAndrew Trick2011-07-201-6/+29
* Lower memory barriers to sync instructions.Akira Hatanaka2011-07-191-0/+19
* Fix an obvious typo that's preventing x86 (32-bit) from using .literal16.Evan Cheng2011-07-191-1/+1