| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson | 2010-09-03 | 1 | -80/+72 |
| | | | | | | | | | vabd intrinsic and add and/or zext operations. In the case of vaba, this also avoids the need for a DAG combine pattern to combine vabd with add. Update tests. Auto-upgrade the old intrinsics. llvm-svn: 112941 | ||||
| * | Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABA | Bob Wilson | 2010-08-04 | 1 | -0/+24 |
| | | | | | | | (absolute difference with accumulate) intrinsics. Radar 8228576. llvm-svn: 110170 | ||||
| * | Merge a bunch of NEON tests into larger files so they run faster. | Bob Wilson | 2009-10-09 | 1 | -0/+68 |
| | | | | | llvm-svn: 83667 | ||||
| * | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 81293 | ||||
| * | Convert a few Neon tests to use FileCheck. | Bob Wilson | 2009-08-04 | 1 | -7/+25 |
| | | | | | llvm-svn: 78108 | ||||
| * | Add support for ARM's Advanced SIMD (NEON) instruction set. | Bob Wilson | 2009-06-22 | 1 | -0/+119 |
| This is still a work in progress but most of the NEON instruction set is supported. llvm-svn: 73919 | |||||

