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 4.0] Support for 'linear' clause in 'declare simd' directive.
Alexey Bataev
2016-04-12
1
-46
/
+191
*
[OPENMP 4.0] Support for 'aligned' clause in 'declare simd' directive.
Alexey Bataev
2016-04-12
1
-3
/
+72
*
[OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.
Alexey Bataev
2016-04-12
1
-12
/
+33
*
[OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause in 'declare simd'
Alexey Bataev
2016-04-07
1
-2
/
+12
*
[OPENMP] Parsing and Sema support for 'omp declare target' directive
Dmitry Polukhin
2016-04-06
1
-0
/
+147
*
[OPENMP 4.0] Support for 'inbranch|noinbranch' clauses in 'declare
Alexey Bataev
2016-04-04
1
-4
/
+4
*
[OPENMP] Avoid useless recursive calls in getDSA if it is called in a loop, NFC
Dmitry Polukhin
2016-04-01
1
-5
/
+5
*
[OPENMP 4.5] Allow data members as loop counters in loop-based
Alexey Bataev
2016-04-01
1
-166
/
+229
*
[OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev
2016-03-30
1
-0
/
+28
*
[OPENMP 4.5] Allow data members in 'aligned' clause.
Alexey Bataev
2016-03-29
1
-25
/
+27
*
[OPENMP] Remove extra code transformation.
Alexey Bataev
2016-03-29
1
-282
/
+184
*
[OPENMP] Implementation of codegen for firstprivate clause of target directive
Carlo Bertolli
2016-03-18
1
-0
/
+41
*
[OPENMP 4.5] Allow to use private data members in 'copyprivate' clause.
Alexey Bataev
2016-03-17
1
-43
/
+31
*
[OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.
Alexey Bataev
2016-03-17
1
-178
/
+362
*
[OpenMP] NFC fix compilation warning about unused variable
Dmitry Polukhin
2016-03-11
1
-2
/
+1
*
[OpenMP] Add support for multidimensional array sections in map clause SEMA.
Samuel Antao
2016-03-09
1
-23
/
+144
*
[OPENMP 4.5] Codegen for data members in 'linear' clause.
Alexey Bataev
2016-03-09
1
-6
/
+43
*
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
2016-03-03
1
-0
/
+232
*
[OPENMP 4.5] Initial support for data members in 'linear' clause.
Alexey Bataev
2016-03-03
1
-67
/
+48
*
[OPENMP 4.5] Codegen for data members in 'reduction' clause.
Alexey Bataev
2016-03-02
1
-18
/
+59
*
[OPENMP 4.5] Initial support for data members in 'reduction' clauses.
Alexey Bataev
2016-02-29
1
-125
/
+161
*
[OPENMP 4.5] Codegen for member decls in 'lastprivate' clause.
Alexey Bataev
2016-02-25
1
-22
/
+62
*
[OPENMP 4.5] Support fielddecls in 'shared' clause.
Alexey Bataev
2016-02-25
1
-40
/
+28
*
[OPENMP 4.5] Initial support for data members in 'lastprivate' clause.
Alexey Bataev
2016-02-20
1
-61
/
+46
*
Remove use of builtin comma operator.
Richard Trieu
2016-02-18
1
-1
/
+2
*
[OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.
Alexey Bataev
2016-02-17
1
-2
/
+12
*
[OPENMP] Fix handling loop-based directives with arrays.
Alexey Bataev
2016-02-17
1
-68
/
+106
*
[OPENMP] Allow to use compound assignment operators.
Alexey Bataev
2016-02-16
1
-10
/
+37
*
[OPENMP] Improved handling of pseudo-captured expressions in OpenMP.
Alexey Bataev
2016-02-16
1
-20
/
+41
*
[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.
Alexey Bataev
2016-02-11
1
-40
/
+37
*
[OPENMP 4.5] Initial support for data members in 'firstprivate' clause.
Alexey Bataev
2016-02-10
1
-76
/
+73
*
Fix PR26543: add a check for definition in CXXRecordDecl.
Alexey Bataev
2016-02-10
1
-1
/
+2
*
[OPENMP] Allow to use the variable in the same 'threadprivate'
Alexey Bataev
2016-02-09
1
-3
/
+0
*
Do not mark variable as threadprivate if it was marked already.
Alexey Bataev
2016-02-09
1
-0
/
+3
*
[OPENMP] Allow to reference threadprivate variable in same directive.
Alexey Bataev
2016-02-09
1
-2
/
+8
*
[OPENMP 4.5] Ccapture/codegen of private non-static data members.
Alexey Bataev
2016-02-08
1
-19
/
+75
*
[OPENMP 4.0] Fixed support of array sections/array subscripts.
Alexey Bataev
2016-02-04
1
-5
/
+10
*
[OpenMP] Parsing + sema for target parallel for directive.
Arpith Chacko Jacob
2016-02-03
1
-2
/
+159
*
Reduce initial Sema memory consumption by 400KB. By Elisavet Sakellari.
Axel Naumann
2016-02-03
1
-1
/
+1
*
[OPENMP 4.0] Allow to use 'omp simd' directive inside other simd-regions.
Alexey Bataev
2016-02-02
1
-5
/
+6
*
[OpenMP] Prevent nesting of target constructs within target code execution re...
Arpith Chacko Jacob
2016-02-02
1
-13
/
+35
*
Undoing commit r259366 to debug buildbot failure.
Arpith Chacko Jacob
2016-02-01
1
-37
/
+13
*
[OpenMP] Prevent nesting of target constructs within target code execution re...
Arpith Chacko Jacob
2016-02-01
1
-13
/
+37
*
[OpenMP] Parsing + sema for target parallel directive.
Arpith Chacko Jacob
2016-01-26
1
-2
/
+86
*
[OpenMP] Parsing + sema for defaultmap clause.
Arpith Chacko Jacob
2016-01-26
1
-0
/
+41
*
[OPENMP 4.5] Allow arrays in 'reduction' clause.
Alexey Bataev
2016-01-26
1
-17
/
+7
*
SemaOpenMP.cpp: Fix a warning in r258543. [-Wunused-variable]
NAKAMURA Takumi
2016-01-23
1
-0
/
+1
*
[OpenMP] Update map clause SEMA to support OpenMP 4.5 possible list items.
Samuel Antao
2016-01-22
1
-97
/
+467
*
[OpenMP] Check for at least one map clause on target data directive.
Arpith Chacko Jacob
2016-01-21
1
-0
/
+8
*
[OPENMP 4.5] Allow to use non-static data members in non-static member functi...
Alexey Bataev
2016-01-20
1
-136
/
+215
[next]