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] Sema and parse for 'distribute parallel for simd'
Kelvin Li
2016-07-05
1
-0
/
+152
*
[OpenMP] Issue warning if a simd construct nested inside another simd
Kelvin Li
2016-07-01
1
-6
/
+10
*
[OpenMP] Diagnose missing cases of statements between target and teams direct...
Kelvin Li
2016-06-27
1
-0
/
+3
*
Resubmission of http://reviews.llvm.org/D21564 after fixes.
Carlo Bertolli
2016-06-27
1
-14
/
+204
*
Revert r273705
Carlo Bertolli
2016-06-24
1
-204
/
+14
*
[OpenMP] Initial implementation of parse and sema for composite pragma 'distr...
Carlo Bertolli
2016-06-24
1
-14
/
+204
*
Re-commit r273548, reverted in r273589, with a fix to not produce
Richard Smith
2016-06-23
1
-6
/
+4
*
Revert r273548, "Rearrange condition handling so that semantic checks on a co...
Peter Collingbourne
2016-06-23
1
-4
/
+6
*
Rearrange condition handling so that semantic checks on a condition variable
Richard Smith
2016-06-23
1
-6
/
+4
*
Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...
Tim Shen
2016-06-21
1
-0
/
+8
*
[OPENMP] Fix crash for 'schedule|dist_schedule' clauses during
Alexey Bataev
2016-06-15
1
-2
/
+4
*
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...
Tim Shen
2016-06-09
1
-8
/
+0
*
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
Tim Shen
2016-06-09
1
-0
/
+8
*
[OpenMP] Fix SEMA bug in the capture of global variables in template functions.
Samuel Antao
2016-05-27
1
-2
/
+4
*
[OpenMP] Parsing and sema support for the from clause
Samuel Antao
2016-05-26
1
-6
/
+27
*
[OpenMP] Parsing and sema support for the to clause
Samuel Antao
2016-05-26
1
-97
/
+172
*
[OpenMP] Parsing and sema support for target update directive
Samuel Antao
2016-05-26
1
-1
/
+22
*
[OPENMP 4.5] Codegen for dacross loop synchronization constructs.
Alexey Bataev
2016-05-25
1
-62
/
+140
*
[OPENMP] Pass scalar firstprivate vars by value.
Alexey Bataev
2016-05-17
1
-157
/
+162
*
[OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5
Dmitry Polukhin
2016-05-09
1
-10
/
+83
*
[OPENMP] Fix detection of explicit data-sharing attributes in templates.
Alexey Bataev
2016-04-29
1
-0
/
+6
*
[OPENMP 4.5] Initial codegen for 'taskloop simd' directive.
Alexey Bataev
2016-04-28
1
-9
/
+2
*
[OpenMP] Map clause codegeneration.
Samuel Antao
2016-04-27
1
-5
/
+45
*
[OpenMP] Improve mappable expressions Sema.
Samuel Antao
2016-04-26
1
-129
/
+141
*
[OPENMP 4.5] Codegen for 'taskloop' directive.
Alexey Bataev
2016-04-25
1
-5
/
+40
*
[OPENMP] Fix for LCV in simd directives in explicit clauses.
Alexey Bataev
2016-04-22
1
-29
/
+66
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-20
1
-6
/
+5
*
Revert "[OPENMP] Codegen for untied tasks."
Alexey Bataev
2016-04-19
1
-5
/
+6
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-19
1
-6
/
+5
*
Revert "[OPENMP] Codegen for untied tasks."
Alexey Bataev
2016-04-19
1
-5
/
+6
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-19
1
-6
/
+5
*
[OPENMP 4.0] Fixed DSA analysis for taskloop directives.
Alexey Bataev
2016-04-13
1
-30
/
+27
*
[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
[prev]
[next]