llvm-project/clang/tools
Alexey Bataev 88202be1f0 [OPENMP] Codegen for 'in_reduction' clause.
Added codegen for task-based directive with in_reduction clause.
```
<body>
```
The next code is emitted:
```
void *td;
...
td = call i8* @__kmpc_task_reduction_init();
...
<type> *priv = (<type> *)call i8* @__kmpc_task_reduction_get_th_data(i32
GTID, i8* td, i8* <orig>)
```

llvm-svn: 309270
2017-07-27 13:20:36 +00:00
..
arcmt-test [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
c-arcmt-test Remove autoconf support 2016-01-26 21:30:40 +00:00
c-index-test [libclang] Support for querying whether an enum is scoped 2017-07-12 11:35:11 +00:00
clang-check Remove 'Filename' parameter from BeginSourceFileAction. 2017-06-09 01:36:10 +00:00
clang-diff [clang-diff] Add initial implementation 2017-07-21 12:49:28 +00:00
clang-format clang-format: Add capability to format the diff on save in vim. 2017-06-19 07:30:04 +00:00
clang-format-vs clang-format-vs licence.txt: drop svn:executable 2017-04-13 20:09:18 +00:00
clang-fuzzer do more processing in clang-fuzzer (use EmitAssemblyAction) 2017-07-14 18:42:07 +00:00
clang-import-test Fix a bot by linking clang-import-test against libclangDriver 2017-07-25 20:09:30 +00:00
clang-offload-bundler Print registered targets in clang's version information 2017-06-06 21:54:21 +00:00
clang-rename [clang-rename] Just return instead of calling exit(3) from main. 2017-06-30 20:24:32 +00:00
diag-build Briefly document diag-build.sh 2013-12-28 21:59:11 +00:00
diagtool [diagtool] Add a 'find-diagnostic-id' subcommand that converts a name of 2017-07-12 16:41:49 +00:00
driver Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
libclang [OPENMP] Codegen for 'in_reduction' clause. 2017-07-27 13:20:36 +00:00
scan-build [scan-build] Patch to scan-build tool to support "--target=<value>" flag 2017-05-26 19:25:32 +00:00
scan-build-py [scan-build-py] Patch to fix "-analyzer-config" option 2017-07-19 00:29:41 +00:00
scan-view Add coding and shebang. 2017-03-02 18:47:22 +00:00
CMakeLists.txt [clang-diff] Add initial implementation 2017-07-21 12:49:28 +00:00