summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/reduction_implicit_map.cpp
AgeCommit message (Expand)Author
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
2024-06-26[OpenMP] Migrate GPU Reductions CodeGen from Clang to OMPIRBuilder (#80343)Akash Banerjee
2024-05-22Reword OpenMP diagnostics for style; NFCAaron Ballman
2024-03-19[OpenMP] Increment kernel args version, used by runtime for detecting dyn_ptr...dhruvachak
2024-03-12[clang] Fix OMPT ident flag in combined distribute parallel for pragma (#80987)mikaoP
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber
2023-11-06[OpenMP][NFC] Split the reduction buffer size into two componentsJohannes Doerfert
2023-11-06[OpenMP] Remove alignment for global <-> local reduction functionsJohannes Doerfert
2023-11-03[OpenMP][NFC] Remove a no-op functionJohannes Doerfert
2023-10-31 [OpenMP] Introduce the KernelLaunchEnvironment as implicit argument (#70401)Johannes Doerfert
2023-08-23[OpenMP] Properly set static thread limit (w/o analysis)Johannes Doerfert
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault
2023-07-26[OpenMP] Introduce kernel environmentShilei Tian
2023-07-23Revert commits for kernel environmentShilei Tian
2023-07-23[OpenMP] Introduce kernel environmentShilei Tian
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso
2023-07-06[clang][CodeGenCXX] Improve handling of itanium ABI member function alignment...David Tenty
2023-05-12[OpenMP] Naturally align internal global variables in the OpenMPIRBuilderJoseph Huber
2023-04-22Revert "[OpenMP] Introduce kernel environment"Shilei Tian
2023-04-22[OpenMP] Introduce kernel environmentShilei Tian
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-03-17[Clang][OpenMP] Insert alloca for kernel args at function entry block instead...Dhruva Chakrabarti
2023-01-21[OpenMP] Modernize the kernel launching interface and APIsJohannes Doerfert
2023-01-09[OpenMP][NFC] Rerun the update_cc_test_checks on most OpenMP testsJohannes Doerfert
2022-12-13[OpenMP][NFCI] Remove effectively dead code in clang and the runtimeJohannes Doerfert
2022-12-12Revert "[OpenMP][NFCI] Remove effectively dead code in clang and the runtime"Johannes Doerfert
2022-12-12[OpenMP][NFCI] Remove effectively dead code in clang and the runtimeJohannes Doerfert
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-08-01Use @llvm.threadlocal.address intrinsic to access TLS variableChuanqi Xu
2022-07-08[OpenMP] Add loop tripcount argument to kernel launch and remove push functionJoseph Huber
2022-07-08[OpenMP] Change OpenMP code generation for target region entriesJoseph Huber
2022-05-03[Clang][OpenMP] Add the support for floating-point variables for specific ato...Shilei Tian
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-03-21[CodeGen][OpenMP] Use correct type in EmitLoadOfPointer()Nikita Popov
2022-03-21[CodeGen][OpenMP] Use correct type in EmitLoadOfPointer()Nikita Popov
2022-03-18[OpenMPRuntime] Specify correct pointer typeNikita Popov
2022-02-25[OPENMP]Fix PR50347: Mapping of global scope deep object fails.Alexey Bataev
2022-02-24Revert "[OPENMP]Fix PR50347: Mapping of global scope deep object fails."Alexey Bataev
2022-02-24[OPENMP]Fix PR50347: Mapping of global scope deep object fails.Alexey Bataev
2021-12-02Revert "xfail: reduction_implicit_map.cpp after reapply of Start calling setT...Ron Lieberman
2021-12-02xfail: reduction_implicit_map.cpp after reapply of Start calling setTargetAtt...Ron Lieberman
2021-08-19Add implicit map for a list item appears in a reduction clause.Jennifer Yu