Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge a bunch of NEON tests into larger files so they run faster. | Bob Wilson | 2009-10-09 | 1 | -147/+0 |
| | | | | llvm-svn: 83667 | ||||
* | Convert more NEON tests to use FileCheck. | Bob Wilson | 2009-10-07 | 1 | -8/+29 |
| | | | | llvm-svn: 83497 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
| | | | | llvm-svn: 81293 | ||||
* | Use vAny type to get rid of Neon intrinsics that differed only in whether | Bob Wilson | 2009-08-11 | 1 | -4/+4 |
| | | | | | | | | | | | the overloaded vector types allowed floating-point or integer vector elements. Most of these operations actually depend on the element type, so bitcasting was not an option. If you include the vpadd intrinsics that I updated earlier, this gets rid of 20 intrinsics. llvm-svn: 78646 | ||||
* | Add support for ARM's Advanced SIMD (NEON) instruction set. | Bob Wilson | 2009-06-22 | 1 | -0/+126 |
This is still a work in progress but most of the NEON instruction set is supported. llvm-svn: 73919 |