llvm-project/clang/lib
Ivan A. Kosarev 73c76c35a5 [NEON] Support VST1xN intrinsics in AArch32 mode (Clang part)
We currently support them only in AArch64. The NEON Reference,
however, says they are 'ARMv7, ARMv8' intrinsics.

Differential Revision: https://reviews.llvm.org/D47446

llvm-svn: 334362
2018-06-10 09:28:10 +00:00
..
ARCMigrate Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
AST [ODRHash] Adjust info stored for FunctionTemplateDecl. 2018-06-07 00:20:58 +00:00
ASTMatchers [ASTMatchers] Introduce a blockDecl matcher for matching block declarations 2018-05-16 22:47:03 +00:00
Analysis [CFG] Fix automatic destructors when a member is bound to a reference. 2018-06-04 18:56:25 +00:00
Basic [FileSystem] Split up the OpenFlags enumeration. 2018-06-07 19:58:58 +00:00
CodeGen [NEON] Support VST1xN intrinsics in AArch32 mode (Clang part) 2018-06-10 09:28:10 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver [FileSystem] Split up the OpenFlags enumeration. 2018-06-07 19:58:58 +00:00
Edit Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Format [clang-format] Consider tok::hashhash in python-style comments 2018-06-07 09:46:24 +00:00
Frontend [Frontend] Disallow non-MSVC exception models for windows-msvc targets 2018-06-07 22:54:54 +00:00
FrontendTool Add a new driver mode to dump compiler feature and extension options. 2018-05-31 13:57:09 +00:00
Headers [X86] Remove masking from the 512-bit packed floating point add/sub/mul/div builtins. Use select in IR instead. 2018-06-10 06:01:42 +00:00
Index This diff includes changes for supporting the following types. 2018-06-04 16:07:52 +00:00
Lex Fix unused variable warning from r333718 2018-06-01 14:16:18 +00:00
Parse Reapply "[Parse] Use CapturedStmt for @finally on MSVC" 2018-06-08 00:30:00 +00:00
Rewrite Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Sema [X86] Remove masking from the 512-bit packed floating point add/sub/mul/div builtins. Use select in IR instead. 2018-06-10 06:01:42 +00:00
Serialization This diff includes changes for supporting the following types. 2018-06-04 16:07:52 +00:00
StaticAnalyzer [analyzer] Clean up the program state map of DanglingInternalBufferChecker. 2018-06-09 21:08:27 +00:00
Tooling Reland "Move #include manipulation code to new lib/Tooling/Inclusions." 2018-06-04 09:04:12 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00