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] Code generation for teams - kernel launching
Samuel Antao
2016-03-03
1
-2
/
+6
*
[OPENMP 4.5] Initial support for data members in 'linear' clause.
Alexey Bataev
2016-03-03
1
-2
/
+10
*
[OPENMP 4.5] Codegen for data members in 'reduction' clause.
Alexey Bataev
2016-03-02
1
-0
/
+41
*
[OPENMP 4.5] Codegen for member decls in 'lastprivate' clause.
Alexey Bataev
2016-02-25
1
-15
/
+2
*
Remove use of builtin comma operator.
Richard Trieu
2016-02-18
1
-6
/
+13
*
[OPENMP] Fix codegen for lastprivate loop counters.
Alexey Bataev
2016-02-18
1
-60
/
+33
*
[OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.
Alexey Bataev
2016-02-17
1
-9
/
+4
*
[OPENMP] Improved handling of pseudo-captured expressions in OpenMP.
Alexey Bataev
2016-02-16
1
-85
/
+110
*
[OPENMP] Remove extra sync barriers for 'firstprivate' clause.
Alexey Bataev
2016-02-15
1
-20
/
+26
*
[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.
Alexey Bataev
2016-02-11
1
-9
/
+3
*
[OPENMP 4.0] Fixed support of array sections/array subscripts.
Alexey Bataev
2016-02-04
1
-39
/
+61
*
[OpenMP] Parsing + sema for target parallel for directive.
Arpith Chacko Jacob
2016-02-03
1
-0
/
+5
*
[OpenMP] Parsing + sema for target parallel directive.
Arpith Chacko Jacob
2016-01-26
1
-0
/
+5
*
[OpenMP] Parsing + sema for defaultmap clause.
Arpith Chacko Jacob
2016-01-26
1
-0
/
+1
*
[OPENMP 4.5] Allow arrays in 'reduction' clause.
Alexey Bataev
2016-01-26
1
-20
/
+84
*
[OPENMP] Generalize codegen for 'sections'-based directive.
Alexey Bataev
2016-01-22
1
-132
/
+101
*
[OPENMP] Fix crash on reduction for complex variables.
Alexey Bataev
2016-01-21
1
-10
/
+10
*
[OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.
Alexey Bataev
2016-01-20
1
-1
/
+6
*
[OpenMP] Parsing + sema for "target exit data" directive.
Samuel Antao
2016-01-19
1
-0
/
+5
*
[OpenMP] Parsing + sema for "target enter data" directive.
Samuel Antao
2016-01-19
1
-0
/
+5
*
Add OpenMP dist_schedule clause to distribute directive and related regressio...
Carlo Bertolli
2016-01-15
1
-0
/
+1
*
[OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...
Samuel Antao
2016-01-06
1
-9
/
+30
*
[OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...
Samuel Antao
2016-01-05
1
-30
/
+9
*
[OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao
2016-01-05
1
-9
/
+30
*
[OPENMP 4.5] Codegen for 'schedule' clause with monotonic/nonmonotonic modifi...
Alexey Bataev
2015-12-31
1
-26
/
+51
*
[OPENMP] Remove explicit call for implicit barrier
Alexey Bataev
2015-12-18
1
-20
/
+0
*
[OPENMP] Fix for http://llvm.org/PR25878: Error compiling an OpenMP program
Alexey Bataev
2015-12-18
1
-6
/
+32
*
[OPENMP 4.5] Codegen for 'hint' clause of 'critical' directive
Alexey Bataev
2015-12-15
1
-2
/
+6
*
[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.
Alexey Bataev
2015-12-15
1
-0
/
+1
*
Add parse and sema of OpenMP distribute directive with all clauses except dis...
Carlo Bertolli
2015-12-14
1
-0
/
+5
*
[OPENMP] Fix debug info for 'atomic' construct.
Alexey Bataev
2015-12-14
1
-1
/
+2
*
Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...
NAKAMURA Takumi
2015-12-09
1
-5
/
+0
*
[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
Alexey Bataev
2015-12-08
1
-0
/
+1
*
Add parse and sema for OpenMP distribute directive and all its clauses exclud...
Carlo Bertolli
2015-12-08
1
-0
/
+5
*
[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
Alexey Bataev
2015-12-07
1
-0
/
+1
*
[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
Alexey Bataev
2015-12-07
1
-0
/
+1
*
[PGO] Instrument only base constructors and destructors.
Serge Pavlov
2015-12-06
1
-1
/
+1
*
[OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.
Alexey Bataev
2015-12-03
1
-0
/
+9
*
[OpenMP] Update target directive codegen to use 4.5 implicit data mappings.
Samuel Antao
2015-12-02
1
-23
/
+67
*
[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.
Alexey Bataev
2015-12-01
1
-0
/
+1
*
[OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.
Alexey Bataev
2015-12-01
1
-1
/
+9
*
[OpenMP] Parsing and sema support for thread_limit clause.
Kelvin Li
2015-11-27
1
-0
/
+1
*
[OpenMP] Parsing and sema support for num_teams clause
Kelvin Li
2015-11-24
1
-0
/
+1
*
[OpenMP] Parsing and sema support for map clause
Kelvin Li
2015-11-23
1
-0
/
+1
*
CGStmtOpenMP.cpp: Prune redundant \param. [-Wdocumentation]
NAKAMURA Takumi
2015-10-08
1
-1
/
+0
*
[OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.
Alexey Bataev
2015-10-08
1
-22
/
+207
*
[OpenMP] Target directive host codegen.
Samuel Antao
2015-10-02
1
-5
/
+52
*
[OPENMP 4.1] Codegen for ‘simd’ clause in ‘ordered’ directive.
Alexey Bataev
2015-09-29
1
-3
/
+23
*
[OPENMP 4.1] Add 'simd' clause for 'ordered' directive.
Alexey Bataev
2015-09-28
1
-0
/
+1
*
[OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.
Alexey Bataev
2015-09-25
1
-0
/
+1
[prev]
[next]