summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_codegen.cpp
AgeCommit message (Expand)Author
2025-04-30[OMPIRBuilder] Don't discard the debug record from entry block. (#135161)Abid Qadeer
2025-03-07[mlir][OpenMP] fix crash outlining infinite loop (#129872)Tom Eccles
2024-07-23[OpenMP] Ensure the actual kernel is annotated with launch bounds (#99927)Johannes Doerfert
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2024-06-05[OpenMP][LLVM] Update alloca IP after `PrivCB` in `OMPIRBUIlder` (#93920)Kareem Ergawy
2023-11-03[NFC][OpenMP][Clang]Update OpenMP clang testsDominik Adamski
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-09Intrinsics: Add type overload to stacksave and stackstoreMatt 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-11-29[clang][CodeGen] Add default attributes to __clang_call_terminateJohn Brawn
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-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
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-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-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-01-01test/OpenMP/parallel_codegen.cpp: Allow multiple result attributesFangrui Song
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-12-02[OpenMPIRBuilder] forward arguments as pointers to outlined functionAlex Zinenko
2020-08-10[OpenMP][NFC] Reuse OMPIRBuilder `struct ident_t` handling in ClangJohannes Doerfert
2020-07-05[Driver] Pass -gno-column-info instead of -dwarf-column-infoFangrui Song
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-04-09[OPENMP]Fix the test to pacify buildbots, NFC.Alexey Bataev
2020-04-09[OPENMP]Fix capturing of global variables in OpenMP regions.Alexey Bataev
2020-04-07[OPENMP]Do not capture global marked as shared in OpenMP region.Alexey Bataev
2020-02-19Reapply [IRBuilder] Always respect inserter/folderNikita Popov
2020-02-19Revert "[IRBuilder] Always respect inserter/folder"Nikita Popov
2020-02-19[IRBuilder] Always respect inserter/folderNikita Popov
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song