summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/taskgroup_task_reduction_codegen.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-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
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
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
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
2020-05-07[OPENMP]Consider 'omp_null_allocator' as a predefined allocator.Alexey Bataev
2020-04-24[OPENMP]Use new interface for task reduction.Alexey Bataev
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2019-04-04[OPENMP]Add codegen for task reduction vars with allocate clause, NFC.Alexey Bataev
2018-10-05[OPENMP] Fix emission of the __kmpc_global_thread_num.Alexey Bataev
2018-04-16[OPENMP] General code improvements.Alexey Bataev
2018-03-06[OPENMP] Fix generation of the unique names for task reductionAlexey Bataev
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2018-01-08[OPENMP] Fix debug info for outlined functions in NVPTX + add more tests.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-10-25[OPENMP] Improve debug info for taskgroup implicitly generatedAlexey Bataev
2017-07-25[OPENMP] Codegen for 'task_reduction' clause.Alexey Bataev