Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add codegen support for using post-increment NEON load/store instructions. | Bob Wilson | 2011-02-07 | 1 | -0/+27 |
* | Set alignment operand for NEON VST instructions. | Bob Wilson | 2010-09-23 | 1 | -7/+13 |
* | Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just like | Bob Wilson | 2010-08-27 | 1 | -1/+1 |
* | Add alignment arguments to all the NEON load/store intrinsics. | Bob Wilson | 2010-08-27 | 1 | -18/+18 |
* | Fix tests for Neon load/store intrinsics to match the i8* types expected by | Bob Wilson | 2010-04-20 | 1 | -7/+14 |
* | Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors. | Bob Wilson | 2009-10-08 | 1 | -0/+9 |
* | Add codegen support for NEON vst3 intrinsics with 128-bit vectors. | Bob Wilson | 2009-10-07 | 1 | -0/+41 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
* | Use vAny type to get rid of Neon intrinsics that differed only in whether | Bob Wilson | 2009-08-11 | 1 | -8/+8 |
* | Implement Neon VST[234] operations. | Bob Wilson | 2009-08-06 | 1 | -0/+38 |