llvm-project/clang/lib
Erich Keane d45879d8ad Add NVPTX Support to ValidCPUList (enabling march notes)
A followup to: https://reviews.llvm.org/D42978
This patch adds NVPTX support for
enabling the march notes.

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

llvm-svn: 324675
2018-02-08 23:16:00 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST AST: support SwiftCC on MS ABI 2018-02-07 01:55:08 +00:00
ASTMatchers Add hasTrailingReturn AST matcher 2018-01-22 22:45:23 +00:00
Analysis [CFG] Add extra context to C++ constructor statement elements. 2018-02-08 22:58:15 +00:00
Basic Add NVPTX Support to ValidCPUList (enabling march notes) 2018-02-08 23:16:00 +00:00
CodeGen [X86] Replace kortest intrinsics with native IR. 2018-02-08 20:16:17 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver Fix r324498: the commit removed the '-' before the disable-llvm-verifier flag 2018-02-07 19:17:03 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Do not break Objective-C string literals inside array literals 2018-02-08 16:07:25 +00:00
Frontend [analyzer] Show full analyzer invocation for reproducibility in HTML reports 2018-01-23 19:28:52 +00:00
FrontendTool [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) 2017-10-18 05:21:17 +00:00
Headers [CUDA] Added partial support for CUDA-9.1 2018-01-30 00:00:12 +00:00
Index [Index] fix USR generation for namespace{extern{X}} 2018-02-02 14:13:37 +00:00
Lex [Lex] Fix handling numerical literals ending with ' and signed exponent. 2018-02-06 22:39:25 +00:00
Parse PR36307: Consume the #pragma options align annotation token after 2018-02-08 21:20:43 +00:00
Rewrite [analyzer] Show full analyzer invocation for reproducibility in HTML reports 2018-01-23 19:28:52 +00:00
Sema PR36055: fix computation of *-dependence in nested initializer lists. 2018-02-07 22:25:16 +00:00
Serialization Add support for attribute 'trivial_abi'. 2018-02-05 20:23:22 +00:00
StaticAnalyzer [CFG] Add extra context to C++ constructor statement elements. 2018-02-08 22:58:15 +00:00
Tooling [Tooling] Returns non-zero status code when files are skipped. 2018-02-02 18:19:22 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00