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