| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ARM: v1i64 and v2i64 VBSL intrinsic support. | Jim Grosbach | 2012-10-15 | 1 | -0/+30 |
| | | | | | | | rdar://12502028 llvm-svn: 165981 | ||||
| * | Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808 | Evan Cheng | 2012-10-10 | 1 | -0/+18 |
| | | | | | llvm-svn: 165673 | ||||
| * | ARM: Use a dedicated intrinsic for vector bitwise select. | Jim Grosbach | 2012-09-21 | 1 | -0/+49 |
| | | | | | | | | | | | | The expression based expansion too often results in IR level optimizations splitting the intermediate values into separate basic blocks, preventing the formation of the VBSL instruction as the code author intended. In particular, LICM would often hoist part of the computation out of a loop. rdar://11011471 llvm-svn: 164340 | ||||
| * | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 81293 | ||||
| * | Convert more Neon tests to use FileCheck. | Bob Wilson | 2009-08-07 | 1 | -3/+17 |
| | | | | | llvm-svn: 78433 | ||||
| * | Add support for ARM's Advanced SIMD (NEON) instruction set. | Bob Wilson | 2009-06-22 | 1 | -0/+91 |
| This is still a work in progress but most of the NEON instruction set is supported. llvm-svn: 73919 | |||||

