aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/simd_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-11-24Make these tests work more reliably with Release builds.Douglas Yung1-706/+706
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner1-1/+0
2016-04-27[OPENMP] Fix for codegen of captured variables in inlined directives.Alexey Bataev1-4/+8
2016-04-22[OPENMP] Fix for LCV in simd directives in explicit clauses.Alexey Bataev1-3/+5
2016-03-29[OPENMP 4.5] Allow data members in 'aligned' clause.Alexey Bataev1-2/+67
2016-03-29[OPENMP] Remove extra code transformation.Alexey Bataev1-1/+1
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman1-2/+2
2015-09-04[OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trapAlexey Bataev1-0/+4
2015-08-21[OPENMP 4.1] Improved codegen for 'uval' qualifier of 'linear' clause.Alexey Bataev1-0/+129
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl1-1/+1
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl1-1/+1
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl1-1/+1
2015-06-17[OPENMP] Fixed failed test for reduction clause in simd constructs.Alexey Bataev1-6/+6
2015-06-17[OPENMP] Code reformatting for omp simd codegen, NFC.Alexey Bataev1-6/+6
2015-06-17[OPENMP] Supported reduction clause in omp simd construct.Alexey Bataev1-3/+30
2015-06-16[OPENMP] Support lastprivate clause in omp simd directive.Alexey Bataev1-1/+8
2015-06-16[OPENMP] Remove last iteration separation for loop-based constructs.Alexey Bataev1-11/+2
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev1-4/+4
2015-04-29DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith1-1/+1
2015-04-22[OPENMP] Fixed test incompatibility for simd codegen.Alexey Bataev1-1/+1
2015-04-22[OPENMP] Fix use of unsigned counters in loops with zero trip count.Alexey Bataev1-25/+2
2015-03-21Small test fix for r232890Alexander Musman1-1/+1
2015-03-21[OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive.Alexander Musman1-4/+63
2015-03-16[OPENMP] Enable codegen of the ‘private’ clause for ‘omp simd’ directiveAlexander Musman1-4/+20
2015-03-10[OPENMP] Fixed tests for non-debug builds. NFC.Alexey Bataev1-1/+1
2015-03-10[OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev1-7/+18
2015-03-10Revert "[OPENMP] Improved code for generating debug info + generation of all ...Rafael Espindola1-18/+7
2015-03-10[OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev1-7/+18
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-42/+42
2015-02-26[OPENMP] Fixed codegen for directives without function outlining.Alexey Bataev1-0/+8
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-1/+1
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-1/+1
2014-10-01[OPENMP] Loop collapsing and codegen for 'omp simd' directive.Alexander Musman1-0/+407