index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGOpenMPRuntime.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP] Codegen for use_device_ptr clause.
Samuel Antao
2016-07-28
1
-4
/
+46
*
[OpenMP] Codegen for target update directive.
Samuel Antao
2016-05-26
1
-6
/
+6
*
[OPENMP 4.5] Codegen for dacross loop synchronization constructs.
Alexey Bataev
2016-05-25
1
-0
/
+17
*
[OPENMP 4.5] Initial codegen for 'priority' clause in task-based
Alexey Bataev
2016-05-10
1
-1
/
+1
*
[OPENMP 4.0] Fixed codegen for destructors in task-based directives.
Alexey Bataev
2016-05-10
1
-0
/
+1
*
[OPENMP 4.5] Add codegen support in runtime for '[non]monotonic'
Alexey Bataev
2016-05-10
1
-7
/
+6
*
[OPENMP 4.0] Codegen for 'declare simd' directive.
Alexey Bataev
2016-05-06
1
-0
/
+7
*
[OPENMP 4.5] Codegen for 'lastprivate' clauses in 'taskloop' directives.
Alexey Bataev
2016-05-05
1
-0
/
+3
*
[OPENMP] Simplified interface for codegen of tasks, NFC.
Alexey Bataev
2016-04-28
1
-93
/
+36
*
[OPENMP 4.5] Codegen for 'grainsize/num_tasks' clauses of 'taskloop'
Alexey Bataev
2016-04-28
1
-3
/
+7
*
CGOpenMPRuntime.h: Prune extra comma in \param. [-Wdocumentation]
NAKAMURA Takumi
2016-04-28
1
-1
/
+1
*
[OpenMP] Code generation for target exit data directive
Samuel Antao
2016-04-27
1
-4
/
+6
*
[OpenMP] Code generation for target enter data directive
Samuel Antao
2016-04-27
1
-0
/
+10
*
[OpenMP] Code generation for target data directive
Samuel Antao
2016-04-27
1
-0
/
+12
*
CGOpenMPRuntime.h: Prune '\param IfCond' in r267395. [-Wdocumentation]
NAKAMURA Takumi
2016-04-26
1
-2
/
+0
*
[OPENMP 4.5] Codegen for 'taskloop' directive.
Alexey Bataev
2016-04-25
1
-0
/
+116
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-20
1
-5
/
+14
*
Revert "[OPENMP] Codegen for untied tasks."
Alexey Bataev
2016-04-19
1
-15
/
+5
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-19
1
-5
/
+15
*
Revert "[OPENMP] Codegen for untied tasks."
Alexey Bataev
2016-04-19
1
-14
/
+5
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-19
1
-5
/
+14
*
[OPENMP] Codegen for teams directive for NVPTX
Carlo Bertolli
2016-04-04
1
-5
/
+4
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-29
1
-4
/
+43
*
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Alexey Bataev
2016-03-28
1
-43
/
+4
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-28
1
-4
/
+43
*
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Alexey Bataev
2016-03-28
1
-41
/
+2
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-28
1
-2
/
+41
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-22
1
-5
/
+24
*
Revert r263783 as buildbot failure is being investigated.
Arpith Chacko Jacob
2016-03-18
1
-24
/
+5
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-18
1
-5
/
+24
*
[OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.
Alexey Bataev
2016-03-17
1
-0
/
+3
*
Revert commit http://reviews.llvm.org/D17877 to fix tests on x86.
Arpith Chacko Jacob
2016-03-15
1
-24
/
+5
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-15
1
-5
/
+24
*
Reverted http://reviews.llvm.org/D17877 to fix tests.
Arpith Chacko Jacob
2016-03-15
1
-24
/
+5
*
[OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob
2016-03-15
1
-5
/
+24
*
Reapply r262741 [OPENMP] Codegen for distribute directive
Carlo Bertolli
2016-03-07
1
-0
/
+33
*
Fixed -Wdocumentation warning - typo in a parameter name
Simon Pilgrim
2016-03-05
1
-1
/
+1
*
Revert r262741 - [OPENMP] Codegen for distribute directive
Samuel Antao
2016-03-04
1
-33
/
+0
*
[OPENMP] Codegen for distribute directive
Carlo Bertolli
2016-03-04
1
-0
/
+33
*
[OPENMP 4.0] Codegen for 'declare reduction' construct.
Alexey Bataev
2016-03-04
1
-2
/
+21
*
Add code generation for teams directive inside target region
Carlo Bertolli
2016-03-03
1
-1
/
+23
*
[OPENMP] Improved layout of CGOpenMPRuntime class, NFC.
Alexey Bataev
2016-02-19
1
-191
/
+3
*
[OpenMP] Rename the offload entry points.
Samuel Antao
2016-02-13
1
-11
/
+9
*
Make the remaining headers self-contained.
Benjamin Kramer
2016-02-02
1
-3
/
+3
*
Fix -Wmicrosoft-enum-value warning
Reid Kleckner
2016-01-11
1
-1
/
+1
*
Fix -Wdocumentation warning after r256933
Nico Weber
2016-01-06
1
-1
/
+1
*
[OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...
Samuel Antao
2016-01-06
1
-5
/
+214
*
[OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...
Samuel Antao
2016-01-05
1
-214
/
+5
*
[OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao
2016-01-05
1
-5
/
+214
*
[OPENMP 4.5] Codegen for 'hint' clause of 'critical' directive
Alexey Bataev
2015-12-15
1
-1
/
+6
[next]