summaryrefslogtreecommitdiff
path: root/test/Sema/arm-neon-types.c
AgeCommit message (Expand)Author
2014-06-17Rewrite ARM NEON intrinsic emission completely.James Molloy
2013-04-12Define Neon intrinsics as "static inline" to avoid warning. rdar://13108414Bob Wilson
2012-03-15Unpluralize -Wfoo-conversions warnings for consistency.David Blaikie
2011-11-08Check pointer types for arguments of Neon load/store macros. rdar://9958031Bob Wilson
2011-06-23Fix Sema::CheckVectorOperands so that it doesn't try to insert a cast express...Eli Friedman
2011-06-09Add isVCVT_N flag to identify Neon VCVT_N intrinsics, which require specialBob Wilson
2010-12-02Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests.Bob Wilson
2010-12-02Add a test for calling a Neon intrinsic macro with the wrong vector type.Bob Wilson