llvm-project/clang/lib
Javed Absar 00b7444dc1 [ARM]: Add Cortex-R52 target
This patch adds Cortex-R52, the new ARM real-time processor.
Cortex-R52 implements the ARMv8-R architecture.

llvm-svn: 283543
2016-10-07 12:08:41 +00:00
..
ARCMigrate [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
AST Fix PR30440: Initialize FunctionTypeDepth in CXXNameMangler 2016-10-06 09:37:15 +00:00
ASTMatchers Complete support for the cxxCtorInitializer() AST matcher so that it can be used as a top-level matcher. 2016-09-26 17:04:27 +00:00
Analysis Revert r283106, "Wdocumentation fix" 2016-10-04 08:32:33 +00:00
Basic [ARM]: Add Cortex-R52 target 2016-10-07 12:08:41 +00:00
CodeGen PR22924, PR22845, some of CWG1464: When checking the initializer for an array 2016-10-05 22:41:02 +00:00
Driver Use StringReg in TargetParser APIs (NFC) 2016-10-07 08:37:29 +00:00
Edit [OpenCL] Generate opaque type for sampler_t and function call for the initializer 2016-07-28 19:26:30 +00:00
Format Make DeletedLines local variables in checkEmptyNamespace. 2016-10-05 15:49:01 +00:00
Frontend [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts 2016-10-02 03:31:58 +00:00
FrontendTool C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Headers [Clang][AVX512][BuiltIn]Adding missing intrinsics move_{sd|ss} to clang 2016-10-05 12:56:06 +00:00
Index Visit lambda capture inits from RecursiveASTVisitor::TraverseLambdaCapture(). 2016-08-17 14:59:53 +00:00
Lex Use StringRef for MemoryBuffer identifier API (NFC) 2016-10-01 16:38:28 +00:00
Parse [CUDA] Emit a warning if a CUDA host/device/global attribute is placed after '(...)'. 2016-09-30 19:55:55 +00:00
Rewrite Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes" 2016-10-07 10:56:44 +00:00
Sema PR25890: Fix incoherent error handling in PerformImplicitConversion and 2016-10-06 23:12:58 +00:00
Serialization [modules] Be sure to emit local specializations of imported templates, even if 2016-10-06 20:30:51 +00:00
StaticAnalyzer Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes" 2016-10-07 10:56:44 +00:00
Tooling Use llvm::raw_string_ostream instead of std::stringstream (NFC) 2016-10-06 04:26:16 +00:00
CMakeLists.txt