aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/task_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-09-05Reland "[clang] Add nuw attribute to GEPs (#105496)" (#107257)Hari Limaye1-124/+124
2024-08-28Revert "[clang] Add nuw attribute to GEPs" (#106343)Vitaly Buka1-124/+124
2024-08-27[clang] Add nuw attribute to GEPs (#105496)Hari Limaye1-124/+124
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye1-2593/+2593
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman1-12/+12
2023-10-20Revert "Diagnose use of VLAs in C++ by default"Aaron Ballman1-12/+12
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman1-12/+12
2023-08-23[OpenMP][NFC] Update clang OpenMP testsJohannes Doerfert1-1358/+1358
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault1-16/+16
2023-07-11clang: Regenerate OpenMP testsMatt Arsenault1-1358/+1358
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar1-12/+1625
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-38/+38
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein1-38/+38
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-38/+38
2022-12-09Revert "[OpenMP] Clang Support for taskwait nowait clause"Chi Chun Chen1-7/+7
2022-12-08[OpenMP] Clang Support for taskwait nowait clauseSunil K1-7/+7
2022-10-07[OpenMP] Convert more tests to opaque pointers (NFC)Nikita Popov1-6527/+5991
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti1-273/+258
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-258/+273
2022-07-20Inliner: don't mark call sites as 'nounwind' if that would be redundantNicolai Hähnle1-176/+176
2022-07-18Rerun ./utils/update_cc_test.py on a bunch of testsNicolai Hähnle1-79/+79
2022-05-24[OpenMP] Add codegen for 'omp_all_memory' reserved locator.Mike Rice1-402/+1315
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-18/+18
2022-02-08Enable inoutset dependency-type in depend clause.David Pagan1-0/+3561
2022-01-20[IRGen] Do not overwrite existing attributes in CGCall.Florian Hahn1-80/+80
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-142/+142
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-142/+142
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-142/+142
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-142/+142
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-142/+142
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-142/+142
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-142/+142
2021-09-21Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-102/+92
2021-09-21[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-92/+102
2021-07-19Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-102/+92
2021-07-16[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-92/+102
2021-06-25[OpenMP] Add Module metadata for OpenMP compilationJoseph Huber1-749/+748
2021-06-09Revert "[OpenMP] libomp: implement OpenMP 5.1 inoutset task dependence type"AndreyChurbanov1-44/+44
2021-06-07[OpenMP] libomp: implement OpenMP 5.1 inoutset task dependence typeAndreyChurbanov1-44/+44
2021-05-19[OpenMP][NFC] Remove SIMD check lines for non-simd testsJohannes Doerfert1-340/+3
2021-05-13Return "[CGCall] Annotate `this` argument with alignment"Roman Lebedev1-120/+120
2021-05-06[OpenMP] Overhaul `declare target` handlingJohannes Doerfert1-268/+268
2021-05-05[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-294/+4886
2021-05-04Revert "[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checks"Giorgis Georgakoudis1-4886/+294
2021-05-04[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-294/+4886
2021-03-31[OPENMP]Fix PR48885: Crash in passing firstprivate args to tasks on Apple M1.Alexey Bataev1-1/+2
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-1/+1
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson1-6/+6
2020-09-24[OPENMP]Fix PR47621: Variable used by task inside a template function is not ...Alexey Bataev1-0/+47
2020-09-24Revert "[OPENMP]Fix PR47621: Variable used by task inside a template function...Alexey Bataev1-45/+0