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] Fixed detection of canonical loops with random access iterators.
Alexey Bataev
2015-07-16
1
-4
/
+6
*
[OPENMP] http://llvm.org/PR24121: canonical loop rejected when comparison has...
Alexey Bataev
2015-07-15
1
-3
/
+30
*
[OpenMP] Add TLS-based implementation for threadprivate directive.
Samuel Antao
2015-07-13
1
-3
/
+11
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-4
/
+2
*
[OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
2015-07-02
1
-3
/
+54
*
[OPENMP 4.0] Initial support for 'omp cancellation point' construct.
Alexey Bataev
2015-07-01
1
-12
/
+102
*
[OPENMP] Initial support for 'depend' clause (4.0).
Alexey Bataev
2015-06-23
1
-1
/
+73
*
Fix a warning. [-Wsign-compare]
NAKAMURA Takumi
2015-06-23
1
-1
/
+1
*
[OPENMP] Do not emit references to original variables in 'private' clause.
Alexey Bataev
2015-06-23
1
-10
/
+40
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[OPENMP] Support for '#pragma omp taskgroup' directive.
Alexey Bataev
2015-06-18
1
-0
/
+40
*
[OPENMP] Add support for 'omp parallel for' directive.
Alexey Bataev
2015-06-18
1
-0
/
+10
*
[OPENMP] Add support for 'omp for simd' directive.
Alexey Bataev
2015-06-18
1
-0
/
+10
*
[OPENMP] Remove last iteration separation for loop-based constructs.
Alexey Bataev
2015-06-16
1
-4
/
+0
*
[OPENMP] Prepare codegen for privates in tasks for non-capturing of privates ...
Alexey Bataev
2015-05-22
1
-0
/
+9
*
[OPENMP] Fixed codegen for parameters privatization.
Alexey Bataev
2015-05-21
1
-36
/
+3
*
Fix for aggregate copying of variable length arrays.
Alexey Bataev
2015-05-20
1
-1
/
+2
*
[OPENMP] Prohibit VLAs in 'private/firstprivate' clauses of 'task' directive.
Alexey Bataev
2015-05-19
1
-1
/
+31
*
[OPENMP] Prohibit variably modified types in 'copyprivate' clause.
Alexey Bataev
2015-05-19
1
-0
/
+11
*
[OPENMP] Fixed analysis of function arguments and their data sharing attributes.
Alexey Bataev
2015-05-19
1
-46
/
+72
*
[OPENMP] Allow using of threadprivate variables as loop-control variables in ...
Alexey Bataev
2015-05-12
1
-3
/
+4
*
[OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.
Alexey Bataev
2015-05-12
1
-8
/
+26
*
[OPENMP] Code cleanup for capturing of variables in OpenMP regions.
Alexey Bataev
2015-05-08
1
-124
/
+115
*
[OPENMP] Fixed codegen for 'reduction' clause.
Alexey Bataev
2015-05-07
1
-1
/
+1
*
[OPENMP] Fixed messages about predetermined DSA for loop control variables.
Alexey Bataev
2015-05-06
1
-3
/
+10
*
[OPENMP] Fix for http://llvm.org/PR23387: clang fails to compile magick/attri...
Alexey Bataev
2015-05-06
1
-2
/
+4
*
[OPENMP] Allow to use global variables as lcv in loop-based directives.
Alexey Bataev
2015-04-30
1
-20
/
+66
*
[OPENMP] Simplified iteration over clauses, NFC.
Alexey Bataev
2015-04-27
1
-2
/
+2
*
[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
[next]