summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/task_codegen.cpp
AgeCommit message (Expand)Author
2025-10-30[clang][OpenMP] New OpenMP 6.0 threadset clause (#135807)Ritanya-B-Bharadwaj
2024-09-05Reland "[clang] Add nuw attribute to GEPs (#105496)" (#107257)Hari Limaye
2024-08-28Revert "[clang] Add nuw attribute to GEPs" (#106343)Vitaly Buka
2024-08-27[clang] Add nuw attribute to GEPs (#105496)Hari Limaye
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-10-20Revert "Diagnose use of VLAs in C++ by default"Aaron Ballman
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-08-23[OpenMP][NFC] Update clang OpenMP testsJohannes Doerfert
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault
2023-07-11clang: Regenerate OpenMP testsMatt Arsenault
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
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-12-09Revert "[OpenMP] Clang Support for taskwait nowait clause"Chi Chun Chen
2022-12-08[OpenMP] Clang Support for taskwait nowait clauseSunil K
2022-10-07[OpenMP] Convert more 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-18Rerun ./utils/update_cc_test.py on a bunch of testsNicolai Hähnle
2022-05-24[OpenMP] Add codegen for 'omp_all_memory' reserved locator.Mike Rice
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-08Enable inoutset dependency-type in depend clause.David Pagan
2022-01-20[IRGen] Do not overwrite existing attributes in CGCall.Florian Hahn
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
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-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-09Revert "[OpenMP] libomp: implement OpenMP 5.1 inoutset task dependence type"AndreyChurbanov
2021-06-07[OpenMP] libomp: implement OpenMP 5.1 inoutset task dependence typeAndreyChurbanov
2021-05-19[OpenMP][NFC] Remove SIMD check lines for non-simd testsJohannes Doerfert
2021-05-13Return "[CGCall] Annotate `this` argument with alignment"Roman Lebedev
2021-05-06[OpenMP] Overhaul `declare target` handlingJohannes 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-03-31[OPENMP]Fix PR48885: Crash in passing firstprivate args to tasks on Apple M1.Alexey Bataev
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-09-24[OPENMP]Fix PR47621: Variable used by task inside a template function is not ...Alexey Bataev