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
/
CGStmtOpenMP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP] Sema and parsing for 'target parallel for simd' pragma
Kelvin Li
2016-07-14
1
-0
/
+12
*
[OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...
Carlo Bertolli
2016-07-13
1
-0
/
+1
*
[OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...
Carlo Bertolli
2016-07-13
1
-0
/
+1
*
[OpenMP] Sema and parsing for 'distribute simd' pragma
Kelvin Li
2016-07-06
1
-0
/
+13
*
[OpenMP] Sema and parse for 'distribute parallel for simd'
Kelvin Li
2016-07-05
1
-0
/
+11
*
Resubmission of http://reviews.llvm.org/D21564 after fixes.
Carlo Bertolli
2016-06-27
1
-0
/
+12
*
Revert r273705
Carlo Bertolli
2016-06-24
1
-12
/
+0
*
[OpenMP] Initial implementation of parse and sema for composite pragma 'distr...
Carlo Bertolli
2016-06-24
1
-0
/
+12
*
Re-apply r272900 - [OpenMP] Cast captures by copy when passed to fork call so...
Samuel Antao
2016-06-16
1
-27
/
+37
*
Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so t...
Samuel Antao
2016-06-16
1
-37
/
+27
*
[OpenMP] Cast captures by copy when passed to fork call so that they are comp...
Samuel Antao
2016-06-16
1
-27
/
+37
*
[OPENMP 4.5] Fixed codegen for 'priority' and destructors in task-based
Alexey Bataev
2016-05-30
1
-0
/
+4
*
[OpenMP] Codegen for target update directive.
Samuel Antao
2016-05-26
1
-5
/
+18
*
[OpenMP] Parsing and sema support for the from clause
Samuel Antao
2016-05-26
1
-0
/
+1
*
[OpenMP] Parsing and sema support for the to clause
Samuel Antao
2016-05-26
1
-0
/
+1
*
[OpenMP] Parsing and sema support for target update directive
Samuel Antao
2016-05-26
1
-0
/
+6
*
Add a loop's debug location to its llvm.loop metadata
Hal Finkel
2016-05-25
1
-2
/
+2
*
[OPENMP 4.5] Codegen for dacross loop synchronization constructs.
Alexey Bataev
2016-05-25
1
-2
/
+12
*
[OPENMP] Fixed codegen for firstprivate vars in standalone worksharing
Alexey Bataev
2016-05-24
1
-1
/
+3
*
[OPENMP] Pass scalar firstprivate vars by value.
Alexey Bataev
2016-05-17
1
-18
/
+37
*
[OPENMP 4.5] Initial codegen for 'priority' clause in task-based
Alexey Bataev
2016-05-10
1
-0
/
+7
*
[OPENMP 4.5] Add codegen support in runtime for '[non]monotonic'
Alexey Bataev
2016-05-10
1
-18
/
+20
*
[OPENMP 4.5] Codegen for 'lastprivate' clauses in 'taskloop' directives.
Alexey Bataev
2016-05-05
1
-9
/
+59
*
[OPENMP 4.5] Initial codegen for 'taskloop simd' directive.
Alexey Bataev
2016-04-28
1
-8
/
+4
*
[OPENMP] Simplified interface for codegen of tasks, NFC.
Alexey Bataev
2016-04-28
1
-60
/
+41
*
[OPENMP 4.5] Codegen for 'grainsize/num_tasks' clauses of 'taskloop'
Alexey Bataev
2016-04-28
1
-2
/
+14
*
[OpenMP] Code generation for target exit data directive
Samuel Antao
2016-04-27
1
-2
/
+19
*
[OpenMP] Code generation for target enter data directive
Samuel Antao
2016-04-27
1
-1
/
+16
*
[OpenMP] Code generation for target data directive
Samuel Antao
2016-04-27
1
-7
/
+27
*
[OPENMP] Fix crash on initialization of classes with no init clause in
Alexey Bataev
2016-04-27
1
-3
/
+3
*
[OPENMP] Fix for codegen of captured variables in inlined directives.
Alexey Bataev
2016-04-27
1
-17
/
+46
*
[OPENMP 4.5] Codegen for 'taskloop' directive.
Alexey Bataev
2016-04-25
1
-45
/
+177
*
[OPENMP] Fix for PR27463: Privatizing struct fields with array type
Alexey Bataev
2016-04-22
1
-1
/
+1
*
[OPENMP] Fix for LCV in simd directives in explicit clauses.
Alexey Bataev
2016-04-22
1
-84
/
+125
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-20
1
-42
/
+42
*
Revert "[OPENMP] Codegen for untied tasks."
Alexey Bataev
2016-04-19
1
-42
/
+42
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-19
1
-42
/
+42
*
Revert "[OPENMP] Codegen for untied tasks."
Alexey Bataev
2016-04-19
1
-42
/
+42
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-19
1
-42
/
+42
*
[OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.
Alexey Bataev
2016-04-12
1
-0
/
+1
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-9
/
+12
*
[OPENMP] Codegen for teams directive for NVPTX
Carlo Bertolli
2016-04-04
1
-12
/
+5
*
[OPENMP] Remove extra code transformation.
Alexey Bataev
2016-03-29
1
-0
/
+24
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-29
1
-102
/
+137
*
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Alexey Bataev
2016-03-28
1
-137
/
+102
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-28
1
-102
/
+137
*
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Alexey Bataev
2016-03-28
1
-137
/
+102
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-28
1
-102
/
+137
*
[OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.
Alexey Bataev
2016-03-17
1
-19
/
+136
*
Preserve ExtParameterInfos into CGFunctionInfo.
John McCall
2016-03-11
1
-2
/
+1
[next]