summaryrefslogtreecommitdiff
path: root/openmp/tools/archer
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Add CMake option to disable `libarcher` supportJoseph Huber2023-03-311-2/+2
* Re-apply "[OpenMP][Archer] Use dlsym rather than weak symbols for TSan annota...Joachim Protze2023-01-262-48/+13
* Revert "[OpenMP][Archer] Use dlsym rather than weak symbols for TSan annotati...Slava Zakharin2023-01-241-12/+48
* [OpenMP][Archer] Use dlsym rather than weak symbols for TSan annotationsJoachim Protze2023-01-241-48/+12
* [test][OpenMP] Expect more tsan reportsVitaly Buka2022-11-171-1/+1
* [libarcher] Place classes in anonymous namespaceNikita Popov2022-10-311-3/+7
* [test][openmp] Relax check for tsan reports countVitaly Buka2022-10-121-1/+1
* [test][openmp] Tsan may report more warnings hereVitaly Buka2022-09-281-1/+1
* [test][openmp] Relax condition in testVitaly Buka2022-08-231-1/+1
* Move openmp from -std=c++14 to -std=c++17Ron Lieberman2022-08-081-1/+1
* [OpenMP][libomp] Fix fallthrough attribute detection for Intel compilersJonathan Peyton2022-07-191-0/+3
* [OpenMP][Tools] Fix handling of initial-task-endJoachim Protze2022-03-311-2/+2
* [OpenMP][tests][NFC] Pin debug info to DWARF v4 for libarcher testsJoachim Protze2022-01-311-1/+1
* SIGSEGV in ompt_tsan_dependences with for-orderedRitanyaB2022-01-031-0/+4
* [OpenMP][Tools][NFC] Make an Archer test more robustJoachim Protze2021-10-151-4/+6
* [OpenMP][Tools][Tests][NFC] Address flaky archer testsJoachim Protze2021-07-298-8/+8
* [OpenMP][tests][NFC] Update test status for gcc 11 and 12Joachim Protze2021-07-252-7/+11
* [OpenMP][Tools] Fix Archer handling of task dependenciesJoachim Protze2021-06-091-36/+109
* [OpenMP][Tools] Cleanup memory pool used in ArcherJoachim Protze2021-06-093-145/+239
* [OpenMP][Tools] Fix Archer for MACOSJoachim Protze2021-06-091-42/+40
* [OpenMP][NFC] clang-format the whole openmp projectShilei Tian2021-02-201-2/+0
* [OpenMP][OMPT] Implement verbose tool loadingIsabel Thärigen2020-11-251-1/+21
* [OpenMP][Tool] Add Archer option to disable data race analysis for sequential...Joachim Protze2020-11-1611-30/+63
* [OpenMP][Tool] Update archer to accept new OpenMP 5.1 enum valuesJoachim Protze2020-11-131-4/+42
* [OpenMP][Tool] Fix possible NULL-pointer dereference in testJoachim Protze2020-11-111-9/+1
* [OpenMP][Tools] clang-format Archer (NFC)Joachim Protze2020-11-031-141/+131
* [OpenMP][Tool] Handle detached tasks in ArcherJoachim Protze2020-11-034-64/+194
* [OpenMP][Archer][Tests] NFC: fix spurious test failureJoachim Protze2020-10-062-3/+1
* [OpenMP][libarcher] Allow all possible argument separators in TSAN_OPTIONSJoachim Protze2020-10-014-10/+64
* [openmp] Use config.test_extra_flags in archer and multiplex testsHan Zhu2020-06-251-1/+2
* Remove mention of counter from Archer readmeJoachim Protze2020-06-051-8/+0
* [OpenMP][NFC] Fix `not` sustitution in testsJoel E. Denny2020-05-111-1/+1
* [OpenMP] Add scaffolding for negative runtime testsJoel E. Denny2020-04-212-0/+2
* [OpenMP] NFC: Fix trivial typoKazuaki Ishizaki2020-04-042-2/+2
* archer: Remove superfluous dot from warning messageJonas Hahnfeld2020-03-061-1/+1
* [OpenMP] Switch default C++ standard to C++ 14Johannes Doerfert2020-02-111-1/+1
* [openmp] Disable archer if LIBOMP_OMPT_SUPPORT is offMichał Górny2020-01-231-7/+9
* [OpenMP][Tool] Fix memory leak and double-allocationJoachim Protze2020-01-161-6/+3
* [OpenMP][Tool] Runtime warning for missing TSan-optionJoachim Protze2020-01-141-0/+34
* [OpenMP][Tool] Improving stack trace for ArcherJoachim Protze2020-01-131-2/+18
* [OpenMP][Tool] Make tests for archer dependent on TSanJoachim Protze2020-01-1311-26/+20
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-071-1/+1
* [OpenMP][Tool] archer tests require tsanprotze@itc.rwth-aachen.de2019-11-2226-5/+25
* [OpenMP][Tool] disable archer tests in standalone buildprotze@itc.rwth-aachen.de2019-11-221-0/+5
* [OpenMP][Tool] Fix cmake variable in lit.site.cfg.inprotze@itc.rwth-aachen.de2019-11-221-1/+1
* [OpenMP] Add implementation and tests of Archer toolprotze@itc.rwth-aachen.de2019-11-1833-0/+2509