Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OMPT] Add annotations to testcases that are expected to fail when using ↵ | Joachim Protze | 2017-12-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | certain compilers Reasons for expected failures are mainly bugs when using lables in OpenMP regions or missing support of some OpenMP features. For some worksharing clauses, support to distinguish the kind of workshare was added just recently. If an issue was fixed in a minor release version of a compiler, we flag the test as unsupported for this compiler version to avoid false positives. Same for fixes that where backported to older compiler versions. Differential Revision: https://reviews.llvm.org/D40384 llvm-svn: 321262 | ||||
* | Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4). | Joachim Protze | 2017-11-01 | 1 | -0/+72 |
The code is tested to work with latest clang, GNU and Intel compiler. The implementation is optimized for low overhead when no tool is attached shifting the cost to execution with tool attached. This patch does not implement OMPT for libomptarget. Patch by Simon Convent and Joachim Protze Differential Revision: https://reviews.llvm.org/D38185 llvm-svn: 317085 |