Go to file
Bob Wilson e4d7723b87 Check pointer types for arguments of Neon load/store macros. rdar://9958031
The Neon load/store intrinsics need to be implemented as macros to avoid
hiding alignment attributes on the pointer arguments, and the macros can
only evaluate those pointer arguments once (in case they have side effects),
so it has been hard to get the right type checking for those pointers.
I tried various alternatives in the arm_neon.h header, but it's much more
straightforward to just check directly in Sema.

llvm-svn: 144075
2011-11-08 05:04:11 +00:00
clang Check pointer types for arguments of Neon load/store macros. rdar://9958031 2011-11-08 05:04:11 +00:00
compiler-rt <rdar://problem/10172492> No armv4t slice of libcompiler_rt-static.a 2011-09-27 20:05:27 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Remove support folder from Apple install 2011-11-04 15:59:51 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Add "QAddressIsExecutable" packet to debugserver. Used to test 2011-11-08 04:28:12 +00:00
llvm PPCInstrInfo.cpp: Fix one "unused" warning. 2011-11-08 04:00:07 +00:00
polly ScopInfo: Extract function getIdForParam() 2011-11-07 12:58:59 +00:00