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] Support for -fopenmp-simd option with compilation of simd loops
Alexey Bataev
2017-12-29
1
-0
/
+565
*
[OPENMP] Fix PR34916: Crash on mixing taskloop|tasks directives.
Alexey Bataev
2017-10-11
1
-0
/
+4
*
[OPENMP] Fix for PR33922: New ident_t flags for
Alexey Bataev
2017-09-06
1
-1
/
+3
*
[OPENMP] Fix for PR33922: New ident_t flags for
Alexey Bataev
2017-08-14
1
-35
/
+38
*
[OPENMP] Generalization of calls of the outlined functions.
Alexey Bataev
2017-08-14
1
-1
/
+7
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+17
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-08
1
-26
/
+0
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+26
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-08
1
-26
/
+0
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+26
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-04
1
-27
/
+0
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-04
1
-0
/
+27
*
[OPENMP] Unify generation of outlined function calls.
Alexey Bataev
2017-08-04
1
-0
/
+6
*
[OPENMP] Codegen for reduction clauses in 'taskloop' directives.
Alexey Bataev
2017-07-17
1
-6
/
+71
*
Fix spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-07-13
1
-14
/
+14
*
Fix -Wdocumentation warning. NFCI
Simon Pilgrim
2017-07-13
1
-1
/
+0
*
[OPENMP] Generalization of codegen for reduction clauses.
Alexey Bataev
2017-07-13
1
-0
/
+80
*
Recommit of
Carlo Bertolli
2017-04-25
1
-3
/
+37
*
Revert r301223
Carlo Bertolli
2017-04-24
1
-37
/
+3
*
[OpenMP] Initial implementation of code generation for pragma 'distribute par...
Carlo Bertolli
2017-04-24
1
-3
/
+37
*
Spelling mistakes in comments. NFCI. (PR27635)
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
[OpenMP] Parallel reduction on the NVPTX device.
Arpith Chacko Jacob
2017-02-16
1
-3
/
+33
*
Revert r295319 while investigating buildbot failure.
Arpith Chacko Jacob
2017-02-16
1
-33
/
+3
*
[OpenMP] Parallel reduction on the NVPTX device.
Arpith Chacko Jacob
2017-02-16
1
-3
/
+33
*
[OpenMP] Codegen support for 'target parallel' on the host.
Arpith Chacko Jacob
2017-01-18
1
-1
/
+14
*
Revert r292374 to debug Windows buildbot failure.
Arpith Chacko Jacob
2017-01-18
1
-14
/
+1
*
[OpenMP] Codegen support for 'target parallel' on the host.
Arpith Chacko Jacob
2017-01-18
1
-1
/
+14
*
[OpenMP] Basic support for a parallel directive in a target region on an NVPT...
Arpith Chacko Jacob
2017-01-10
1
-13
/
+29
*
[OpenMP] Add fields for flags in the offload entry descriptor.
Samuel Antao
2017-01-05
1
-14
/
+22
*
[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
[next]