summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/task_codegen.c
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-07-18[OpenMP] Fix calculation of dependencies for multi-dimensional iteration spac...Joachim
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault
2023-05-16[clang] Convert several OpenMP tests to opaque pointersSergei Barannikov
2022-05-24[OpenMP] Add codegen for 'omp_all_memory' reserved locator.Mike Rice
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-03-23[CGOpenMPRuntime] Specify correct type in EmitLoadOfPointerLValue()Nikita Popov
2022-03-23[CodeGen][OpenMP] Add alignment to test (NFC)Nikita Popov
2022-02-10Use functions with prototypes when appropriate; NFCAaron Ballman
2021-10-12[CFE][Codegen][In-progress] Remove CodeGenFunction::InitTempAlloca()hsmahesha
2021-10-04[clang] Fix computation of number of dependencies using OpenMP iterator,Alexey Bataev
2021-06-09Revert "[OpenMP] libomp: implement OpenMP 5.1 inoutset task dependence type"AndreyChurbanov
2021-06-07[OpenMP] libomp: implement OpenMP 5.1 inoutset task dependence typeAndreyChurbanov
2020-04-07[OPENMP50]Codegen for iterator construct.Alexey Bataev
2020-03-31[OPENMP50]Fix size calculation for array shaping expression in theAlexey Bataev
2020-03-30[OPENMP50]Do not imply lvalue as base expression in array shapingAlexey Bataev
2020-03-30[OPENMP50]Add codegen support for array shaping expression in dependAlexey Bataev
2020-03-18[OPENMP50]Codegen for detach clause.Alexey Bataev
2020-03-09[OPENMP50]Codegen for depobj dependency kind.Alexey Bataev
2019-07-18[OPENMP]Provide correct data sharing attributes for loop controlAlexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-10-12[OPENMP] Fix PR34925: Fix getting thread_id lvalue for inlined regionsAlexey Bataev