| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: Use a dedicated intrinsic for vector bitwise select. | Jim Grosbach | 2012-09-21 | 1 | -0/+5 |
* | ARM: Tidy up IntrinsicsARM.td a bit. | Jim Grosbach | 2012-09-19 | 1 | -225/+207 |
* | Add support for ARM ldrexd/strexd intrinsics. They both use i32 register pairs | Bruno Cardoso Lopes | 2011-05-28 | 1 | -0/+10 |
* | Add a few ARM coprocessor intrinsics. Testcases included | Bruno Cardoso Lopes | 2011-05-03 | 1 | -0/+37 |
* | Revert a minor comment change inadvertently included with r128502. | Bob Wilson | 2011-03-30 | 1 | -1/+1 |
* | Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. Frontends | Evan Cheng | 2011-03-29 | 1 | -1/+5 |
* | ptx: add basic intrinsic support | Che-Liang Chiou | 2011-03-05 | 1 | -2/+2 |
* | Add Neon VCVT instructions for f32 <-> f16 conversions. | Bob Wilson | 2010-12-15 | 1 | -0/+6 |
* | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson | 2010-09-03 | 1 | -8/+0 |
* | Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, | Bob Wilson | 2010-09-01 | 1 | -9/+1 |
* | Remove NEON vmovn intrinsic, replacing it with vector truncate operations. | Bob Wilson | 2010-08-30 | 1 | -1/+0 |
* | Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvm | Bob Wilson | 2010-08-29 | 1 | -12/+0 |
* | Add alignment arguments to all the NEON load/store intrinsics. | Bob Wilson | 2010-08-27 | 1 | -20/+34 |
* | Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend and | Bob Wilson | 2010-08-20 | 1 | -5/+0 |
* | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem | Dan Gohman | 2010-08-05 | 1 | -8/+8 |
* | Add support for getting & setting the FPSCR application register on ARM when ... | Nate Begeman | 2010-08-03 | 1 | -0/+14 |
* | Add builtins for ssat/usat, similar to RealView's __ssat and __usat intrinsics. | Nate Begeman | 2010-07-29 | 1 | -0/+4 |
* | Add intrinsics __builtin_arm_qadd & __builtin_arm_qsub to allow access to the... | Nate Begeman | 2010-07-29 | 1 | -0/+11 |
* | [llvm_void_ty] is no longer needed for result types, | Chris Lattner | 2010-03-23 | 1 | -7/+7 |
* | Add new intrinsics for Neon vldN_lane and vstN_lane operations. | Bob Wilson | 2009-08-22 | 1 | -0/+32 |
* | Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as | Bob Wilson | 2009-08-21 | 1 | -12/+0 |
* | Add some comments to clarify the arguments to the vtbl and vtbx intrinsics. | Bob Wilson | 2009-08-12 | 1 | -0/+4 |
* | Use vAny type to get rid of Neon intrinsics that differed only in whether | Bob Wilson | 2009-08-11 | 1 | -90/+44 |
* | Use new EVT::vAny type to combine Neon intrinsics for VPADD. | Bob Wilson | 2009-08-11 | 1 | -2/+4 |
* | Change Neon table lookup (VTBL) and table extension (VTBX) intrinsics to | Bob Wilson | 2009-08-09 | 1 | -9/+34 |
* | Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling these | Bob Wilson | 2009-08-07 | 1 | -0/+18 |
* | Change Neon VLDn intrinsics to return multiple values instead of really | Bob Wilson | 2009-07-29 | 1 | -12/+48 |
* | Change NEON vldN/vstN intrinsics to specify "N" as an immediate operand | Bob Wilson | 2009-07-07 | 1 | -20/+12 |
* | Add missing argument for vtbx intrinsic. | Bob Wilson | 2009-06-26 | 1 | -2/+2 |
* | Add intrinsics for ARM NEON vtbl and vtbx operations. | Bob Wilson | 2009-06-26 | 1 | -0/+9 |
* | Swap order of arguments to vst[34]* intrinsics. This matches the order | Bob Wilson | 2009-06-26 | 1 | -4/+4 |
* | Add support for ARM's Advanced SIMD (NEON) instruction set. | Bob Wilson | 2009-06-22 | 1 | -0/+295 |
* | Modify the intrinsics pattern to separate out the "return" types from the | Bill Wendling | 2008-11-13 | 1 | -1/+1 |
* | remove attribution from a variety of miscellaneous files. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | [ARM] Implement __builtin_thread_pointer. | Lauro Ramos Venancio | 2007-11-08 | 1 | -0/+21 |