summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_for_codegen.cpp
AgeCommit message (Expand)Author
2019-09-17[OPENMP]Try to rework the test to pacify the buildbots, NFC.Alexey Bataev
2019-09-17[OPENMP] Fix the test, NFCAlexey Bataev
2019-09-16[OPENMP]Fix the test, NFC.Alexey Bataev
2019-09-11[OPENMP] Update the diagnosis message for canonical loop form, by ChiAlexey Bataev
2019-01-29[OPENMP]Make the loop with unsigned counter countable.Alexey Bataev
2018-11-21[OPENMP] Support relational-op != (not-equal) as one of the canonical Kelvin Li
2018-10-29[OPENMP] Do not capture private loop counters.Alexey Bataev
2018-08-29[OPENMP] Create non-const ident_t objects.Mike Rice
2018-02-16[OPENMP] Fix PR35873: Fix data-sharing attributes for const variables.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-12-22[OPENMP] Captured arguments of the capturable clauses by value.Alexey Bataev
2017-11-02[OPENMP] Fix PR35156: Get correct thread id with windows exceptions.Alexey Bataev
2017-09-06[OPENMP] Fix for PR33922: New ident_t flags forAlexey Bataev
2017-08-16[OPRNMP] Fix for PR33445: ICE: OpenMP target containing ordered for.Alexey Bataev
2017-08-14[OPENMP] Fix for PR33922: New ident_t flags forAlexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2015-12-18[OPENMP] Remove explicit call for implicit barrierAlexey Bataev
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-09-10[OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev
2015-09-03[OPENMP] Fix for http://llvm.org/PR24687: ICE on compilation of R package TPmsm.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-06-11[OPENMP] Fox for http://llvm.org/PR23663: OpenMP crashAlexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-05-12[OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.Alexey Bataev
2015-04-29DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith
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-13[OPENMP] Initial codegen for 'parallel for' directive.Alexey Bataev