summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/simd_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make these tests work more reliably with Release builds.Douglas Yung2016-11-241-706/+706
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* [OPENMP] Fix for codegen of captured variables in inlined directives.Alexey Bataev2016-04-271-4/+8
* [OPENMP] Fix for LCV in simd directives in explicit clauses.Alexey Bataev2016-04-221-3/+5
* [OPENMP 4.5] Allow data members in 'aligned' clause.Alexey Bataev2016-03-291-2/+67
* [OPENMP] Remove extra code transformation.Alexey Bataev2016-03-291-1/+1
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-2/+2
* [OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trapAlexey Bataev2015-09-041-0/+4
* [OPENMP 4.1] Improved codegen for 'uval' qualifier of 'linear' clause.Alexey Bataev2015-08-211-0/+129
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-1/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+1
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-1/+1
* [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] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-4/+4
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-1/+1
* [OPENMP] Fixed test incompatibility for simd codegen.Alexey Bataev2015-04-221-1/+1
* [OPENMP] Fix use of unsigned counters in loops with zero trip count.Alexey Bataev2015-04-221-25/+2
* Small test fix for r232890Alexander Musman2015-03-211-1/+1
* [OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive.Alexander Musman2015-03-211-4/+63
* [OPENMP] Enable codegen of the ‘private’ clause for ‘omp simd’ directiveAlexander Musman2015-03-161-4/+20
* [OPENMP] Fixed tests for non-debug builds. NFC.Alexey Bataev2015-03-101-1/+1
* [OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev2015-03-101-7/+18
* Revert "[OPENMP] Improved code for generating debug info + generation of all ...Rafael Espindola2015-03-101-18/+7
* [OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev2015-03-101-7/+18
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-42/+42
* [OPENMP] Fixed codegen for directives without function outlining.Alexey Bataev2015-02-261-0/+8
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-1/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-1/+1
* [OPENMP] Loop collapsing and codegen for 'omp simd' directive.Alexander Musman2014-10-011-0/+407