llvm-project/clang/lib
Sjoerd Meijer ba7a16ff33 RAS extensions are part of ARMv8.2.
This patch enables +ras +noras to AArch64 in clang.

Patch by: Roger Ferrer Ibanez and Oliver Stannard

Differential Revision: http://reviews.llvm.org/D20283

llvm-svn: 271672
2016-06-03 14:08:20 +00:00
..
ARCMigrate Apply clang-tidy's misc-move-constructor-init throughout Clang. 2016-05-27 14:27:13 +00:00
AST [MSVC2015] Fix mangling for static variables initialization guards 2016-05-27 08:52:34 +00:00
ASTMatchers [ASTMatcher] Add a node matcher for UnresolvedLookupExpr. 2016-05-18 12:53:59 +00:00
Analysis Turn copies into references as suggested by clang-tidy's performance-unnecessary-copy-initialization. 2016-05-27 13:36:58 +00:00
Basic [mips] Slightly simplify MipsTargetInfo::setDataLayout(). NFC. 2016-06-03 10:11:01 +00:00
CodeGen [asan] Added -fsanitize-address-use-after-scope flag 2016-06-02 00:24:20 +00:00
Driver RAS extensions are part of ARMv8.2. 2016-06-03 14:08:20 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format [clang-format] skip empty lines and comments in the top of the code when inserting new headers. 2016-06-03 12:52:59 +00:00
Frontend clangFrontend: Make intrinsics_gen optional for standalone build. 2016-06-02 20:24:07 +00:00
FrontendTool Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00
Headers [X86][AVX512] add intrinsics of Scalar FP to integer 2016-06-02 08:11:35 +00:00
Index Enable support for __float128 in Clang and enable it on pertinent platforms 2016-05-09 08:52:33 +00:00
Lex Apply clang-tidy's misc-move-constructor-init throughout Clang. 2016-05-27 14:27:13 +00:00
Parse FixIt: use getLocForEndOfToken to insert fix-it after a type name. 2016-06-02 00:11:03 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema FixIt: use getLocForEndOfToken to insert fix-it after a type name. 2016-06-02 00:11:03 +00:00
Serialization PCH + module: make sure we write out macros associated with builtin identifiers. 2016-05-31 18:19:32 +00:00
StaticAnalyzer Apply clang-tidy's misc-move-constructor-init throughout Clang. 2016-05-27 14:27:13 +00:00
Tooling Avoid unnecessary std::string copies. NFC. 2016-05-29 11:04:56 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00