summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/for_reduction_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-4/+4
* [OPENMP]Simplify codegen for the outlined regions.Alexey Bataev2019-05-231-1/+12
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-14/+14
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-14/+14
* [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-8/+8
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-18/+18
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+7
* Fix PR35542: Correct adjusting of private reduction variableJonas Hahnfeld2017-12-061-13/+17
* [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration sp...Alexey Bataev2017-12-041-0/+1
* [OpenMP] Extend "Avoid VLAs for reduction" optimization to VLAs as baseJonas Hahnfeld2017-11-021-12/+46
* [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-46/+243
* Revert "[OpenMP] Avoid VLAs for some reductions on array sections"Jonas Hahnfeld2017-10-201-243/+46
* [OpenMP] Avoid VLAs for some reductions on array sectionsJonas Hahnfeld2017-10-201-46/+243
* [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/+7
* 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] Fixed support of array sections/array subscripts.Alexey Bataev2016-02-041-0/+141
* [OPENMP 4.5] Allow arrays in 'reduction' clause.Alexey Bataev2016-01-261-0/+195
* [OPENMP] Remove explicit call for implicit barrierAlexey Bataev2015-12-181-5/+0
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-15/+15
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-15/+15
* [OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.Alexey Bataev2015-10-081-1/+213
* [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev2015-09-151-3/+3
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-28/+18
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-26/+26
* [OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trapAlexey Bataev2015-09-041-9/+16
* [OPENMP] Drop type qualifiers from private variables.Alexey Bataev2015-07-141-4/+4
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-0/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+0
* Update testcases that use precompiled headers to require a target afterAdrian Prantl2015-07-071-0/+1
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-5/+5
* [OPENMP] Fixed bug in atomic update/capture/write constructs.Alexey Bataev2015-05-151-16/+10
* [OPENMP] Fixed codegen for 'reduction' clause.Alexey Bataev2015-05-071-42/+40
* [OPENMP] Fix crash on reductions codegen for short circuit reduction operations.Alexey Bataev2015-04-291-0/+6
* [OPENMP] Codegen for 'reduction' clause in 'for' directive.Alexey Bataev2015-04-221-0/+704
OpenPOWER on IntegriCloud