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 'copyprivate' clause ('single' directive).
Alexey Bataev
2015-03-23
1
-28
/
+32
*
[OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive.
Alexander Musman
2015-03-21
1
-3
/
+102
*
[OPENMP] Additional sema analysis for 'omp atomic[ update]'.
Alexey Bataev
2015-03-13
1
-5
/
+227
*
[OPENMP] Fix for ExprWithCleanups in 'omp atomic' constructs.
Alexey Bataev
2015-03-11
1
-0
/
+3
*
[OPENMP] Initial codegen for 'omp task' directive.
Alexey Bataev
2015-03-10
1
-2
/
+9
*
[OPENMP] Codegen for "#pragma omp atomic write"
Alexey Bataev
2015-02-27
1
-2
/
+2
*
[OPENMP] Fixed DSA processing for predetermined shared variables.
Alexey Bataev
2015-01-20
1
-6
/
+6
*
[OPENMP] Disable copyprivate an nowait clauses in 'single' directive.
Alexey Bataev
2015-01-19
1
-0
/
+17
*
[OPENMP] Fixed data-sharing attributes processing for variables with global
Alexey Bataev
2015-01-16
1
-21
/
+14
*
[OPENMP] Consider global named register variables as threadprivate by default.
Alexey Bataev
2015-01-13
1
-3
/
+6
*
Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
2015-01-12
1
-13
/
+15
*
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Alexey Bataev
2014-12-16
1
-8
/
+9
*
[OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
2014-12-16
1
-3
/
+22
*
First patch with codegen of the 'omp for' directive. It implements
Alexander Musman
2014-12-15
1
-76
/
+113
*
[OPENMP] Additional processing of 'omp atomic write' directive.
Alexey Bataev
2014-11-28
1
-12
/
+61
*
[OPENMP] Disable CapturedStmt generation for standalone directives.
Alexey Bataev
2014-11-21
1
-32
/
+4
*
[OPENMP] Additional processing of 'omp atomic read' directive.
Alexey Bataev
2014-11-18
1
-5
/
+87
*
[OPENMP] Temporary fix for processing of global variables in loops.
Alexey Bataev
2014-11-14
1
-1
/
+12
*
[OPENMP] Codegen for threadprivate variables
Alexey Bataev
2014-11-11
1
-0
/
+5
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-4
/
+3
*
[OPENMP] Codegen for 'private' clause in 'parallel' directive.
Alexey Bataev
2014-10-21
1
-49
/
+27
*
[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
[next]