summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/sections_firstprivate_codegen.cpp
AgeCommit message (Expand)Author
2016-05-24[OPENMP] Fixed codegen for firstprivate vars in standalone worksharingAlexey Bataev
2016-05-17[OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev
2016-02-15[OPENMP] Remove extra sync barriers for 'firstprivate' clause.Alexey Bataev
2016-01-22[OPENMP] Generalize codegen for 'sections'-based directive.Alexey 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] Outlined function for parallel and other regions with list of captur...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-07-03[OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-04-24[OPENMP] Codegen for 'firstprivate' clause in 'sections' directive.Alexey Bataev