Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as
[oota-llvm.git] / include / llvm / IntrinsicsARM.td
2009-08-21 Bob WilsonRemove Neon intrinsics for VZIP, VUZP, and VTRN. We...
2009-08-12 Bob WilsonAdd some comments to clarify the arguments to the vtbl...
2009-08-11 Bob WilsonUse vAny type to get rid of Neon intrinsics that differ...
2009-08-11 Bob WilsonUse new EVT::vAny type to combine Neon intrinsics for...
2009-08-09 Bob WilsonChange Neon table lookup (VTBL) and table extension...
2009-08-07 Bob WilsonAdd new intrinsics for Neon VTRN, VZIP and VUZP operati...
2009-07-29 Bob WilsonChange Neon VLDn intrinsics to return multiple values...
2009-07-07 Bob WilsonChange NEON vldN/vstN intrinsics to specify "N" as...
2009-06-26 Bob WilsonAdd missing argument for vtbx intrinsic.
2009-06-26 Bob WilsonAdd intrinsics for ARM NEON vtbl and vtbx operations.
2009-06-26 Bob WilsonSwap order of arguments to vst[34]* intrinsics. This...
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2008-11-13 Bill WendlingModify the intrinsics pattern to separate out the ...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-11-08 Lauro Ramos Venancio[ARM] Implement __builtin_thread_pointer.