Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [FileCheck] Add -allow-deprecated-dag-overlap to failing clang tests | Joel E. Denny | 2018-07-11 | 1 | -12/+12 |
| | | | | | | | | | | See https://reviews.llvm.org/D47106 for details. Reviewed By: probinson Differential Revision: https://reviews.llvm.org/D47172 llvm-svn: 336844 | ||||
* | [OPENMP] Support for -fopenmp-simd option with compilation of simd loops | Alexey Bataev | 2017-12-29 | 1 | -0/+13 |
| | | | | | | | | | only. Added support for -fopenmp-simd option that allows compilation of simd-based constructs without emission of OpenMP runtime calls. llvm-svn: 321560 | ||||
* | [OPENMP] Initial codegen for `target teams distribute` directive. | Alexey Bataev | 2017-12-08 | 1 | -0/+233 |
Host + default devices codegen for `target teams distribute` directive. llvm-svn: 320149 |