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
/
Basic
/
OpenMPKinds.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.
Alexey Bataev
2016-04-12
1
-0
/
+5
*
[OPENMP] Parsing and Sema support for 'omp declare target' directive
Dmitry Polukhin
2016-04-06
1
-0
/
+2
*
[OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev
2016-03-30
1
-0
/
+2
*
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
2016-03-03
1
-0
/
+1
*
[OpenMP] Parsing + sema for target parallel for directive.
Arpith Chacko Jacob
2016-02-03
1
-9
/
+20
*
[OpenMP] Prevent nesting of target constructs within target code execution re...
Arpith Chacko Jacob
2016-02-02
1
-2
/
+9
*
Undoing commit r259366 to debug buildbot failure.
Arpith Chacko Jacob
2016-02-01
1
-9
/
+2
*
[OpenMP] Prevent nesting of target constructs within target code execution re...
Arpith Chacko Jacob
2016-02-01
1
-2
/
+9
*
[OpenMP] Parsing + sema for target parallel directive.
Arpith Chacko Jacob
2016-01-26
1
-1
/
+12
*
[OpenMP] Parsing + sema for defaultmap clause.
Arpith Chacko Jacob
2016-01-26
1
-0
/
+22
*
[OpenMP] Parsing + sema for "target exit data" directive.
Samuel Antao
2016-01-19
1
-0
/
+10
*
[OpenMP] Parsing + sema for "target enter data" directive.
Samuel Antao
2016-01-19
1
-0
/
+10
*
Add OpenMP dist_schedule clause to distribute directive and related regressio...
Carlo Bertolli
2016-01-15
1
-0
/
+15
*
[OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause.
Alexey Bataev
2015-12-28
1
-5
/
+13
*
[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.
Alexey Bataev
2015-12-15
1
-1
/
+12
*
Add parse and sema of OpenMP distribute directive with all clauses except dis...
Carlo Bertolli
2015-12-14
1
-1
/
+16
*
Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...
NAKAMURA Takumi
2015-12-09
1
-16
/
+1
*
[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
Alexey Bataev
2015-12-08
1
-0
/
+2
*
Add parse and sema for OpenMP distribute directive and all its clauses exclud...
Carlo Bertolli
2015-12-08
1
-1
/
+16
*
[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
Alexey Bataev
2015-12-07
1
-0
/
+2
*
[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
Alexey Bataev
2015-12-07
1
-0
/
+2
*
[OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.
Alexey Bataev
2015-12-03
1
-3
/
+19
*
[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.
Alexey Bataev
2015-12-01
1
-0
/
+2
*
[OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.
Alexey Bataev
2015-12-01
1
-2
/
+12
*
[OpenMP] Parsing and sema support for thread_limit clause.
Kelvin Li
2015-11-27
1
-0
/
+2
*
[OpenMP] Parsing and sema support for num_teams clause
Kelvin Li
2015-11-24
1
-0
/
+2
*
[OpenMP] Parsing and sema support for map clause
Kelvin Li
2015-11-23
1
-0
/
+17
*
[OpenMP] Capture global variables in target regions.
Samuel Antao
2015-10-02
1
-0
/
+4
*
[OPENMP 4.1] Add 'simd' clause for 'ordered' directive.
Alexey Bataev
2015-09-28
1
-0
/
+2
*
[OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.
Alexey Bataev
2015-09-25
1
-1
/
+12
*
[OPENMP 4.0] Add 'if' clause for 'cancel' directive.
Alexey Bataev
2015-09-18
1
-1
/
+10
*
[OPENMP 4.1] Initial support for 'simdlen' clause.
Alexey Bataev
2015-08-21
1
-0
/
+2
*
[OPENMP 4.1] Initial support for modifiers in 'linear' clause.
Alexey Bataev
2015-08-20
1
-2
/
+15
*
This patch commits OpenMP 4 target device clauses
Michael Wong
2015-08-07
1
-0
/
+2
*
Commit for http://reviews.llvm.org/D10765
Michael Wong
2015-07-21
1
-0
/
+10
*
[OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
2015-07-02
1
-0
/
+1
*
[OPENMP 4.0] Initial support for 'omp cancellation point' construct.
Alexey Bataev
2015-07-01
1
-0
/
+1
*
[OPENMP] Initial support for 'depend' clause (4.0).
Alexey Bataev
2015-06-23
1
-0
/
+14
*
[OPENMP] Support for '#pragma omp taskgroup' directive.
Alexey Bataev
2015-06-18
1
-0
/
+1
*
[OPENMP] Codegen for 'copyin' clause in 'parallel' directive.
Alexey Bataev
2015-04-16
1
-2
/
+1
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-09
1
-0
/
+14
*
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...
Renato Golin
2014-10-08
1
-14
/
+0
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-07
1
-0
/
+14
*
[OPENMP] Parsing/Sema of directive omp parallel for simd
Alexander Musman
2014-09-23
1
-7
/
+19
*
[OPENMP] Initial parsing/sema analysis of 'target' directive.
Alexey Bataev
2014-09-19
1
-0
/
+10
*
Parsing/Sema of directive omp for simd
Alexander Musman
2014-09-18
1
-3
/
+16
*
[OPENMP] Additional comments for implicit 'flush' clause + removed unused par...
Alexey Bataev
2014-07-29
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis for clause 'seq_cst' of 'atomic' d...
Alexey Bataev
2014-07-24
1
-0
/
+2
*
[OPENMP] Initial parsing and sema analysis for clause 'capture' in 'atomic' d...
Alexey Bataev
2014-07-24
1
-0
/
+2
*
[OPENMP] Initial parsing and sema analysis for 'update' clause of 'atomic' di...
Alexey Bataev
2014-07-23
1
-0
/
+2
[next]