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] 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
*
[OPENMP] Initial support for 'ordered' clause.
Alexey Bataev
2014-06-20
1
-0
/
+39
*
[OPENMP] Initial support for 'schedule' clause.
Alexey Bataev
2014-06-20
1
-0
/
+92
*
[OPENMP] Improved diagnostic messages for vars with the predetermined data sh...
Alexey Bataev
2014-06-19
1
-73
/
+77
*
[OPENMP] Reformatting and code improvement.
Alexey Bataev
2014-06-18
1
-25
/
+36
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
1
-123
/
+244
*
Revert "[OPENMP] Initial support for '#pragma omp for'."
Rafael Espindola
2014-06-17
1
-240
/
+123
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
1
-123
/
+240
*
[OPENMP] Initial support of 'reduction' clause
Alexey Bataev
2014-06-16
1
-8
/
+358
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
1
-1
/
+1
*
Fix typos
Alp Toker
2014-06-06
1
-1
/
+1
*
[OPENMP] Parsing/Sema for OMPLasprivateClause.
Alexander Musman
2014-06-04
1
-4
/
+179
*
[OPENMP] Small comment and reformatting fixes.
Alexander Musman
2014-06-04
1
-5
/
+8
*
[OPENMP] Loop canonical form analysis (Sema)
Alexander Musman
2014-06-03
1
-16
/
+491
*
Parsing/Sema for OMPAlignedClause.
Alexander Musman
2014-05-29
1
-4
/
+107
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-5
/
+4
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-5
/
+5
*
[OPENMP] Additional checking for local vars in initial values for threadpriva...
Alexey Bataev
2014-05-28
1
-0
/
+36
*
[OPENMP][C++11] Formatting and make more C++11 compliant of OpenMP sema.
Alexey Bataev
2014-05-28
1
-256
/
+249
*
Parsing/Sema for OMPCollapseClause.
Alexander Musman
2014-05-27
1
-0
/
+19
*
C++11 - Use nullptr in lib/Sema/SemaOpenMP.cpp and some reformatting (no func...
Alexander Musman
2014-05-15
1
-40
/
+42
*
[OPENMP] Removed unnecessary enums from OpenMP constructs
Alexey Bataev
2014-05-12
1
-13
/
+6
*
[OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-2
/
+43
*
[OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...
Alexey Bataev
2014-05-06
1
-0
/
+38
*
Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
2014-05-03
1
-1
/
+0
*
Initial implementation of -modules-earch-all option, for searching for symbol...
John Thompson
2014-04-23
1
-1
/
+1
*
[OPENMP] parsing 'linear' clause (for directive 'omp simd')
Alexander Musman
2014-04-22
1
-1
/
+139
*
Test commit: minor formatting
Fraser Cormack
2014-04-15
1
-2
/
+1
*
[OPENMP] Implemented 'copyin' clause
Alexey Bataev
2014-03-31
1
-3
/
+95
*
Placate -Wunreachable-code by removing unnecessary logic to handle NUM_OPENMP...
Ted Kremenek
2014-03-21
1
-1
/
+3
*
[OPENMP] parsing of clause 'safelen' (for directive 'omp simd')
Alexey Bataev
2014-03-21
1
-0
/
+37
*
[OPENMP] DSA fix
Alexey Bataev
2014-03-18
1
-1
/
+16
*
[OPENMP] Simplified data-sharing attributes analysis.
Alexey Bataev
2014-03-18
1
-16
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-15
/
+15
*
[OPENMP] Small update in threadprivate variables processing to fix template i...
Alexey Bataev
2014-03-07
1
-2
/
+2
*
[OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp si...
Alexey Bataev
2014-03-06
1
-3
/
+4
*
[OPENMP] Clause 'num_threads'
Alexey Bataev
2014-03-06
1
-0
/
+80
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-7
/
+7
*
[OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexey Bataev
2014-02-27
1
-0
/
+27
*
[OPENMP] 'if' clause support (no CodeGen support)
Alexey Bataev
2014-02-13
1
-1
/
+47
*
[OPENMP] Bug fixes in threadprivate declaration and data sharing attributes p...
Alexey Bataev
2014-01-31
1
-34
/
+53
[prev]
[next]