index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
IntrinsicsARM.td
Age
Commit message (
Expand
)
Author
2010-03-23
[llvm_void_ty] is no longer needed for result types,
Chris Lattner
2009-08-22
Add new intrinsics for Neon vldN_lane and vstN_lane operations.
Bob Wilson
2009-08-21
Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as
Bob Wilson
2009-08-12
Add some comments to clarify the arguments to the vtbl and vtbx intrinsics.
Bob Wilson
2009-08-11
Use vAny type to get rid of Neon intrinsics that differed only in whether
Bob Wilson
2009-08-11
Use new EVT::vAny type to combine Neon intrinsics for VPADD.
Bob Wilson
2009-08-09
Change Neon table lookup (VTBL) and table extension (VTBX) intrinsics to
Bob Wilson
2009-08-07
Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling these
Bob Wilson
2009-07-29
Change Neon VLDn intrinsics to return multiple values instead of really
Bob Wilson
2009-07-07
Change NEON vldN/vstN intrinsics to specify "N" as an immediate operand
Bob Wilson
2009-06-26
Add missing argument for vtbx intrinsic.
Bob Wilson
2009-06-26
Add intrinsics for ARM NEON vtbl and vtbx operations.
Bob Wilson
2009-06-26
Swap order of arguments to vst[34]* intrinsics. This matches the order
Bob Wilson
2009-06-22
Add support for ARM's Advanced SIMD (NEON) instruction set.
Bob Wilson
2008-11-13
Modify the intrinsics pattern to separate out the "return" types from the
Bill Wendling
2007-12-29
remove attribution from a variety of miscellaneous files.
Chris Lattner
2007-11-08
[ARM] Implement __builtin_thread_pointer.
Lauro Ramos Venancio