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] Initial parsing and sema analysis for 'atomic' directive.
Alexey Bataev
2014-07-22
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'ordered' directive.
Alexey Bataev
2014-07-22
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'flush' directive.
Alexey Bataev
2014-07-21
1
-0
/
+4
*
[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
Alexander Musman
2014-07-21
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
2014-07-18
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
Alexey Bataev
2014-07-18
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
2014-07-18
1
-0
/
+4
*
[OPENMP] Parsing/Sema analysis of directive 'master'
Alexander Musman
2014-07-17
1
-0
/
+4
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
1
-0
/
+4
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-0
/
+5
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-0
/
+5
*
Using of variable length arrays in captured statements and OpenMP constructs.
Alexey Bataev
2014-06-30
1
-2
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
1
-0
/
+4
*
[OPENMP] Initial support for 'sections' directive.
Alexey Bataev
2014-06-25
1
-1
/
+6
*
[OPENMP] Reformatting and code improvement.
Alexey Bataev
2014-06-18
1
-7
/
+6
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
1
-0
/
+3
*
Revert "[OPENMP] Initial support for '#pragma omp for'."
Rafael Espindola
2014-06-17
1
-3
/
+0
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
1
-0
/
+3
*
This patch adds a helper class (CGLoopInfo) for marking memory instructions w...
Alexander Musman
2014-05-22
1
-0
/
+27
*
[OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-0
/
+51