Fix case for include of Compiler.h.
[oota-llvm.git] / include / llvm / IntrinsicsARM.td
2012-09-21 Jim GrosbachARM: Use a dedicated intrinsic for vector bitwise select.
2012-09-19 Jim GrosbachARM: Tidy up IntrinsicsARM.td a bit.
2011-05-28 Bruno Cardoso LopesAdd support for ARM ldrexd/strexd intrinsics. They...
2011-05-03 Bruno Cardoso LopesAdd a few ARM coprocessor intrinsics. Testcases included
2011-03-30 Bob WilsonRevert a minor comment change inadvertently included...
2011-03-29 Evan ChengAdd intrinsics @llvm.arm.neon.vmulls and @llvm.arm...
2011-03-05 Che-Liang Chiouptx: add basic intrinsic support
2010-12-15 Bob WilsonAdd Neon VCVT instructions for f32 <-> f16 conversions.
2010-09-03 Bob WilsonReplace NEON vabdl, vaba, and vabal intrinsics with...
2010-09-01 Bob WilsonRemove NEON vmull, vmlal, and vmlsl intrinsics, replaci...
2010-08-30 Bob WilsonRemove NEON vmovn intrinsic, replacing it with vector...
2010-08-29 Bob WilsonRemove NEON vaddl, vaddw, vsubl, and vsubw intrinsics...
2010-08-27 Bob WilsonAdd alignment arguments to all the NEON load/store...
2010-08-20 Bob WilsonReplace the arm.neon.vmovls and vmovlu intrinsics with...
2010-08-05 Dan GohmanRemove IntrWriteMem, as it's the default. Rename IntrWr...
2010-08-03 Nate BegemanAdd support for getting & setting the FPSCR application...
2010-07-29 Nate BegemanAdd builtins for ssat/usat, similar to RealView's __ssa...
2010-07-29 Nate BegemanAdd intrinsics __builtin_arm_qadd & __builtin_arm_qsub...
2010-03-23 Chris Lattner[llvm_void_ty] is no longer needed for result types,
2009-08-22 Bob WilsonAdd new intrinsics for Neon vldN_lane and vstN_lane...
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.