summaryrefslogtreecommitdiff
path: root/test/OpenMP/for_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-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-31[OPENMP] Fix the test, NFC.Alexey Bataev
2017-08-31[OPENMP] Fix for PR34398: assert with random access iterator if theAlexey 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-12-20[OPENMP] Fix for PR31416: Clang crashes on OMPCapturedExpr during sourceAlexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-06-15[OPENMP] Fix crash for 'schedule|dist_schedule' clauses duringAlexey Bataev
2016-05-10[OPENMP 4.5] Add codegen support in runtime for '[non]monotonic'Alexey Bataev
2016-03-29[OPENMP] Remove extra code transformation.Alexey Bataev
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-09-15[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev
2015-08-18[OPENMP 4.1] Allow variables with reference types in private clauses.Alexey Bataev
2015-08-14[OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75.Alexey Bataev
2015-08-06[OPENMP 4.1] Allow references in init expression for loop-based constructs.Alexey Bataev
2015-07-16[OPENMP] Fixed detection of canonical loops with random access iterators.Alexey Bataev
2015-07-15[OPENMP] http://llvm.org/PR24121: canonical loop rejected when comparison has...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-07Wrap clang modules and pch files in an object file container.Adrian 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-05-07[OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dyna...Alexey Bataev
2015-04-30[OPENMP] Allow to use global variables as lcv in loop-based directives.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-03-30[OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.Alexey Bataev
2015-03-12[OPENMP] CodeGen - 'omp for' with dynamic schedule kinds.Alexander Musman
2015-03-10[OPENMP] Fixed tests for non-debug builds. NFC.Alexey Bataev
2015-03-10[OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev
2015-03-10Revert "[OPENMP] Improved code for generating debug info + generation of all ...Rafael Espindola
2015-03-10[OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-26[OPENMP] Fixed codegen for directives without function outlining.Alexey Bataev
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-01-22Support ‘omp for’ with static chunked schedule kind.Alexander Musman
2014-12-15Test for 'omp for' (for r224233).Alexander Musman