summaryrefslogtreecommitdiff
path: root/test/OpenMP
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Teach X86_64ABIInfo about AVX512.Ahmed Bougacha2015-06-221-0/+3
* [OPENMP] Codegen for 'proc_bind' clause (4.0).Alexey Bataev2015-06-181-0/+52
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-183-0/+152
* [OPENMP] Fixed test for '#pragma omp parallel for simd'.Alexey Bataev2015-06-181-1/+1
* [OPENMP] Add support for 'omp parallel for' directive.Alexey Bataev2015-06-181-0/+696
* [OPENMP] Add support for 'omp for simd' directive.Alexey Bataev2015-06-181-0/+686
* [OPENMP] Fixed failed test for reduction clause in simd constructs.Alexey Bataev2015-06-171-6/+6
* [OPENMP] Code reformatting for omp simd codegen, NFC.Alexey Bataev2015-06-171-6/+6
* [OPENMP] Supported reduction clause in omp simd construct.Alexey Bataev2015-06-171-3/+30
* [OPENMP] Support lastprivate clause in omp simd directive.Alexey Bataev2015-06-161-1/+8
* [OPENMP] Remove last iteration separation for loop-based constructs.Alexey Bataev2015-06-161-11/+2
* [OPENMP] Fox for http://llvm.org/PR23663: OpenMP crashAlexey Bataev2015-06-111-2/+8
* [OPENMP] Prepare codegen for privates in tasks for non-capturing of privates ...Alexey Bataev2015-05-222-114/+132
* [OpenMP] Test AVX default SIMD alignment. NFC.Ahmed Bougacha2015-05-221-6/+16
* [OPENMP] Fixed codegen for parameters privatization.Alexey Bataev2015-05-2110-37/+29
* [OPENMP] Fixed codegen for lastprivate LCV in worksharing constructs.Alexey Bataev2015-05-211-0/+55
* [OpenMP] Make default OpenMP library (the one selected with just -fopenmp)Richard Smith2015-05-201-4/+6
* [OPENMP] Fix codegen for ordered loop directives.Alexey Bataev2015-05-201-13/+15
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-20181-381/+363
* Fix for aggregate copying of variable length arrays.Alexey Bataev2015-05-201-2/+11
* [OPENMP] Fixed codegen for copying/initialization of array variables/parameters.Alexey Bataev2015-05-195-0/+112
* [OPENMP] Prohibit VLAs in 'private/firstprivate' clauses of 'task' directive.Alexey Bataev2015-05-193-1/+11
* [OPENMP] Prohibit variably modified types in 'copyprivate' clause.Alexey Bataev2015-05-191-2/+2
* [OPENMP] Fixed analysis of function arguments and their data sharing attributes.Alexey Bataev2015-05-194-4/+30
* [OPENMP] Fix for '#pragma omp task' codegen.Alexey Bataev2015-05-182-44/+42
* [OPENMP] Fixed bug in atomic update/capture/write constructs.Alexey Bataev2015-05-156-668/+382
* [OPENMP] Fixed codegen for firstprivate variables, also marked as lastprivate.Alexey Bataev2015-05-131-0/+38
* [OPENMP] Allow using of threadprivate variables as loop-control variables in ...Alexey Bataev2015-05-125-12/+6
* [OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.Alexey Bataev2015-05-121-1/+25
* [OPENMP] Fixed atomic construct with non-integer expressions.Alexey Bataev2015-05-081-0/+3
* [OPENMP] Code cleanup for capturing of variables in OpenMP regions.Alexey Bataev2015-05-081-1/+14
* [OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dyna...Alexey Bataev2015-05-072-2/+11
* [OPENMP] Fixed test for reduction on 'sections' directive.Alexey Bataev2015-05-071-1/+1
* [OPENMP] Fixed codegen for 'reduction' clause.Alexey Bataev2015-05-073-104/+92
* [OPENMP] Fixed messages about predetermined DSA for loop control variables.Alexey Bataev2015-05-061-1/+1
* [OPENMP] Fix for http://llvm.org/PR23387: clang fails to compile magick/attri...Alexey Bataev2015-05-061-0/+18
* [OPENMP] Allow use of macros in OpenMP directives/clauses.Alexey Bataev2015-05-051-0/+4
* [OPENMP] Codegen for 'firstprivate' clause in 'task' directive.Alexey Bataev2015-05-051-0/+401
* Suppress clang/test/OpenMP/task_private_codegen.cpp on win32 for now. Investi...NAKAMURA Takumi2015-05-011-1/+4
* [OPENMP] Mark test as not compatible with MS Windows.Alexey Bataev2015-04-301-0/+1
* [OPENMP] Codegen for 'private' clause in 'task' directive.Alexey Bataev2015-04-301-0/+360
* [OPENMP] Allow to use global variables as lcv in loop-based directives.Alexey Bataev2015-04-306-11/+41
* [OPENMP] Fixed codegen for 'copyprivate' clause.Alexey Bataev2015-04-301-2/+2
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-297-17/+17
* [OPENMP] Fix crash on reductions codegen for short circuit reduction operations.Alexey Bataev2015-04-291-0/+6
* [OPENMP] Fix crash on loop control vars explicitly marked as private.Alexey Bataev2015-04-281-0/+6
* [OPENMP] Codegen for 'taskwait' directive.Alexey Bataev2015-04-271-0/+31
* [OPENMP] Codegen for 'reduction' clause in 'sections' directive.Alexey Bataev2015-04-271-0/+472
* [OPENMP] Codegen for 'lastprivate' clause in 'sections' directive.Alexey Bataev2015-04-271-0/+332
* [OPENMP] Codegen for 'private' clause in 'sections' directive.Alexey Bataev2015-04-271-0/+192