summaryrefslogtreecommitdiff
path: root/include/llvm/IntrinsicsARM.td
Commit message (Expand)AuthorAge
* [llvm_void_ty] is no longer needed for result types, Chris Lattner2010-03-23
* Add new intrinsics for Neon vldN_lane and vstN_lane operations.Bob Wilson2009-08-22
* Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these asBob Wilson2009-08-21
* Add some comments to clarify the arguments to the vtbl and vtbx intrinsics.Bob Wilson2009-08-12
* Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-11
* Use new EVT::vAny type to combine Neon intrinsics for VPADD.Bob Wilson2009-08-11
* Change Neon table lookup (VTBL) and table extension (VTBX) intrinsics toBob Wilson2009-08-09
* Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling theseBob Wilson2009-08-07
* Change Neon VLDn intrinsics to return multiple values instead of reallyBob Wilson2009-07-29
* Change NEON vldN/vstN intrinsics to specify "N" as an immediate operandBob Wilson2009-07-07
* Add missing argument for vtbx intrinsic.Bob Wilson2009-06-26
* Add intrinsics for ARM NEON vtbl and vtbx operations.Bob Wilson2009-06-26
* Swap order of arguments to vst[34]* intrinsics. This matches the orderBob Wilson2009-06-26
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-22
* Modify the intrinsics pattern to separate out the "return" types from theBill Wendling2008-11-13
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-29
* [ARM] Implement __builtin_thread_pointer.Lauro Ramos Venancio2007-11-08