summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* Add missing test case from D41171 commitJoachim Protze2017-12-211-0/+29
* [OMPT] Add missing ompt_get_num_procs functionJoachim Protze2017-12-214-0/+21
* [OMPT] Fix return address handling in a few GOMP interface methodsJoachim Protze2017-12-212-8/+14
* [OMPT] Handle null pointer in set_callback to improve performanceJoachim Protze2017-12-211-2/+5
* [OMPT] Use frames at different level when using clang version 5 or higher wit...Joachim Protze2017-12-217-18/+35
* [OMPT] Add annotations to testcases that are expected to fail when using cert...Joachim Protze2017-12-2126-7/+32
* [AArch64] add required arch specific code for running OMPT test casesPaul Osmialowski2017-12-211-0/+6
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-181-323/+323
* [AArch64] fix an issue with older /proc/cpuinfo layoutPaul Osmialowski2017-12-131-0/+8
* [CMake] Remove legacy LIBOMP_LIT_ARGSJonas Hahnfeld2017-12-081-4/+0
* Use hyperbarrier by default on all architecturesJonas Hahnfeld2017-12-081-15/+6
* Fix thread affinity on non-x86 LinuxJonas Hahnfeld2017-12-082-5/+2
* Add missing memory barrier for queuing locksJonas Hahnfeld2017-12-082-1/+2
* [libomptarget] Split implementation of interface functionsJonas Hahnfeld2017-12-064-484/+520
* [libomptarget] Split implementation of API functionsJonas Hahnfeld2017-12-065-297/+316
* [libomptarget] Split device functionalityJonas Hahnfeld2017-12-064-321/+339
* [libomptarget] Split RTL plugin functionalityJonas Hahnfeld2017-12-066-629/+742
* [libomptarget] Move header files and CMake library definitionJonas Hahnfeld2017-12-065-17/+32
* [OpenMP] Add entry for Intel Compiler 18Jonathan Peyton2017-12-061-0/+2
* Eliminate double printing of verbose affinity settingsJonathan Peyton2017-12-061-1/+3
* Trivial enum fixJonathan Peyton2017-12-061-4/+4
* Fix alignment in teams-reduction.c testJonas Hahnfeld2017-12-051-1/+6
* Fix PR30890: Reduction across teams hangsJonas Hahnfeld2017-12-052-23/+133
* [CMake] Detect information about test compilerJonas Hahnfeld2017-11-308-28/+109
* Extension of HWLOC topology discovery with NUMA nodes and tilesAndrey Churbanov2017-11-305-179/+385
* Make kmp_r_sched_t into a unionJonathan Peyton2017-11-292-30/+24
* Fix aligned memory allocation in the stub libraryJonathan Peyton2017-11-291-9/+34
* Warning is emitted when tiles are requested but cannot be usedJonathan Peyton2017-11-292-1/+15
* Fix types of Fortran array elementsJonathan Peyton2017-11-296-12/+12
* [CMake] Refactor testing infrastructureJonas Hahnfeld2017-11-2911-198/+172
* [CMake] Refactor common settings and flagsJonas Hahnfeld2017-11-2912-103/+95
* [CMake] Disallow direct configurationJonas Hahnfeld2017-11-2910-41/+28
* [openmp] Set up .arcconfig to point to new Diffusion OMP repositoryBen Hamilton2017-11-281-1/+1
* doxygen: disable the html timestamp: this is breaking the reproducible build ...Sylvestre Ledru2017-11-252-2/+2
* Fix for OMP doacross implementation on PowerJonas Hahnfeld2017-11-222-2/+9
* [CMake] Re-enable libomptarget and restrict tests to Clang 6.0.0Jonas Hahnfeld2017-11-222-4/+24
* [Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos2017-11-212-57/+57
* Fixed OMP doacross implementation on 32-bit platforms.Andrey Churbanov2017-11-201-8/+15
* [OMPT] Fix inaccuracies in worksharing testsJonas Hahnfeld2017-11-172-8/+7
* Exclude untied tasks from checking of task scheduling constraint (TSC).Andrey Churbanov2017-11-163-101/+164
* [OpenMP] Remove the unused testsuite/ directoryJonathan Peyton2017-11-13161-15270/+0
* [OMPT] Provide initialization for Mac OS XJonas Hahnfeld2017-11-114-49/+88
* [libomptarget] Build all libraries in libomptarget/Jonas Hahnfeld2017-11-111-0/+3
* [OMPT] Fix assertion for OpenMP code generated with outdated compilersJoachim Protze2017-11-103-7/+13
* [OMPT] Purge OMPT_BLAME and OMPT_TRACEJonas Hahnfeld2017-11-102-9/+5
* Add const to some variables to avoid const_castsJonas Hahnfeld2017-11-092-7/+6
* Remove const from variables with dynamic memoryJonas Hahnfeld2017-11-0913-83/+70
* [OMPT] Fix test cancel_parallel.cJonas Hahnfeld2017-11-091-16/+14
* [OMPT] Add support for testing return addresses on POWERJonas Hahnfeld2017-11-091-16/+72
* Cleanup version symbol macros and attributes/declspecsJonathan Peyton2017-11-0711-523/+375