summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/sections_reduction_codegen.cpp
AgeCommit message (Expand)Author
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
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-07Add target requirements to testcases that emit PCH.Adrian Prantl
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-05-07[OPENMP] Fixed test for reduction on 'sections' directive.Alexey Bataev
2015-05-07[OPENMP] Fixed codegen for 'reduction' clause.Alexey Bataev
2015-04-27[OPENMP] Codegen for 'reduction' clause in 'sections' directive.Alexey Bataev