summaryrefslogtreecommitdiff
path: root/test/OpenMP/for_private_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-6/+6
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-6/+6
* Bring r325915 back.Rafael Espindola2018-02-231-2/+2
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+7
* [OPENMP] Capture references to global variables.Alexey Bataev2017-10-061-4/+14
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* Allow static local variables specified on data-sharing attribute clauses.Kelvin Li2015-09-151-3/+45
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-14/+8
* [OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trapAlexey Bataev2015-09-041-4/+9
* [OPENMP] Drop type qualifiers from private variables.Alexey Bataev2015-07-141-4/+4
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-0/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+0
* Update testcases that use precompiled headers to require a target afterAdrian Prantl2015-07-071-0/+1
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-10/+10
* [OPENMP] Do not emit references to original variables in 'private' clause.Alexey Bataev2015-06-231-2/+3
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-5/+5
* [OPENMP] Fix crash on loop control vars explicitly marked as private.Alexey Bataev2015-04-281-0/+6
* [OPENMP] Codegen for 'private' clause in 'for' directive.Alexey Bataev2015-04-221-0/+182