summaryrefslogtreecommitdiff
path: root/test/OpenMP/taskloop_reduction_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-11/+11
* [OPENMP][NVPTX]Mark more functions as always_inline for betterAlexey Bataev2019-05-211-3/+8
* [OPENMP] Do not capture private loop counters.Alexey Bataev2018-10-291-1/+1
* Do not always request an implicit taskgroup region inside the kmpc_taskloop f...Alexey Bataev2018-10-241-1/+1
* [OPENMP] Fix emission of the __kmpc_global_thread_num.Alexey Bataev2018-10-051-1/+1
* [OPENMP] General code improvements.Alexey Bataev2018-04-161-5/+5
* [OPENMP] Fix the address of the original variable in task reductions.Alexey Bataev2018-03-091-1/+3
* [OPENMP] Emit sizes/init ptrs etc. data for task reductions beforeAlexey Bataev2018-03-081-0/+11
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-2/+2
* [OPENMP] Fix debug info for outlined functions in NVPTX + add more tests.Alexey Bataev2018-01-081-19/+28
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+3
* Switch to gnu++14 as the default dialect.Tim Northover2017-12-091-1/+1
* [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration sp...Alexey Bataev2017-12-041-0/+1
* [OPENMP][DEBUG] Fix for PR33676: Debug info for OpenMP region is broken.Alexey Bataev2017-08-141-1/+2
* [OPENMP] Pacify windows buildbots, NFC.Alexey Bataev2017-07-181-37/+1
* [OPENMP] Fix reduction combiner testAlexey Bataev2017-07-171-1/+1
* [OPENMP] Further fixes of the reduction codegen testsAlexey Bataev2017-07-171-70/+70
* [OPENMP] Further test fixes.Alexey Bataev2017-07-171-58/+58
* [OPENMP] Rework tests to pacify buildbots.Alexey Bataev2017-07-171-3/+1
* [OPENMP] Codegen for reduction clauses in 'taskloop' directives.Alexey Bataev2017-07-171-0/+235