index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGOpenMPRuntime.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
[OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.
Alexey Bataev
2015-10-08
1
-0
/
+2
*
[OpenMP] Target directive host codegen.
Samuel Antao
2015-10-02
1
-0
/
+31
*
[OPENMP 4.1] Codegen for ‘simd’ clause in ‘ordered’ directive.
Alexey Bataev
2015-09-29
1
-1
/
+1
*
[OPENMP 4.0] Add 'if' clause for 'cancel' directive.
Alexey Bataev
2015-09-18
1
-0
/
+3
*
[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...
Alexey Bataev
2015-09-15
1
-4
/
+10
*
Fix \param in r247251. [-Wdocumentation]
NAKAMURA Takumi
2015-09-11
1
-1
/
+1
*
[OPENMP] Outlined function for parallel and other regions with list of captur...
Alexey Bataev
2015-09-10
1
-1
/
+2
*
clangCodeGen: Fix comments. [-Wdocumentation]
NAKAMURA Takumi
2015-09-08
1
-5
/
+6
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-20
/
+27
*
[OPENMP 4.0] Codegen for 'omp cancel' directive.
Alexey Bataev
2015-07-06
1
-0
/
+9
*
[OPENMP 4.0] Fixed codegen for 'cancellation point' construct.
Alexey Bataev
2015-07-03
1
-8
/
+19
*
[OPENMP 4.0] Codegen for 'cancellation point' directive.
Alexey Bataev
2015-07-02
1
-0
/
+11
*
[OPENMP] Codegen for 'depend' clause (OpenMP 4.0).
Alexey Bataev
2015-06-24
1
-11
/
+31
*
[OPENMP] Codegen for 'proc_bind' clause (4.0).
Alexey Bataev
2015-06-18
1
-0
/
+9
*
[OPENMP] Support for '#pragma omp taskgroup' directive.
Alexey Bataev
2015-06-18
1
-1
/
+12
*
[OPENMP] Supported reduction clause in omp simd construct.
Alexey Bataev
2015-06-17
1
-1
/
+1
*
[OPENMP] Fix codegen for ordered loop directives.
Alexey Bataev
2015-05-20
1
-6
/
+6
*
[OPENMP] Fix for '#pragma omp task' codegen.
Alexey Bataev
2015-05-18
1
-0
/
+10
*
[OPENMP] Codegen for 'firstprivate' clause in 'task' directive.
Alexey Bataev
2015-05-05
1
-2
/
+12
*
[OPENMP] Codegen for 'private' clause in 'task' directive.
Alexey Bataev
2015-04-30
1
-2
/
+10
[next]