hanchenye-llvm-project/clang/utils
Bob Wilson bd646de67f Relax type checking for a few Neon intrinsics. <rdar://problem/10538555>
Not long ago, I tightened up the type checking for pointer arguments of
Neon intrinsics to match the specifications provided by ARM.  One consequence
was that it became impossible to access the unaligned versions of a few
Neon load/store operations.  Since there are just a few of these intrinsics
where it makes a difference, I think it's better to relax the type checking
than to either introduce new non-standard unaligned intrinsics or to disallow
intrinsics for the unaligned operations.

llvm-svn: 146963
2011-12-20 06:16:48 +00:00
..
ABITest utils/ABITest: Factor out type naming code slightly. 2010-09-27 20:13:24 +00:00
C++Tests Remove the Alpha backend. 2011-10-27 22:56:49 +00:00
CIndex Wrap 'data' key in quotes. 2010-04-17 00:37:35 +00:00
OptionalTests fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
TableGen Relax type checking for a few Neon intrinsics. <rdar://problem/10538555> 2011-12-20 06:16:48 +00:00
TestUtils Fix typo in test program 2010-07-14 00:09:17 +00:00
VtableTest
analyzer [analyzer] Testing: test with all the non-experimental checker packages. 2011-11-08 22:41:25 +00:00
valgrind
CaptureCmd
CmpDriver fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
FindSpecRefs
FuzzTest FuzzTest: Add support for reading list of replacements from a file. 2010-05-30 22:27:55 +00:00
SummarizeErrors
builtin-defines.c
clang-completion-mode.el Minor fix for clang-completion-mode, from Dve Abrahams 2010-12-14 16:52:29 +00:00
clangVisualizers.txt Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic! 2011-07-27 05:22:46 +00:00
token-delta.py