summaryrefslogtreecommitdiff
path: root/test/OpenMP/for_reduction_codegen_UDR.cpp
Commit message (Expand)AuthorAgeFilesLines
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-12/+12
* [OPENMP]Simplify codegen for the outlined regions.Alexey Bataev2019-05-231-0/+4
* [OPENMP][NVPTX]Mark more functions as always_inline for betterAlexey Bataev2019-05-211-57/+98
* [OPENMP] Sync __kmpc_alloc/_kmpc_free function with the runtime.Alexey Bataev2019-04-081-12/+14
* [OPENMP]Add codegen for reduction vars with allocate clause, NFC.Alexey Bataev2019-04-031-3/+15
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-2/+2
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-2/+2
* [OPENMP] Create non-const ident_t objects.Mike Rice2018-08-291-3/+3
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-111-4/+4
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+5
* Fix PR35542: Correct adjusting of private reduction variableJonas Hahnfeld2017-12-061-5/+8
* [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration sp...Alexey Bataev2017-12-041-0/+1
* [OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions.Alexey Bataev2017-10-241-2/+2
* [OpenMP] Avoid VLAs for some reductions on array sectionsJonas Hahnfeld2017-10-231-54/+79
* Revert "[OpenMP] Avoid VLAs for some reductions on array sections"Jonas Hahnfeld2017-10-201-79/+54
* [OpenMP] Avoid VLAs for some reductions on array sectionsJonas Hahnfeld2017-10-201-54/+79
* [OPENMP] Codegen for reduction clauses in 'taskloop' directives.Alexey Bataev2017-07-171-1/+1
* [OPENMP] Fix reduction tests, NFC.Alexey Bataev2017-07-131-5/+1
* [OPENMP] Fix reduction tests, NFC.Alexey Bataev2017-07-131-1/+0
* [OPENMP] Further reduction test fix, NFC.Alexey Bataev2017-07-131-9/+1
* [OPENMP] Fix reduction tests, NFC.Alexey Bataev2017-07-131-6/+2
* [OPENMP] Fix reduction tests, NFC.Alexey Bataev2017-07-131-4/+5
* [OPENMP] Generalization of codegen for reduction clauses.Alexey Bataev2017-07-131-7/+8
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* Fix for PR30639: CGDebugInfo Null dereference with OpenMP arrayAlexey Bataev2016-10-131-2/+2
* [OPENMP] Fix for codegen of captured variables in inlined directives.Alexey Bataev2016-04-271-0/+4
* [OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.Alexey Bataev2016-03-171-0/+980