aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2018-01-17Merging r322160:Hans Wennborg1-1/+1
2018-01-17Merging r322068:Hans Wennborg1-1/+1
2018-01-16Merging r321964:Hans Wennborg1-3/+3
2018-01-02[OMPT] Build runtime with OMPT support by defaultJoachim Protze3-7/+23
2017-12-27Unify build documentation and convert to reStructuredTextJonas Hahnfeld9-383/+316
2017-12-24[OMPT] Set and reset frame address when creating a task with dependencesJoachim Protze2-13/+31
2017-12-22[OMPT] Add missing initialization in nested_lwt.c test casePaul Osmialowski1-1/+1
2017-12-22[OMPT] Fix failing test cases for gcc on UbuntuJoachim Protze2-2/+3
2017-12-22Remove unused positional argument for printfJoachim Protze2-2/+4
2017-12-21Add missing test case from D41171 commitJoachim Protze1-0/+29
2017-12-21[OMPT] Add missing ompt_get_num_procs functionJoachim Protze4-0/+21
2017-12-21[OMPT] Fix return address handling in a few GOMP interface methodsJoachim Protze2-8/+14
2017-12-21[OMPT] Handle null pointer in set_callback to improve performanceJoachim Protze1-2/+5
2017-12-21[OMPT] Use frames at different level when using clang version 5 or higher wit...Joachim Protze7-18/+35
2017-12-21[OMPT] Add annotations to testcases that are expected to fail when using cert...Joachim Protze26-7/+32
2017-12-21[AArch64] add required arch specific code for running OMPT test casesPaul Osmialowski1-0/+6
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric1-323/+323
2017-12-13[AArch64] fix an issue with older /proc/cpuinfo layoutPaul Osmialowski1-0/+8
2017-12-08[CMake] Remove legacy LIBOMP_LIT_ARGSJonas Hahnfeld1-4/+0
2017-12-08Use hyperbarrier by default on all architecturesJonas Hahnfeld1-15/+6
2017-12-08Fix thread affinity on non-x86 LinuxJonas Hahnfeld2-5/+2
2017-12-08Add missing memory barrier for queuing locksJonas Hahnfeld2-1/+2
2017-12-06[libomptarget] Split implementation of interface functionsJonas Hahnfeld4-484/+520
2017-12-06[libomptarget] Split implementation of API functionsJonas Hahnfeld5-297/+316
2017-12-06[libomptarget] Split device functionalityJonas Hahnfeld4-321/+339
2017-12-06[libomptarget] Split RTL plugin functionalityJonas Hahnfeld6-629/+742
2017-12-06[libomptarget] Move header files and CMake library definitionJonas Hahnfeld5-17/+32
2017-12-06[OpenMP] Add entry for Intel Compiler 18Jonathan Peyton1-0/+2
2017-12-06Eliminate double printing of verbose affinity settingsJonathan Peyton1-1/+3
2017-12-06Trivial enum fixJonathan Peyton1-4/+4
2017-12-05Fix alignment in teams-reduction.c testJonas Hahnfeld1-1/+6
2017-12-05Fix PR30890: Reduction across teams hangsJonas Hahnfeld2-23/+133
2017-11-30[CMake] Detect information about test compilerJonas Hahnfeld8-28/+109
2017-11-30Extension of HWLOC topology discovery with NUMA nodes and tilesAndrey Churbanov5-179/+385
2017-11-29Make kmp_r_sched_t into a unionJonathan Peyton2-30/+24
2017-11-29Fix aligned memory allocation in the stub libraryJonathan Peyton1-9/+34
2017-11-29Warning is emitted when tiles are requested but cannot be usedJonathan Peyton2-1/+15
2017-11-29Fix types of Fortran array elementsJonathan Peyton6-12/+12
2017-11-29[CMake] Refactor testing infrastructureJonas Hahnfeld11-198/+172
2017-11-29[CMake] Refactor common settings and flagsJonas Hahnfeld12-103/+95
2017-11-29[CMake] Disallow direct configurationJonas Hahnfeld10-41/+28
2017-11-28[openmp] Set up .arcconfig to point to new Diffusion OMP repositoryBen Hamilton1-1/+1
2017-11-25doxygen: disable the html timestamp: this is breaking the reproducible build ...Sylvestre Ledru2-2/+2
2017-11-22Fix for OMP doacross implementation on PowerJonas Hahnfeld2-2/+9
2017-11-22[CMake] Re-enable libomptarget and restrict tests to Clang 6.0.0Jonas Hahnfeld2-4/+24
2017-11-21[Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos2-57/+57
2017-11-20Fixed OMP doacross implementation on 32-bit platforms.Andrey Churbanov1-8/+15
2017-11-17[OMPT] Fix inaccuracies in worksharing testsJonas Hahnfeld2-8/+7
2017-11-16Exclude untied tasks from checking of task scheduling constraint (TSC).Andrey Churbanov3-101/+164
2017-11-13[OpenMP] Remove the unused testsuite/ directoryJonathan Peyton161-15270/+0