aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_for_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-09-05Reland "[clang] Add nuw attribute to GEPs (#105496)" (#107257)Hari Limaye1-72/+72
2024-08-28Revert "[clang] Add nuw attribute to GEPs" (#106343)Vitaly Buka1-72/+72
2024-08-27[clang] Add nuw attribute to GEPs (#105496)Hari Limaye1-72/+72
2024-07-01[OpenMP][offload] Fix dynamic schedule tracking (#97065)Gheorghe-Teodor Bercea1-6/+30
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman1-14/+14
2023-10-20Revert "Diagnose use of VLAs in C++ by default"Aaron Ballman1-14/+14
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman1-14/+14
2023-08-23[OpenMP][NFC] Update clang OpenMP testsJohannes Doerfert1-4/+4
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault1-16/+16
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-76/+76
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein1-76/+76
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-76/+76
2022-11-29[clang][CodeGen] Add default attributes to __clang_call_terminateJohn Brawn1-3/+3
2022-10-07[OpenMP] Convert more tests to opaque pointers (NFC)Nikita Popov1-2691/+2673
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti1-2495/+2225
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-2225/+2495
2022-07-01[OpenMP][NFC] Reuse check lines for Clang/OpenMP testsJohannes Doerfert1-2660/+3
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-19/+19
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-112/+112
2021-12-23[OpenMP] Fix incorrect type when casting from uintptrNikita Popov1-12/+12
2021-12-22[OpenMP] Regenerate test checks (NFC)Nikita Popov1-1/+1
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-112/+112
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-112/+112
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-112/+112
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-112/+112
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-112/+112
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-112/+112
2021-09-21Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-3806/+3396
2021-09-21[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-3396/+3806
2021-07-19Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-3805/+3395
2021-07-16[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-3395/+3805
2021-06-25[OpenMP] Add Module metadata for OpenMP compilationJoseph Huber1-1099/+1098
2021-05-19[OpenMP][NFC] Remove SIMD check lines for non-simd testsJohannes Doerfert1-2289/+7
2021-05-18[OpenMP] Stabilize OpenMP/parallel_for_codegen.cpp test (NFC)Mike Rice1-700/+1348
2021-05-06[OpenMP] Temporarily require X86 target for parallel_for_codegen.cpp testDavid Spickett1-0/+4
2021-05-06[OpenMP] Overhaul `declare target` handlingJohannes Doerfert1-26/+26
2021-05-05[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-421/+9178
2021-05-04Revert "[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checks"Giorgis Georgakoudis1-9178/+421
2021-05-04[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-421/+9178
2020-08-27[OpenMP] Ensure testing for versions 4.5 and default - Part 3Saiyedul Islam1-6/+6
2020-08-10[OpenMP][NFC] Reuse OMPIRBuilder `struct ident_t` handling in ClangJohannes Doerfert1-1/+1
2020-07-15[CodeGen] Emit a call instruction instead of an invoke if the calledAkira Hatanaka1-1/+1
2020-07-05[Driver] Pass -gno-column-info instead of -dwarf-column-infoFangrui Song1-1/+1
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam1-6/+16
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman1-8/+8
2020-01-17[OPENMP]Improve debug locations in OpenMP regions.Alexey Bataev1-3/+2
2019-10-17[OPENMP]Improve use of the global tid parameter.Alexey Bataev1-7/+6
2019-10-07[OPENMP50]Treat range-based for as canonical loop.Alexey Bataev1-0/+159
2019-09-18[OPENMP]Fix for PR43349: Crash for privatized loop bound.Alexey Bataev1-2/+4
2019-09-17[OPENMP] Rework the test, NFC.Alexey Bataev1-3/+1