summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/taskloop_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
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-05-12[OpenMP] Naturally align internal global variables in the OpenMPIRBuilderJoseph Huber
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov
2022-08-01Use @llvm.threadlocal.address intrinsic to access TLS variableChuanqi Xu
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
2021-07-31[ConstantFold] Get rid of special cases for sizeof etc.Eli Friedman
2020-08-10[OpenMP][NFC] Reuse OMPIRBuilder `struct ident_t` handling in ClangJohannes Doerfert
2020-06-17[OPENMP]Fix overflow during counting the number of iterations.Alexey Bataev
2020-04-24[OPENMP]Use new interface for task reduction.Alexey Bataev
2020-03-13[OPENMP]Fix PR45047: Do not copy firstprivates in tasks twice.Alexey Bataev
2019-12-31[OPENMP]Emit artificial threprivate vars as threadlocal, if possible.Alexey Bataev
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2019-05-21[OPENMP][NVPTX]Mark more functions as always_inline for betterAlexey Bataev
2018-10-29[OPENMP] Do not capture private loop counters.Alexey Bataev
2018-10-24Do not always request an implicit taskgroup region inside the kmpc_taskloop f...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-09[OPENMP] Fix the address of the original variable in task reductions.Alexey Bataev
2018-03-08[OPENMP] Emit sizes/init ptrs etc. data for task reductions beforeAlexey 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-12-09Switch to gnu++14 as the default dialect.Tim Northover
2017-12-04[OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration sp...Alexey Bataev
2017-08-14[OPENMP][DEBUG] Fix for PR33676: Debug info for OpenMP region is broken.Alexey Bataev
2017-07-18[OPENMP] Pacify windows buildbots, NFC.Alexey Bataev
2017-07-17[OPENMP] Fix reduction combiner testAlexey Bataev
2017-07-17[OPENMP] Further fixes of the reduction codegen testsAlexey Bataev
2017-07-17[OPENMP] Further test fixes.Alexey Bataev
2017-07-17[OPENMP] Rework tests to pacify buildbots.Alexey Bataev
2017-07-17[OPENMP] Codegen for reduction clauses in 'taskloop' directives.Alexey Bataev