| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -2/+4 |
* | Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f... | Stephen Lin | 2013-07-14 | 1 | -13/+13 |
* | Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc... | Kristof Beyls | 2013-02-22 | 1 | -4/+4 |
* | Do not lose mem_operands while lowering VLD / VST intrinsics. | Evan Cheng | 2011-04-19 | 1 | -2/+0 |
* | Fix ARM tests to be register allocator independent. | Jakob Stoklund Olesen | 2011-03-31 | 1 | -3/+4 |
* | Add codegen support for using post-increment NEON load/store instructions. | Bob Wilson | 2011-02-07 | 1 | -0/+35 |
* | Change register allocation order for ARM VFP and NEON registers to put the | Bob Wilson | 2010-10-08 | 1 | -3/+3 |
* | Set alignment operand for NEON VST instructions. | Bob Wilson | 2010-09-23 | 1 | -4/+5 |
* | Set alignment operand for NEON VLD instructions. | Bob Wilson | 2010-09-23 | 1 | -4/+6 |
* | Add alignment arguments to all the NEON load/store intrinsics. | Bob Wilson | 2010-08-27 | 1 | -22/+21 |
* | Revert svn 107892 (with changes to work with trunk). It caused a crash if | Bob Wilson | 2010-08-26 | 1 | -0/+14 |
* | Fix tests for Neon load/store intrinsics to match the i8* types expected by | Bob Wilson | 2010-04-20 | 1 | -8/+16 |
* | 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 | -20/+20 |
* | Fix incorrect intrinsic declarations. | Bob Wilson | 2009-08-06 | 1 | -10/+10 |
* | Convert more Neon tests to FileCheck. | Bob Wilson | 2009-08-05 | 1 | -5/+21 |
* | Change Neon VLDn intrinsics to return multiple values instead of really | Bob Wilson | 2009-07-29 | 1 | -20/+20 |
* | Implement NEON vld1 instructions. | Bob Wilson | 2009-07-08 | 1 | -0/+67 |