llvm-project/clang/lib
Tim Northover 8ec8c4bf89 AArch64: teach Clang about __clear_cache intrinsic
libgcc provides a __clear_cache intrinsic on AArch64, much like it
does on 32-bit ARM.

llvm-svn: 181111
2013-05-04 07:15:13 +00:00
..
ARCMigrate Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 2013-05-03 23:07:45 +00:00
AST Implement most of N3638 (return type deduction for normal functions). 2013-05-04 07:00:32 +00:00
ASTMatchers Implements memoization for ancestor matching. 2013-03-14 16:33:21 +00:00
Analysis C++1y: Allow aggregates to have default initializers. 2013-04-20 22:23:05 +00:00
Basic AArch64: teach Clang about __clear_cache intrinsic 2013-05-04 07:15:13 +00:00
CodeGen AArch64: teach Clang about __clear_cache intrinsic 2013-05-04 07:15:13 +00:00
Driver [driver] Allow multiple -arch options with -save-temps by adding the arch name 2013-04-30 22:01:21 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Add space between ; and (. 2013-05-03 14:50:50 +00:00
Frontend Revert r177218. 2013-05-03 23:20:27 +00:00
FrontendTool <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
Headers Make sure we define wchar_t related macros correctly in -fms-extensions mode. 2013-05-02 13:12:32 +00:00
Lex When building a module, forward diagnostics to the outer diagnostic consumer. 2013-05-03 22:58:43 +00:00
Parse Separate out and special-case the diagnostic for 'auto' in a 2013-05-04 01:26:46 +00:00
Rewrite Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 2013-05-03 23:07:45 +00:00
Sema Implement most of N3638 (return type deduction for normal functions). 2013-05-04 07:00:32 +00:00
Serialization Implement template support for CapturedStmt 2013-05-04 03:59:06 +00:00
StaticAnalyzer [analyzer;alternate edges] start experimenting with control flow "barriers" to prevent an edge being optimized away. 2013-05-04 01:13:22 +00:00
Tooling ClangTool output cleanup 2013-03-15 20:14:01 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00