llvm-project/clang/lib
Artem Belevich 4631ef1e43 [CUDA] Added overloads for '[unsigned] long' variants of shfl builtins.
Differential Revision: https://reviews.llvm.org/D40871

llvm-svn: 319908
2017-12-06 17:40:35 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST [OpenCL] Fix layering violation by getOpenCLTypeAddrSpace 2017-12-06 10:11:28 +00:00
ASTMatchers Add the hasDefinition() AST matcher to match class declarations that also have a definition. 2017-11-29 21:21:51 +00:00
Analysis [analyzer] Teach RetainCountChecker about CoreMedia APIs 2017-11-25 14:57:42 +00:00
Basic [OpenCL] Fix layering violation by getOpenCLTypeAddrSpace 2017-12-06 10:11:28 +00:00
CodeGen [OPENMP] Initial codegen for `teams distribute simd` directive. 2017-12-06 14:31:09 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver [WebAssembly] Pass through --undefined to Wasm LLD 2017-12-02 23:11:13 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format Now that C++17 is official (https://www.iso.org/standard/68564.html), start changing the C++1z terminology over to C++17. NFC intended, these are all mechanical changes. 2017-12-04 20:27:34 +00:00
Frontend Add __WINT_MAX__. 2017-12-05 09:13:18 +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 overloads for '[unsigned] long' variants of shfl builtins. 2017-12-06 17:40:35 +00:00
Index [index] tag declarations should use the decl role instead of ref 2017-11-09 20:50:59 +00:00
Lex Stringizing raw string literals containing newline 2017-12-06 17:00:53 +00:00
Parse Now that C++17 is official (https://www.iso.org/standard/68564.html), start changing the C++1z terminology over to C++17. NFC intended, these are all mechanical changes. 2017-12-04 20:27:34 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema [OPENMP] Initial codegen for `teams distribute simd` directive. 2017-12-06 14:31:09 +00:00
Serialization Generalize "static data member instantiated" notification to cover variable templates too. 2017-12-05 01:31:47 +00:00
StaticAnalyzer [analyzer] do not crash on cases where an array subscript is an rvalue 2017-12-05 21:19:59 +00:00
Tooling [Tooling] Acknowledge that many CompilationDatabases don't support enumeration. 2017-11-24 12:13:55 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00