summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/ordered_doacross_codegen.c
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP] Set scheduling for doacross loops as schedule, 1.Alexey Bataev2019-03-181-1/+1
| | | | | | | The default scheduling for doacross loops is changed from static to static, 1. llvm-svn: 356388
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-9/+19
| | | | | | | The number of loops associated with the OpenMP loop constructs should not be considered as the number loops to collapse. llvm-svn: 339603
* Revert "[OPENMP] Fix emission of the loop doacross constructs."Alexey Bataev2018-08-131-19/+9
| | | | | | This reverts commit r339568 because of the problems with the buildbots. llvm-svn: 339574
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-9/+19
| | | | | | | The number of loops associated with the OpenMP loop constructs should not be considered as the number loops to collapse. llvm-svn: 339568
* [OPENMP] Fix PR36399: Crash on C code with ordered doacross construct.Alexey Bataev2018-02-151-0/+61
Codegen for ordered with doacross construct might produce incorrect code because of missing cleanup scope for the construct. Without this scope the final runtime function call could be emitted in the wrong order that leads to incorrect codegen. llvm-svn: 325304
OpenPOWER on IntegriCloud