llvm-project/clang/lib
Alexey Bataev 1fc1f8e819 [OPENMP][NVPTX]Use __kmpc_data_sharing_coalesced_push_stack function.
Coalesced memory access requires use of the new function
`__kmpc_data_sharing_coalesced_push_stack` instead of the
`__kmpc_data_sharing_push_stack`.

llvm-svn: 345991
2018-11-02 16:08:31 +00:00
..
ARCMigrate Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
AST Reapply Logging: make os_log buffer size an integer constant expression. 2018-11-02 13:14:11 +00:00
ASTMatchers Add the isStaticLocal() AST matcher for matching on local static variables. 2018-10-29 13:47:56 +00:00
Analysis Reapply Logging: make os_log buffer size an integer constant expression. 2018-11-02 13:14:11 +00:00
Basic Add support for 'atomic_default_mem_order' clause on 'requires' directive. Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513 2018-11-02 12:18:11 +00:00
CodeGen [OPENMP][NVPTX]Use __kmpc_data_sharing_coalesced_push_stack function. 2018-11-02 16:08:31 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver [OPENMP][NVPTX]Improve emission of the globalized variables for 2018-11-02 14:54:07 +00:00
Edit [Fixed Point Arithmetic] Fixed Point to Boolean Cast 2018-10-23 17:55:35 +00:00
Format [clang-format] tweaked another case of lambda formatting 2018-10-31 17:56:57 +00:00
Frontend [analyzer] New flag to print all -analyzer-config options 2018-11-02 15:59:37 +00:00
FrontendTool [analyzer] New flag to print all -analyzer-config options 2018-11-02 15:59:37 +00:00
Headers [ARM64] [Windows] Implement _InterlockedExchangeAdd*_* builtins. 2018-10-31 21:31:09 +00:00
Index Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
Lex Revert "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX" 2018-11-02 10:50:26 +00:00
Parse Add support for 'atomic_default_mem_order' clause on 'requires' directive. Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513 2018-11-02 12:18:11 +00:00
Rewrite Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
Sema Reapply Logging: make os_log buffer size an integer constant expression. 2018-11-02 13:14:11 +00:00
Serialization Add support for 'atomic_default_mem_order' clause on 'requires' directive. Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513 2018-11-02 12:18:11 +00:00
StaticAnalyzer [analyzer] Put llvm.Conventions back in alpha 2018-11-02 16:02:10 +00:00
Tooling NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) 2018-10-30 20:31:30 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00