summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_for_simd_codegen.cpp
AgeCommit message (Expand)Author
2025-05-26[Clang][CodeGen] Add metadata for load from reference (#98746)Yingwei Zheng
2023-05-17[clang] Convert remaining OpenMP tests to opaque pointersSergei Barannikov
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein
2022-09-13[OpenMP] Extend lit test for parallel for simd constructAnimesh Kumar
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-12-02[OPENMP]Fix PR50733: unexpected final value of list-item in linear clause in ...Alexey Bataev
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-06-22[Clang][OpenMP] Monotonic does not apply to SIMDGraham Hunter
2020-08-27[OpenMP] Ensure testing for versions 4.5 and default - Part 3Saiyedul Islam
2020-07-15[CodeGen] Emit a call instruction instead of an invoke if the calledAkira Hatanaka
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam
2019-11-27[OPENMP50]Add if clause in parallel for simd directive.Alexey Bataev
2019-01-09[OpenMP] Avoid remainder operations for loop index values on a collapsed loop...Gheorghe-Teodor Bercea
2018-12-20[CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_l...Michael Kruse
2018-04-16[OPENMP] General code improvements.Alexey Bataev
2018-01-23[OPENMP] Remove more empty SourceLocations() from the code.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-11-02[OPENMP] Fix PR35156: Get correct thread id with windows exceptions.Alexey Bataev
2017-08-16[OPRNMP] Fix for PR33445: ICE: OpenMP target containing ordered for.Alexey Bataev
2017-08-09[OPENMP] Emit non-debug version of outlined functions with originalAlexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-07-29Change a test to be less prone to random failures due toWolfgang Pieb
2015-12-31[OPENMP 4.5] Codegen for 'schedule' clause with monotonic/nonmonotonic modifi...Alexey Bataev
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-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-18[OPENMP] Fixed test for '#pragma omp parallel for simd'.Alexey Bataev
2015-06-18[OPENMP] Add support for 'omp parallel for' directive.Alexey Bataev