summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [libomptarget-nvptx] Remove last mentions of __kmpc_print_*Jonas Hahnfeld2018-09-081-12/+0
* [OpenMP] Update copyright to 2018Jonathan Peyton2018-09-071-2/+2
* [OpenMP] Change hint parameter type for critical to uint32_tJonathan Peyton2018-09-072-2/+6
* [OpenMP] Synchronization hint constants added to headersJonathan Peyton2018-09-074-56/+99
* [OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton2018-09-0719-13/+642
* Fix for https://bugs.llvm.org/show_bug.cgi?id=38839:Andrey Churbanov2018-09-071-57/+92
* [libomptarget] Remove two unneeded includes, NFCI.Jonas Hahnfeld2018-09-062-2/+0
* [libomptaret][test] Announce compiler featuresJonas Hahnfeld2018-09-053-1/+7
* [libomptarget] Remove `Devices` from `RTLInfoTy`Sergey Dmitriev2018-09-042-6/+1
* [libomptarget][CUDA] Use cuDeviceGetAttribute, NFCI.Jonas Hahnfeld2018-09-041-32/+37
* [libomptarget] PR38704: Fix erase of ShadowPtrMapJonas Hahnfeld2018-09-042-2/+45
* [libomptarget][NVPTX] Drop dead code and data structures, NFCI.Jonas Hahnfeld2018-09-048-189/+2
* [libomptarget][NVPTX] Fix __kmpc_spmd_kernel_deinitJonas Hahnfeld2018-09-031-1/+1
* [OPENMP][NVPTX] Replace assert() by ASSERT0() macro, NFC.Alexey Bataev2018-08-299-64/+71
* [OPENMP][NVPTX] Lightweight runtime support for SPMD mode.Alexey Bataev2018-08-2911-45/+263
* [OpenMP][Fix] Conditional compilation leaves variables unusedGheorghe-Teodor Bercea2018-08-271-0/+2
* [OpenMP][libomptarget] rework of fatal error reportingAlexandre Eichenberger2018-08-273-23/+21
* [OpenMP][Fix] Ensure comparison between unsigned values.Gheorghe-Teodor Bercea2018-08-271-1/+1
* [OpenMP] Remove deprecated/obsolete MIC attributes from headersJonathan Peyton2018-08-241-1/+3
* [OpenMP] Fixed affinity verbose double printing for balanced type.Jonathan Peyton2018-08-241-1/+2
* [OpenMP] Fix tasking bug for decreasing hot team nthreadsJonathan Peyton2018-08-241-1/+1
* [OpenMP] Add check for hot_teams arrayJonathan Peyton2018-08-241-1/+2
* [OpenMP] Fix incorrect barrier imbalance reporting in ITTNOTIFYJonathan Peyton2018-08-242-22/+26
* [OpenMP][libomptarget] Bringing up to spec with respect to OMP_TARGET_OFFLOAD...Alexandre Eichenberger2018-08-234-66/+174
* [OMPT] Remove OMPT idle callbackJoachim Protze2018-08-155-72/+0
* [OMPT] Make omp_control_tool() compliant when called from Fortran programsJonathan Peyton2018-08-132-2/+4
* [OpenMP] Cleanup codeJonathan Peyton2018-08-0924-417/+239
* [OpenMP] Fix doacross testing for gccJonathan Peyton2018-08-023-1/+70
* [OMPT] Disable by default on WindowsJonas Hahnfeld2018-08-022-2/+2
* [tests] Add annotations for taskloop featuresJonas Hahnfeld2018-08-023-0/+16
* [OMPT,tests] Fix taskloop testcase scheduling effectsJoachim Protze2018-08-011-10/+23
* [test] Convert test for PR36720 to c89Jonas Hahnfeld2018-08-011-2/+4
* [OpenMP] Fix tasking + parallel bugJonathan Peyton2018-07-302-0/+37
* [OpenMP] Fix new task creationGheorghe-Teodor Bercea2018-07-301-1/+1
* [CMake] Disable -Wstringop-overflowJonas Hahnfeld2018-07-302-0/+2
* [OpenMP] Add GOMP version symbols for OMP_4.5 APIJonathan Peyton2018-07-302-7/+18
* [OpenMP] Implement GOMP doacross compatibilityJonathan Peyton2018-07-305-62/+424
* [OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1Jonathan Peyton2018-07-304-14/+15
* [OpenMP][Stats] Cleanup stats gathering codeJonathan Peyton2018-07-308-303/+609
* [OMPT] Fix OMPT callbacks for the taskloop construct and add testcaseJoachim Protze2018-07-272-61/+232
* [OMPT] Adapt OMPT callbacks for tasks to handle untied tasks correctlyJoachim Protze2018-07-272-52/+93
* [OMPT] Print two more addresses in print_fuzzy_address_block()Joachim Protze2018-07-271-5/+8
* PR30734: Remove __kmp_ft_page_allocate()Jonas Hahnfeld2018-07-262-36/+0
* [test] Remove XFAIL of omp_for_bigbounds.c for Intel CompilerJonas Hahnfeld2018-07-261-1/+4
* [OMPT] Fix typo in test parallel/nested_thread_num.cJonas Hahnfeld2018-07-251-1/+1
* [OPNEMP, NVPTX] Fixed sychronization construct + code cleanup.Alexey Bataev2018-07-234-54/+25
* Block library shutdown until unreaped threads finish spin-waitingJonathan Peyton2018-07-194-11/+61
* [OpenMP][libomptarget] New map interface: remove translation code and ensure ...George Rokos2018-07-193-330/+145
* [libomptarget] Also support several images for elfJoachim Protze2018-07-181-4/+5
* [cmake] Fix libomptarget/test/CMakeLists.txtAzharuddin Mohammed2018-07-151-2/+2
OpenPOWER on IntegriCloud