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] 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
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a ...
Ted Kremenek
2013-10-08
1
-2
/
+1
*
[OpenMP] Added parsing and semantic analysis for firstprivate clause
Alexey Bataev
2013-10-01
1
-16
/
+238
*
[OPENMP] Improved variable lookup procedure for threadprivate variables.
Alexey Bataev
2013-09-26
1
-2
/
+35
*
[OPENMP] Bug fixes and improvements.
Alexey Bataev
2013-09-24
1
-2
/
+4
*
Silencing an MSVC warning about an empty control statement (it dislikes ; but...
Aaron Ballman
2013-09-09
1
-2
/
+2
*
OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...
Alexey Bataev
2013-09-06
1
-3
/
+503
*
Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"
Rafael Espindola
2013-09-03
1
-503
/
+3
*
OpenMP: Data-sharing attributes analysis and clause 'shared'
Alexey Bataev
2013-09-03
1
-3
/
+503
*
Refactor all diagnosing of TypoCorrections through a common function, in
Richard Smith
2013-08-17
1
-20
/
+13
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
1
-1
/
+221
*
OpenMP threadprivate with qualified names.
Alexey Bataev
2013-05-13
1
-109
/
+121
*
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
1
-2
/
+2
*
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
1
-0
/
+181