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
/
Sema
/
SemaOpenMP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[OPENMP] Codegen for 'num_threads' clause in 'parallel' directive.
Alexey Bataev
2014-10-13
1
-1
/
+0
*
Reduce double set lookups. NFC.
Benjamin Kramer
2014-10-10
1
-2
/
+1
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-09
1
-6
/
+144
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-62
/
+84
*
Revert commit r219297.
Alexey Bataev
2014-10-08
1
-84
/
+62
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-62
/
+84
*
Revert back r219295.
Alexey Bataev
2014-10-08
1
-84
/
+62
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-62
/
+84
*
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...
Renato Golin
2014-10-08
1
-144
/
+6
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-07
1
-6
/
+144
*
[OPENMP] Limit the loop counters to 64 bits for the worksharing loops
Alexander Musman
2014-10-06
1
-3
/
+26
*
[OPENMP] Loop collapsing and codegen for 'omp simd' directive.
Alexander Musman
2014-10-01
1
-49
/
+527
*
[OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive.
Alexander Musman
2014-09-30
1
-0
/
+5
*
[OPENMP] Parsing/Sema of directive omp parallel for simd
Alexander Musman
2014-09-23
1
-0
/
+77
*
[OPENMP] Initial parsing/sema analysis of 'target' directive.
Alexey Bataev
2014-09-19
1
-0
/
+76
*
Parsing/Sema of directive omp for simd
Alexander Musman
2014-09-18
1
-6
/
+64
*
[OPENMP] Improved DSA processing of the loop control variables for loop direc...
Alexey Bataev
2014-07-25
1
-12
/
+24
*
[OPENMP] Initial parsing and sema analysis for clause 'seq_cst' of 'atomic' d...
Alexey Bataev
2014-07-24
1
-0
/
+12
*
[OPENMP] Initial parsing and sema analysis for clause 'capture' in 'atomic' d...
Alexey Bataev
2014-07-24
1
-7
/
+31
*
[OPENMP] Fixed DSA detecting for function parameters: by default they must be...
Alexey Bataev
2014-07-24
1
-3
/
+5
*
[OPENMP] Initial parsing and sema analysis for 'update' clause of 'atomic' di...
Alexey Bataev
2014-07-23
1
-1
/
+21
*
[OPENMP] Initial parsing an sema analysis for 'write' clause of 'atomic' dire...
Alexey Bataev
2014-07-23
1
-26
/
+39
*
[OPENMP] Initial parsing and sema analysis for 'read' clause in 'atomic' dire...
Alexey Bataev
2014-07-23
1
-4
/
+42
*
[OPENMP] Initial parsing and sema analysis for 'atomic' directive.
Alexey Bataev
2014-07-22
1
-4
/
+50
*
[OPENMP] Initial parsing and sema analysis for 'ordered' directive.
Alexey Bataev
2014-07-22
1
-17
/
+99
*
[OPENMP] Initial parsing and sema analysis for 'flush' directive.
Alexey Bataev
2014-07-21
1
-1
/
+48
*
[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
Alexander Musman
2014-07-21
1
-7
/
+107
*
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
2014-07-18
1
-0
/
+30
*
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
Alexey Bataev
2014-07-18
1
-0
/
+38
*
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
2014-07-18
1
-20
/
+53
*
[OPENMP] Initial parsing and sema analysis of 'mergeable' clause.
Alexey Bataev
2014-07-17
1
-0
/
+12
*
[OPENMP] Initial support for parsing and sema analysis of 'untied' clause.
Alexey Bataev
2014-07-17
1
-0
/
+12
*
[OPENMP] Parsing/Sema analysis of directive 'master'
Alexander Musman
2014-07-17
1
-7
/
+57
*
[OPENMP] Initial parsing and sema analysis for 'final' clause.
Alexey Bataev
2014-07-17
1
-0
/
+26
*
[OPENMP] Several cosmetic fixes in comments, tests and the code for '#pragma ...
Alexey Bataev
2014-07-15
1
-0
/
+3
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
1
-87
/
+211
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-1
/
+65
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-29
/
+122
*
[OPENMP] Fixed error message reporting for nesting of regions
Alexey Bataev
2014-07-02
1
-2
/
+2
*
[OPENMP] Added table with allowed nesting info for OpenMP regions (per reques...
Alexey Bataev
2014-06-30
1
-0
/
+46
*
[OPENMP] Parsing and sema analysis for 'copyprivate' clause.
Alexey Bataev
2014-06-27
1
-28
/
+168
*
[OPENMP] Initial parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
1
-0
/
+19
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
1
-1
/
+44
*
[OPENMP] Initial support for 'sections' directive.
Alexey Bataev
2014-06-25
1
-0
/
+37
*
[OPENMP] OMPSimdDirective and OMPForDirective: added initialization for Colla...
Alexey Bataev
2014-06-25
1
-10
/
+17
*
[OPENMP] Improved code and replaced struct by lambda.
Alexey Bataev
2014-06-25
1
-18
/
+12
*
[OPENMP] Additional checking for 'collapse' clause.
Alexey Bataev
2014-06-24
1
-9
/
+42
*
[OPENMP] Added initial checking of nesting of OpenMP regions.
Alexey Bataev
2014-06-24
1
-3
/
+49
*
[OPENMP] Reformatting and code improvement.
Alexey Bataev
2014-06-23
1
-10
/
+7
*
[OPENMP] Initial support for 'nowait' clause.
Alexey Bataev
2014-06-20
1
-0
/
+12
[prev]
[next]