summaryrefslogtreecommitdiff
path: root/test/OpenMP/parallel_for_simd_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Avoid remainder operations for loop index values on a collapsed loop...Gheorghe-Teodor Bercea2019-01-091-11/+62
* [CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_l...Michael Kruse2018-12-201-8/+8
* [OPENMP] General code improvements.Alexey Bataev2018-04-161-30/+30
* [OPENMP] Remove more empty SourceLocations() from the code.Alexey Bataev2018-01-231-0/+1
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+6
* [OPENMP] Fix PR35156: Get correct thread id with windows exceptions.Alexey Bataev2017-11-021-1/+1
* [OPRNMP] Fix for PR33445: ICE: OpenMP target containing ordered for.Alexey Bataev2017-08-161-1/+1
* [OPENMP] Emit non-debug version of outlined functions with originalAlexey Bataev2017-08-091-0/+1
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* Change a test to be less prone to random failures due toWolfgang Pieb2016-07-291-55/+55
* [OPENMP 4.5] Codegen for 'schedule' clause with monotonic/nonmonotonic modifi...Alexey Bataev2015-12-311-81/+81
* [OPENMP] Remove explicit call for implicit barrierAlexey Bataev2015-12-181-10/+0
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-2/+2
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-5/+2
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-1/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+1
* Update testcases that use precompiled headers to require a target afterAdrian Prantl2015-07-071-1/+1
* [OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev2015-07-031-10/+10
* [OPENMP] Fixed test for '#pragma omp parallel for simd'.Alexey Bataev2015-06-181-1/+1
* [OPENMP] Add support for 'omp parallel for' directive.Alexey Bataev2015-06-181-0/+696