summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP][stats] Update stats gathering macrosJonathan Peyton2019-03-082-16/+16
* [mips] Use libatomic instead of GCC intrinsics for 64bitPetar Jovanovic2019-03-081-10/+66
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-041-1/+1
* [OPENMP] Deal with additional store inserted by Clang under -fno-PIC for Powe...Stefan Pintilie2019-03-015-7/+6
* [OpenMP][OMPT] Distinguish different barrier kindsJonathan Peyton2019-02-286-21/+57
* [OpenMP 5.0] Deprecate nest-var and associated featuresJonathan Peyton2019-02-287-37/+69
* [OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton2019-02-2819-383/+181
* [OpenMP] Fix check-openmp after r354553Jonas Hahnfeld2019-02-211-0/+2
* [OpenMP][OMPT] Fix locking testcases for 32 bit architecturesJoachim Protze2019-02-213-2/+3
* [OpenMP][libomptarget] New reduction scheme for team reductionsGheorghe-Teodor Bercea2019-02-202-0/+148
* [OpenMP] Remove XFAIL for cancellation tests using gccJonathan Peyton2019-02-192-2/+1
* [OpenMP 5.0] Add omp_get_supported_active_levels()Jonathan Peyton2019-02-198-0/+39
* [OpenMP] Adding GOMP compatible cancellationJonathan Peyton2019-02-195-113/+246
* [OpenMP] Fix broken link to browse sourcesJonathan Peyton2019-02-121-1/+1
* [OpenMP] Remove accidental commit to config-ix.cmake in r353747Jonathan Peyton2019-02-111-38/+0
* [OpenMP] Fix thread_limits to work properly for teams constructJonathan Peyton2019-02-115-26/+198
* [OMPT] Remove test output from source treeJonas Hahnfeld2019-02-111-1/+1
* Guard a feature that unsupported by old GCCTaewook Oh2019-02-081-1/+9
* [OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze2019-02-044-0/+17
* [OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze2019-01-302-4/+163
* Adjust documentation for git migration.James Y Knight2019-01-291-16/+7
* Remove no longer needed Arm specific words in the LICENSE.txt file.Arnaud A. de Grandmaison2019-01-281-50/+0
* NFC: fixed formatting to be consistent across the fileAndrey Churbanov2019-01-211-1/+2
* Fixed https://reviews.llvm.org/D55078 broken Fortran fixed form.Andrey Churbanov2019-01-211-4/+6
* Fix typos throughout the license files that somehow I and my reviewersChandler Carruth2019-01-211-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19175-700/+525
* Install new LLVM license structure and new developer policy.Chandler Carruth2019-01-191-0/+237
* Revert r351311 "[OMPT] Make sure that OMPT is enabled when accessing internal...Hans Wennborg2019-01-172-163/+4
* [OpenMP] Add omp_pause_resource* APIJonathan Peyton2019-01-1619-10/+456
* [OpenMP] Output written by tests should go to build directoryJoachim Protze2019-01-161-1/+1
* [OpenMP] Remove compiler warning about unused valueJoachim Protze2019-01-161-6/+6
* Fix compiler error in r351311Joachim Protze2019-01-161-1/+1
* [OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze2019-01-162-4/+163
* [OpenMP] Fix for nested proc_bind affinity bugJonathan Peyton2019-01-153-13/+44
* [OpenMP] Add lock function definitions to fix Bug 40042Jonathan Peyton2019-01-151-0/+41
* [OpenMP][Cmake] Allowed OpenMP testing detect test compiler with same generatorJonathan Peyton2019-01-151-1/+1
* [OpenMP] Fix performance regression in SPEC kdtree testJonathan Peyton2019-01-151-13/+9
* [OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze2019-01-1525-798/+1161
* Update year in license filesHans Wennborg2019-01-151-2/+2
* [OpenMP] Fix LIBOMP_USE_DEBUGGER=ON build (PR38612)Roman Lebedev2019-01-133-4/+6
* [OpenMP][libomptarget] Use shared memory variable for tracking parallel levelGheorghe-Teodor Bercea2019-01-096-69/+21
* Doc: fixed description of a parameter of the __kmpc_taskloopAndrey Churbanov2019-01-091-1/+1
* [OPENMP][NVPTX]Fix dynamic scheduling.Alexey Bataev2019-01-072-22/+47
* [OPENMP][NVPTX]General formatting/code improvement, NFC.Alexey Bataev2019-01-0410-81/+57
* [OPENMP][NVPTX]Improve performance + reduce number of used registers.Alexey Bataev2019-01-0413-83/+124
* [OpenMP] Fix nvidia-cuda-toolkit detection on Debian/UbuntuJoel E. Denny2019-01-041-0/+33
* [OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton2019-01-0313-48/+172
* [OPENMP][NVPTX]Fix incompatibility of __syncthreads with LLVM, NFC.Alexey Bataev2019-01-034-6/+15
* [libomptarget] Added install component for libomptargetVyacheslav Zakharin2019-01-021-1/+2
* [OPENMP][NVPTX]Added/fixed debugging messages, NFC.Alexey Bataev2018-12-283-3/+7
OpenPOWER on IntegriCloud