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
/
Parse
/
ParseOpenMP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP] Make target data directive generate unexpected directive diagnostic.
Samuel Antao
2015-07-22
1
-2
/
+1
*
Add missing parentheses to appease -Wlogical-op-parentheses.
Daniel Jasper
2015-07-21
1
-3
/
+5
*
Commit for http://reviews.llvm.org/D10765
Michael Wong
2015-07-21
1
-7
/
+17
*
[OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
2015-07-02
1
-1
/
+3
*
[OPENMP 4.0] Initial support for 'omp cancellation point' construct.
Alexey Bataev
2015-07-01
1
-8
/
+31
*
[OPENMP] Initial support for 'depend' clause (4.0).
Alexey Bataev
2015-06-23
1
-3
/
+32
*
[OPENMP] Do not emit references to original variables in 'private' clause.
Alexey Bataev
2015-06-23
1
-2
/
+2
*
[OPENMP] Support for '#pragma omp taskgroup' directive.
Alexey Bataev
2015-06-18
1
-2
/
+5
*
[OPENMP] Code cleanup for capturing of variables in OpenMP regions.
Alexey Bataev
2015-05-08
1
-0
/
+2
*
[OPENMP] Fix crash on private variables not used in OpenMP region.
Alexey Bataev
2015-04-02
1
-7
/
+2
*
Enable ActOnIdExpression to use delayed typo correction for non-C++ code
Kaelyn Takata
2014-11-21
1
-1
/
+2
*
Wire up delayed typo correction to DiagnoseEmptyLookup and set up
Kaelyn Takata
2014-11-20
1
-1
/
+2
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-09
1
-2
/
+4
*
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...
Renato Golin
2014-10-08
1
-4
/
+2
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-07
1
-2
/
+4
*
[OPENMP] Parsing/Sema of directive omp parallel for simd
Alexander Musman
2014-09-23
1
-1
/
+4
*
[OPENMP] Initial parsing/sema analysis of 'target' directive.
Alexey Bataev
2014-09-19
1
-2
/
+4
*
Parsing/Sema of directive omp for simd
Alexander Musman
2014-09-18
1
-13
/
+23
*
[OPENMP] Initial parsing and sema analysis for clause 'seq_cst' of 'atomic' d...
Alexey Bataev
2014-07-24
1
-1
/
+2
*
[OPENMP] Initial parsing and sema analysis for clause 'capture' in 'atomic' d...
Alexey Bataev
2014-07-24
1
-1
/
+2
*
[OPENMP] Initial parsing and sema analysis for 'update' clause of 'atomic' di...
Alexey Bataev
2014-07-23
1
-1
/
+3
*
[OPENMP] Initial parsing an sema analysis for 'write' clause of 'atomic' dire...
Alexey Bataev
2014-07-23
1
-1
/
+6
*
[OPENMP] Initial parsing and sema analysis for 'read' clause in 'atomic' dire...
Alexey Bataev
2014-07-23
1
-1
/
+5
*
[OPENMP] Initial parsing and sema analysis for 'atomic' directive.
Alexey Bataev
2014-07-22
1
-2
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'ordered' directive.
Alexey Bataev
2014-07-22
1
-2
/
+5
*
[OPENMP] Initial parsing and sema analysis for 'flush' directive.
Alexey Bataev
2014-07-21
1
-7
/
+28
*
[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
Alexander Musman
2014-07-21
1
-4
/
+21
*
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
2014-07-18
1
-2
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
Alexey Bataev
2014-07-18
1
-1
/
+3
*
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
2014-07-18
1
-3
/
+13
*
[OPENMP] Initial parsing and sema analysis of 'mergeable' clause.
Alexey Bataev
2014-07-17
1
-1
/
+6
*
[OPENMP] Initial support for parsing and sema analysis of 'untied' clause.
Alexey Bataev
2014-07-17
1
-1
/
+5
*
[OPENMP] Parsing/Sema analysis of directive 'master'
Alexander Musman
2014-07-17
1
-2
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'final' clause.
Alexey Bataev
2014-07-17
1
-6
/
+13
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
1
-8
/
+4
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-2
/
+8
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-8
/
+26
*
[OPENMP] Parsing and sema analysis for 'copyprivate' clause.
Alexey Bataev
2014-06-27
1
-3
/
+5
*
[OPENMP] Initial parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
1
-2
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
1
-3
/
+5
*
[OPENMP] Initial support for 'sections' directive.
Alexey Bataev
2014-06-25
1
-3
/
+6
*
[OPENMP] Initial support for 'nowait' clause.
Alexey Bataev
2014-06-20
1
-0
/
+6
*
[OPENMP] Initial support for 'ordered' clause.
Alexey Bataev
2014-06-20
1
-0
/
+23
*
[OPENMP] Initial support for 'schedule' clause.
Alexey Bataev
2014-06-20
1
-1
/
+53
*
[OPENMP] Reformatting and code improvement.
Alexey Bataev
2014-06-18
1
-1
/
+1
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
1
-5
/
+8
*
Revert "[OPENMP] Initial support for '#pragma omp for'."
Rafael Espindola
2014-06-17
1
-8
/
+5
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
1
-5
/
+8
*
[OPENMP] Initial support of 'reduction' clause
Alexey Bataev
2014-06-16
1
-5
/
+81
*
[OPENMP] Parsing/Sema for OMPLasprivateClause.
Alexander Musman
2014-06-04
1
-2
/
+5
[next]