index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
OpenMP
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Teach X86_64ABIInfo about AVX512.
Ahmed Bougacha
2015-06-22
1
-0
/
+3
*
[OPENMP] Codegen for 'proc_bind' clause (4.0).
Alexey Bataev
2015-06-18
1
-0
/
+52
*
[OPENMP] Support for '#pragma omp taskgroup' directive.
Alexey Bataev
2015-06-18
3
-0
/
+152
*
[OPENMP] Fixed test for '#pragma omp parallel for simd'.
Alexey Bataev
2015-06-18
1
-1
/
+1
*
[OPENMP] Add support for 'omp parallel for' directive.
Alexey Bataev
2015-06-18
1
-0
/
+696
*
[OPENMP] Add support for 'omp for simd' directive.
Alexey Bataev
2015-06-18
1
-0
/
+686
*
[OPENMP] Fixed failed test for reduction clause in simd constructs.
Alexey Bataev
2015-06-17
1
-6
/
+6
*
[OPENMP] Code reformatting for omp simd codegen, NFC.
Alexey Bataev
2015-06-17
1
-6
/
+6
*
[OPENMP] Supported reduction clause in omp simd construct.
Alexey Bataev
2015-06-17
1
-3
/
+30
*
[OPENMP] Support lastprivate clause in omp simd directive.
Alexey Bataev
2015-06-16
1
-1
/
+8
*
[OPENMP] Remove last iteration separation for loop-based constructs.
Alexey Bataev
2015-06-16
1
-11
/
+2
*
[OPENMP] Fox for http://llvm.org/PR23663: OpenMP crash
Alexey Bataev
2015-06-11
1
-2
/
+8
*
[OPENMP] Prepare codegen for privates in tasks for non-capturing of privates ...
Alexey Bataev
2015-05-22
2
-114
/
+132
*
[OpenMP] Test AVX default SIMD alignment. NFC.
Ahmed Bougacha
2015-05-22
1
-6
/
+16
*
[OPENMP] Fixed codegen for parameters privatization.
Alexey Bataev
2015-05-21
10
-37
/
+29
*
[OPENMP] Fixed codegen for lastprivate LCV in worksharing constructs.
Alexey Bataev
2015-05-21
1
-0
/
+55
*
[OpenMP] Make default OpenMP library (the one selected with just -fopenmp)
Richard Smith
2015-05-20
1
-4
/
+6
*
[OPENMP] Fix codegen for ordered loop directives.
Alexey Bataev
2015-05-20
1
-13
/
+15
*
[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)
Alexey Bataev
2015-05-20
181
-381
/
+363
*
Fix for aggregate copying of variable length arrays.
Alexey Bataev
2015-05-20
1
-2
/
+11
*
[OPENMP] Fixed codegen for copying/initialization of array variables/parameters.
Alexey Bataev
2015-05-19
5
-0
/
+112
*
[OPENMP] Prohibit VLAs in 'private/firstprivate' clauses of 'task' directive.
Alexey Bataev
2015-05-19
3
-1
/
+11
*
[OPENMP] Prohibit variably modified types in 'copyprivate' clause.
Alexey Bataev
2015-05-19
1
-2
/
+2
*
[OPENMP] Fixed analysis of function arguments and their data sharing attributes.
Alexey Bataev
2015-05-19
4
-4
/
+30
*
[OPENMP] Fix for '#pragma omp task' codegen.
Alexey Bataev
2015-05-18
2
-44
/
+42
*
[OPENMP] Fixed bug in atomic update/capture/write constructs.
Alexey Bataev
2015-05-15
6
-668
/
+382
*
[OPENMP] Fixed codegen for firstprivate variables, also marked as lastprivate.
Alexey Bataev
2015-05-13
1
-0
/
+38
*
[OPENMP] Allow using of threadprivate variables as loop-control variables in ...
Alexey Bataev
2015-05-12
5
-12
/
+6
*
[OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.
Alexey Bataev
2015-05-12
1
-1
/
+25
*
[OPENMP] Fixed atomic construct with non-integer expressions.
Alexey Bataev
2015-05-08
1
-0
/
+3
*
[OPENMP] Code cleanup for capturing of variables in OpenMP regions.
Alexey Bataev
2015-05-08
1
-1
/
+14
*
[OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dyna...
Alexey Bataev
2015-05-07
2
-2
/
+11
*
[OPENMP] Fixed test for reduction on 'sections' directive.
Alexey Bataev
2015-05-07
1
-1
/
+1
*
[OPENMP] Fixed codegen for 'reduction' clause.
Alexey Bataev
2015-05-07
3
-104
/
+92
*
[OPENMP] Fixed messages about predetermined DSA for loop control variables.
Alexey Bataev
2015-05-06
1
-1
/
+1
*
[OPENMP] Fix for http://llvm.org/PR23387: clang fails to compile magick/attri...
Alexey Bataev
2015-05-06
1
-0
/
+18
*
[OPENMP] Allow use of macros in OpenMP directives/clauses.
Alexey Bataev
2015-05-05
1
-0
/
+4
*
[OPENMP] Codegen for 'firstprivate' clause in 'task' directive.
Alexey Bataev
2015-05-05
1
-0
/
+401
*
Suppress clang/test/OpenMP/task_private_codegen.cpp on win32 for now. Investi...
NAKAMURA Takumi
2015-05-01
1
-1
/
+4
*
[OPENMP] Mark test as not compatible with MS Windows.
Alexey Bataev
2015-04-30
1
-0
/
+1
*
[OPENMP] Codegen for 'private' clause in 'task' directive.
Alexey Bataev
2015-04-30
1
-0
/
+360
*
[OPENMP] Allow to use global variables as lcv in loop-based directives.
Alexey Bataev
2015-04-30
6
-11
/
+41
*
[OPENMP] Fixed codegen for 'copyprivate' clause.
Alexey Bataev
2015-04-30
1
-2
/
+2
*
DebugInfo: Metadata constructs now start with DI*
Duncan P. N. Exon Smith
2015-04-29
7
-17
/
+17
*
[OPENMP] Fix crash on reductions codegen for short circuit reduction operations.
Alexey Bataev
2015-04-29
1
-0
/
+6
*
[OPENMP] Fix crash on loop control vars explicitly marked as private.
Alexey Bataev
2015-04-28
1
-0
/
+6
*
[OPENMP] Codegen for 'taskwait' directive.
Alexey Bataev
2015-04-27
1
-0
/
+31
*
[OPENMP] Codegen for 'reduction' clause in 'sections' directive.
Alexey Bataev
2015-04-27
1
-0
/
+472
*
[OPENMP] Codegen for 'lastprivate' clause in 'sections' directive.
Alexey Bataev
2015-04-27
1
-0
/
+332
*
[OPENMP] Codegen for 'private' clause in 'sections' directive.
Alexey Bataev
2015-04-27
1
-0
/
+192
[next]