llvm-project/clang/utils/TableGen
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
..
CMakeLists.txt Update the CMake build for clang-tblgen to reflect that it directly 2011-11-02 05:04:43 +00:00
ClangASTNodesEmitter.cpp
ClangASTNodesEmitter.h
ClangAttrEmitter.cpp Add support for pretty-printing attributes, from Richard Membarth! 2011-11-19 19:22:57 +00:00
ClangAttrEmitter.h
ClangDiagnosticsEmitter.cpp Validate DiagGroup names in TableGen, they're used as command line arguments so we don't want shell meta chars in there. 2011-11-15 12:54:53 +00:00
ClangDiagnosticsEmitter.h
ClangSACheckersEmitter.cpp
ClangSACheckersEmitter.h
Makefile
NeonEmitter.cpp Relax type checking for a few Neon intrinsics. <rdar://problem/10538555> 2011-12-20 06:16:48 +00:00
NeonEmitter.h Clean up type flags for overloaded Neon builtins. No functional change. 2011-11-08 01:16:11 +00:00
OptParserEmitter.cpp
OptParserEmitter.h
TableGen.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00