summaryrefslogtreecommitdiff
path: root/test/OpenMP/for_linear_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Sync __kmpc_alloc/_kmpc_free function with the runtime.Alexey Bataev2019-04-081-12/+14
* [OPENMP]Add codegen for linear vars with allocate clause, NFC.Alexey Bataev2019-04-041-3/+16
* 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-1/+1
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+7
* [OPENMP] Simplify codegen for loop iteration variables in loop preamble.Alexey Bataev2017-12-081-0/+5
* [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration sp...Alexey Bataev2017-12-041-4/+4
* [OPENMP] Fix for PR28581: OpenMP linear clause - wrong results.Alexey Bataev2017-08-161-0/+1
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* [OPENMP 4.5] Codegen for data members in 'linear' clauseAlexey Bataev2016-03-091-2/+229
* [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev2015-09-151-4/+4
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-21/+12
* [OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trapAlexey Bataev2015-09-041-2/+14
* [OPENMP 4.1] Allow variables with reference types in private clauses.Alexey Bataev2015-08-181-1/+1
* [OPENMP 4.1] Support for 'linear' clause in loop directives.Alexey Bataev2015-08-041-0/+263