aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-30[OMPIRBuilder] Don't discard the debug record from entry block. (#135161)Abid Qadeer1-0/+2
2025-03-07[mlir][OpenMP] fix crash outlining infinite loop (#129872)Tom Eccles1-16/+8
2024-07-23[OpenMP] Ensure the actual kernel is annotated with launch bounds (#99927)Johannes Doerfert1-146/+146
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer1-135/+135
2024-06-05[OpenMP][LLVM] Update alloca IP after `PrivCB` in `OMPIRBUIlder` (#93920)Kareem Ergawy1-2/+2
2023-11-03[NFC][OpenMP][Clang]Update OpenMP clang testsDominik Adamski1-2/+2
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman1-8/+8
2023-10-20Revert "Diagnose use of VLAs in C++ by default"Aaron Ballman1-8/+8
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman1-8/+8
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault1-12/+12
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-36/+36
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein1-36/+36
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-36/+36
2023-01-09[OpenMP][NFC] Rerun the update_cc_test_checks on most OpenMP testsJohannes Doerfert1-11/+19
2022-11-29[clang][CodeGen] Add default attributes to __clang_call_terminateJohn Brawn1-2/+2
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov1-575/+575
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti1-333/+403
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-403/+333
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-12/+12
2022-01-25[OMPIRBuilder] Generate aggregate argument for parallel region outlined funct...Giorgis Georgakoudis1-289/+316
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-50/+50
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-50/+50
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-50/+50
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-50/+50
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-50/+50
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-50/+50
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-50/+50
2021-09-21Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-389/+468
2021-09-21[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-468/+389
2021-08-25[CodeExtractor] Preserve topological order for the return blocks.Vyacheslav Zakharin1-9/+9
2021-07-19Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-323/+402
2021-07-16[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-402/+323
2021-05-19[OpenMP][NFC] Remove SIMD check lines for non-simd testsJohannes Doerfert1-494/+5
2021-05-05[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-137/+1401
2021-05-04Revert "[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checks"Giorgis Georgakoudis1-1401/+137
2021-05-04[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-137/+1401
2021-01-01test/OpenMP/parallel_codegen.cpp: Allow multiple result attributesFangrui Song1-1/+1
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song1-1/+1
2020-12-02[OpenMPIRBuilder] forward arguments as pointers to outlined functionAlex Zinenko1-4/+8
2020-08-10[OpenMP][NFC] Reuse OMPIRBuilder `struct ident_t` handling in ClangJohannes Doerfert1-16/+8
2020-07-05[Driver] Pass -gno-column-info instead of -dwarf-column-infoFangrui Song1-1/+1
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman1-3/+3
2020-04-09[OPENMP]Fix the test to pacify buildbots, NFC.Alexey Bataev1-3/+3
2020-04-09[OPENMP]Fix capturing of global variables in OpenMP regions.Alexey Bataev1-6/+34
2020-04-07[OPENMP]Do not capture global marked as shared in OpenMP region.Alexey Bataev1-4/+5
2020-02-19Reapply [IRBuilder] Always respect inserter/folderNikita Popov1-4/+2
2020-02-19Revert "[IRBuilder] Always respect inserter/folder"Nikita Popov1-2/+4
2020-02-19[IRBuilder] Always respect inserter/folderNikita Popov1-4/+2
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song1-1/+1
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song1-1/+1