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 'atomic capture'.
Alexey Bataev
2015-04-23
1
-5
/
+5
*
[OPENMP] Codegen for 'private' clause in 'for' directive.
Alexey Bataev
2015-04-22
1
-4
/
+4
*
[OPENMP] Fix use of unsigned counters in loops with zero trip count.
Alexey Bataev
2015-04-22
1
-6
/
+27
*
[OPENMP] Fix for checking of data-sharing attributes for canonical var decls ...
Alexey Bataev
2015-04-16
1
-1
/
+10
*
[OPENMP] Codegen for 'copyin' clause in 'parallel' directive.
Alexey Bataev
2015-04-16
1
-26
/
+40
*
[OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
Alexey Bataev
2015-04-16
1
-84
/
+65
*
[OPENMP] Codegen for 'firstprivate' clause in 'for' directive.
Alexey Bataev
2015-04-15
1
-22
/
+22
*
[OPENMP] Fixed codegen for arrays in 'copyprivate' clause.
Alexey Bataev
2015-04-14
1
-8
/
+9
*
[OPENMP] Initial codegen for 'parallel sections' directive.
Alexey Bataev
2015-04-14
1
-0
/
+4
*
[OPENMP] Codegen for 'reduction' clause in 'parallel' directive.
Alexey Bataev
2015-04-10
1
-66
/
+201
*
[OPENMP] Allow redeclaration of variables as threadprivate.
Alexey Bataev
2015-04-08
1
-1
/
+1
*
[OPENMP] Fix crash on private variables not used in OpenMP region in templates.
Alexey Bataev
2015-04-02
1
-1
/
+1
*
[OPENMP] Fix crash on private variables not used in OpenMP region.
Alexey Bataev
2015-04-02
1
-0
/
+20
*
[OPENMP] Sema analysis for 'atomic capture' construct.
Alexey Bataev
2015-04-01
1
-24
/
+237
*
[OPENMP] Codegen for 'atomic update' construct.
Alexey Bataev
2015-03-30
1
-34
/
+60
*
[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
[next]