summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/openmp_check.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP] Fix parsing of the directives with inner directives.Alexey Bataev2018-02-161-2/+4
| | | | | | | The parsing may lead to compiler hanging because of the incorrect processing of inner OpenMP pragmas. llvm-svn: 325369
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+5
| | | | | | | | | only. Added support for -fopenmp-simd option that allows compilation of simd-based constructs without emission of OpenMP runtime calls. llvm-svn: 321560
* [Lit Test] Make tests C++11 compatible - Parse OpenMPCharles Li2017-02-081-4/+24
| | | | | | Differential Revision: https://reviews.llvm.org/D29725 llvm-svn: 294504
* [OPENMP] Fix for http://llvm.org/PR25221: Infinite loop while parsing OpenMP ↵Alexey Bataev2015-10-191-0/+15
directive Clang skipped annot_pragma_openmp token, while it should be considered as a stop token while skipping tokens. llvm-svn: 250684
OpenPOWER on IntegriCloud