llvm-project/clang/lib
Justin Hibbits bc4bc5aa0d Add 8548 CPU definition and attributes
8548 CPU is GCC's name for the e500v2, so accept this in clang.  The
e500v2 doesn't support lwsync, so define __NO_LWSYNC__ for this as well,
as GCC does.

Differential Revision:  https://reviews.llvm.org/D67787
2019-11-12 20:34:34 -06:00
..
ARCMigrate Removed some questionable default arguments from setters 2019-09-12 12:16:43 +00:00
AST [AST] Use an explicit copy in a range-based for 2019-11-12 20:47:46 +01:00
ASTMatchers [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Analysis Redeclare Objective-C property accessors inside the ObjCImplDecl in which they are synthesized. 2019-11-08 08:23:22 -08:00
Basic Add 8548 CPU definition and attributes 2019-11-12 20:34:34 -06:00
CodeGen [OpenMP] Use an explicit copy in a range-based for 2019-11-12 20:50:38 +01:00
CrossTU [CrossTU] Fix problem with CrossTU AST load limit and progress messages. 2019-08-12 07:15:29 +00:00
DirectoryWatcher [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Driver Add 8548 CPU definition and attributes 2019-11-12 20:34:34 -06:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format Allow additional file suffixes/extensions considered as source in main include grouping 2019-11-12 21:26:52 +00:00
Frontend [clang][IFS] Adds support for more decl types in clang interface stubs. 2019-11-08 20:27:25 -05:00
FrontendTool [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers 2019-09-12 18:53:48 +00:00
Headers [PowerPC][Altivec] Fix offsets for vec_xl and vec_xst 2019-11-07 20:58:11 -06:00
Index Redeclare Objective-C property accessors inside the ObjCImplDecl in which they are synthesized. 2019-11-08 08:23:22 -08:00
Lex [ms] Fix Microsoft compatibility handling of commas in nested macro expansions. 2019-11-04 12:49:19 -05:00
Parse [OPENMP]Use copy constructors instead of assignment operators in declare 2019-11-12 13:13:37 -05:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [Sema] Add MacroQualified case for FunctionTypeUnwrapper 2019-11-12 16:22:13 -08:00
Serialization clang/Modules: Error if ReadASTBlock does not find the main module 2019-11-12 08:40:53 -08:00
StaticAnalyzer [Analyzer] Use a reference in a range-based for 2019-11-12 20:53:08 +01:00
Tooling Allow additional file suffixes/extensions considered as source in main include grouping 2019-11-12 21:26:52 +00:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00