summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/cancel_codegen.cpp
AgeCommit message (Expand)Author
2025-03-07[mlir][OpenMP] fix crash outlining infinite loop (#129872)Tom Eccles
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2023-11-03[NFC][OpenMP][Clang]Update OpenMP clang testsDominik Adamski
2023-08-23[OpenMP][NFC] Update clang OpenMP testsJohannes Doerfert
2023-07-11clang: Regenerate OpenMP testsMatt Arsenault
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
2023-01-09[OpenMP][NFC] Rerun the update_cc_test_checks on most OpenMP testsJohannes Doerfert
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis
2022-07-20Inliner: don't mark call sites as 'nounwind' if that would be redundantNicolai Hähnle
2022-07-01[OpenMP][NFC] Reuse check lines for Clang/OpenMP testsJohannes Doerfert
2022-04-26[OpenMPIRBuilder] Remove ContinuationBB argument from Body callback.Michael Kruse
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-28[OpenMPIRBuilder] Implement static-chunked workshare-loop schedules.Michael Kruse
2022-01-25[OMPIRBuilder] Generate aggregate argument for parallel region outlined funct...Giorgis Georgakoudis
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-12-01[OpenMP][IRBuilder] Fix createSectionsShraiysh Vaishay
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-09-21Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis
2021-09-21[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis
2021-08-25[CodeExtractor] Preserve topological order for the return blocks.Vyacheslav Zakharin
2021-07-19Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis
2021-07-16[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis
2021-06-25[OpenMP] Add Module metadata for OpenMP compilationJoseph Huber
2021-06-04[OPENMP]Fix PR50129: omp cancel parallel not working as expected.Alexey Bataev
2021-05-19[OpenMP][NFC] Remove SIMD check lines for non-simd testsJohannes Doerfert
2021-05-05[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis
2021-05-04Revert "[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checks"Giorgis Georgakoudis
2021-05-04[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis
2021-04-29[Clang][OpenMP] Frontend work for sections - D89671Chirag Khandelwal
2020-08-13[OpenMP] Ensure testing for versions 4.5 and default - Part 1Saiyedul Islam
2020-07-30[OpenMP][FIX] Consistently use OpenMPIRBuilder if requestedJohannes Doerfert
2020-07-14[OpenMP][IRBuilder] Support nested parallel regionsJohannes Doerfert
2020-02-19[OpenMP][OMPIRBuilder] Introducing the `OMPBuilderCBHelpers` helper classFady Ghanim
2020-02-13[OpenMP][FIX] Collect blocks to be outlined after finalizationJohannes Doerfert
2019-12-30[OpenMP] Use the OpenMPIRBuilder for `omp parallel`Johannes Doerfert
2019-12-11[OpenMP] Use the OpenMP-IR-BuilderJohannes Doerfert
2018-04-16[OPENMP] General code improvements.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-02-17[OpenMP] Remove barriers at cancel and cancellation pointJonas Hahnfeld
2016-12-20[OPENMP] Fix for PR31428: variable named like directive name modifierAlexey Bataev