summaryrefslogtreecommitdiff
path: root/test/OpenMP/for_lastprivate_codegen.cpp
AgeCommit message (Expand)Author
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-12-08[OPENMP] Simplify codegen for loop iteration variables in loop preamble.Alexey Bataev
2017-12-04[OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration sp...Alexey Bataev
2017-10-06[OPENMP] Capture references to global variables.Alexey Bataev
2016-11-15[OPENMP] Fix for PR30632: Name mangling issue.Alexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-04-22[OPENMP] Fix for LCV in simd directives in explicit clauses.Alexey Bataev
2016-04-01[OPENMP 4.5] Allow data members as loop counters in loop-basedAlexey Bataev
2016-03-02[OPENMP 4.5] Codegen for data members in 'reduction' clause.Alexey Bataev
2016-02-25[OPENMP 4.5] Codegen for member decls in 'lastprivate' clause.Alexey Bataev
2016-02-18[OPENMP] Fix codegen for lastprivate loop counters.Alexey Bataev
2015-12-18[OPENMP] Remove explicit call for implicit barrierAlexey Bataev
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-09-15Allow static local variables specified on data-sharing attribute clauses.Kelvin Li
2015-09-15[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev
2015-09-10[OPENMP] Propagate alignment from original variables to the private copies.Alexey Bataev
2015-09-10[OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev
2015-09-04[OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trapAlexey Bataev
2015-08-18[OPENMP 4.1] Allow variables with reference types in private clauses.Alexey Bataev
2015-07-14[OPENMP] Drop type qualifiers from private variables.Alexey Bataev
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl
2015-07-07Update testcases that use precompiled headers to require a target afterAdrian Prantl
2015-05-21[OPENMP] Fixed codegen for lastprivate LCV in worksharing constructs.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-05-13[OPENMP] Fixed codegen for firstprivate variables, also marked as lastprivate.Alexey Bataev
2015-05-08[OPENMP] Code cleanup for capturing of variables in OpenMP regions.Alexey Bataev
2015-04-22[OPENMP] Fix use of unsigned counters in loops with zero trip count.Alexey Bataev
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2015-04-16[OPENMP] Codegen for 'lastprivate' clause in 'for' directive.Alexey Bataev