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] 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
*
[OPENMP] Initial parsing an sema analysis for 'write' clause of 'atomic' dire...
Alexey Bataev
2014-07-23
1
-0
/
+2
*
[OPENMP] Initial parsing and sema analysis for 'read' clause in 'atomic' dire...
Alexey Bataev
2014-07-23
1
-0
/
+2
*
[OPENMP] Initial parsing and sema analysis for 'atomic' directive.
Alexey Bataev
2014-07-22
1
-0
/
+10
*
[OPENMP] Initial parsing and sema analysis for 'ordered' directive.
Alexey Bataev
2014-07-22
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'flush' directive.
Alexey Bataev
2014-07-21
1
-0
/
+7
*
[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
Alexander Musman
2014-07-21
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
2014-07-18
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
Alexey Bataev
2014-07-18
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
2014-07-18
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis of 'mergeable' clause.
Alexey Bataev
2014-07-17
1
-0
/
+2
*
[OPENMP] Initial support for parsing and sema analysis of 'untied' clause.
Alexey Bataev
2014-07-17
1
-0
/
+2
*
[OPENMP] Parsing/Sema analysis of directive 'master'
Alexander Musman
2014-07-17
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'final' clause.
Alexey Bataev
2014-07-17
1
-0
/
+2
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
1
-1
/
+10
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-4
/
+14
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-3
/
+20
*
[OPENMP] Parsing and sema analysis for 'copyprivate' clause.
Alexey Bataev
2014-06-27
1
-2
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
1
-2
/
+12
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
1
-2
/
+3
*
[OPENMP] Initial support for 'sections' directive.
Alexey Bataev
2014-06-25
1
-1
/
+12
*
[OPENMP] Initial support for 'nowait' clause.
Alexey Bataev
2014-06-20
1
-0
/
+2
*
[OPENMP] Initial support for 'ordered' clause.
Alexey Bataev
2014-06-20
1
-0
/
+2
*
[OPENMP] Initial support for 'schedule' clause.
Alexey Bataev
2014-06-20
1
-0
/
+15
*
[OPENMP] Reformatting and code improvement.
Alexey Bataev
2014-06-18
1
-26
/
+29
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
1
-0
/
+37
*
Revert "[OPENMP] Initial support for '#pragma omp for'."
Rafael Espindola
2014-06-17
1
-37
/
+0
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
1
-0
/
+37
*
[OPENMP] Initial support of 'reduction' clause
Alexey Bataev
2014-06-16
1
-0
/
+2
*
[OPENMP] Parsing/Sema for OMPLasprivateClause.
Alexander Musman
2014-06-04
1
-0
/
+2
*
Parsing/Sema for OMPAlignedClause.
Alexander Musman
2014-05-29
1
-0
/
+2
*
Parsing/Sema for OMPCollapseClause.
Alexander Musman
2014-05-27
1
-0
/
+2
*
[OPENMP] Removed unnecessary enums from OpenMP constructs
Alexey Bataev
2014-05-12
1
-10
/
+4
*
[OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...
Alexey Bataev
2014-05-06
1
-0
/
+15
*
[OPENMP] parsing 'linear' clause (for directive 'omp simd')
Alexander Musman
2014-04-22
1
-0
/
+2
*
[OPENMP] Implemented 'copyin' clause
Alexey Bataev
2014-03-31
1
-0
/
+2
*
[OPENMP] parsing of clause 'safelen' (for directive 'omp simd')
Alexey Bataev
2014-03-21
1
-0
/
+2
*
[OPENMP] Clause 'num_threads'
Alexey Bataev
2014-03-06
1
-0
/
+2
*
[OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexey Bataev
2014-02-27
1
-0
/
+9
*
[OPENMP] 'if' clause support (no CodeGen support)
Alexey Bataev
2014-02-13
1
-0
/
+2
*
[OpenMP] Added parsing and semantic analysis for firstprivate clause
Alexey Bataev
2013-10-01
1
-0
/
+2
*
Unbreak the Clang -Werror build after r190183.
David Blaikie
2013-09-06
1
-0
/
+2
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
1
-1
/
+86
*
OpenMP threadprivate with qualified names.
Alexey Bataev
2013-05-13
1
-1
/
+2
*
Fix a layering violation introduced in r177705.
Matt Beaumont-Gay
2013-03-25
1
-1
/
+1
*
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
1
-0
/
+43