summaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)Author
2018-09-25[OpenMP][libomptarget] Set the frame pointer then test empty slot conditionGheorghe-Teodor Bercea
2018-09-25[OpenMP][libomptarget] Simplify warp master selection for data sharingGheorghe-Teodor Bercea
2018-09-21[OPENMP][NVPTX] Add support for lastprivates/reductions handling in SPMD cons...Alexey Bataev
2018-09-11[OPENMP]Increment iterator when the loop is continued.Alexey Bataev
2018-09-10[OMPT] Update types according to TR7Joachim Protze
2018-09-08[libomptarget-nvptx] Remove last mentions of __kmpc_print_*Jonas Hahnfeld
2018-09-07[OpenMP] Update copyright to 2018Jonathan Peyton
2018-09-07[OpenMP] Change hint parameter type for critical to uint32_tJonathan Peyton
2018-09-07[OpenMP] Synchronization hint constants added to headersJonathan Peyton
2018-09-07[OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton
2018-09-07Fix for https://bugs.llvm.org/show_bug.cgi?id=38839:Andrey Churbanov
2018-09-06[libomptarget] Remove two unneeded includes, NFCI.Jonas Hahnfeld
2018-09-05[libomptaret][test] Announce compiler featuresJonas Hahnfeld
2018-09-04[libomptarget] Remove `Devices` from `RTLInfoTy`Sergey Dmitriev
2018-09-04[libomptarget][CUDA] Use cuDeviceGetAttribute, NFCI.Jonas Hahnfeld
2018-09-04[libomptarget] PR38704: Fix erase of ShadowPtrMapJonas Hahnfeld
2018-09-04[libomptarget][NVPTX] Drop dead code and data structures, NFCI.Jonas Hahnfeld
2018-09-03[libomptarget][NVPTX] Fix __kmpc_spmd_kernel_deinitJonas Hahnfeld
2018-08-29[OPENMP][NVPTX] Replace assert() by ASSERT0() macro, NFC.Alexey Bataev
2018-08-29[OPENMP][NVPTX] Lightweight runtime support for SPMD mode.Alexey Bataev
2018-08-27[OpenMP][Fix] Conditional compilation leaves variables unusedGheorghe-Teodor Bercea
2018-08-27[OpenMP][libomptarget] rework of fatal error reportingAlexandre Eichenberger
2018-08-27[OpenMP][Fix] Ensure comparison between unsigned values.Gheorghe-Teodor Bercea
2018-08-24[OpenMP] Remove deprecated/obsolete MIC attributes from headersJonathan Peyton
2018-08-24[OpenMP] Fixed affinity verbose double printing for balanced type.Jonathan Peyton
2018-08-24[OpenMP] Fix tasking bug for decreasing hot team nthreadsJonathan Peyton
2018-08-24[OpenMP] Add check for hot_teams arrayJonathan Peyton
2018-08-24[OpenMP] Fix incorrect barrier imbalance reporting in ITTNOTIFYJonathan Peyton
2018-08-23[OpenMP][libomptarget] Bringing up to spec with respect to OMP_TARGET_OFFLOAD...Alexandre Eichenberger
2018-08-15[OMPT] Remove OMPT idle callbackJoachim Protze
2018-08-13[OMPT] Make omp_control_tool() compliant when called from Fortran programsJonathan Peyton
2018-08-09[OpenMP] Cleanup codeJonathan Peyton
2018-08-02[OpenMP] Fix doacross testing for gccJonathan Peyton
2018-08-02[OMPT] Disable by default on WindowsJonas Hahnfeld
2018-08-02[tests] Add annotations for taskloop featuresJonas Hahnfeld
2018-08-01[OMPT,tests] Fix taskloop testcase scheduling effectsJoachim Protze
2018-08-01[test] Convert test for PR36720 to c89Jonas Hahnfeld
2018-07-30[OpenMP] Fix tasking + parallel bugJonathan Peyton
2018-07-30[OpenMP] Fix new task creationGheorghe-Teodor Bercea
2018-07-30[CMake] Disable -Wstringop-overflowJonas Hahnfeld
2018-07-30[OpenMP] Add GOMP version symbols for OMP_4.5 APIJonathan Peyton
2018-07-30[OpenMP] Implement GOMP doacross compatibilityJonathan Peyton
2018-07-30[OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1Jonathan Peyton
2018-07-30[OpenMP][Stats] Cleanup stats gathering codeJonathan Peyton
2018-07-27[OMPT] Fix OMPT callbacks for the taskloop construct and add testcaseJoachim Protze
2018-07-27[OMPT] Adapt OMPT callbacks for tasks to handle untied tasks correctlyJoachim Protze
2018-07-27[OMPT] Print two more addresses in print_fuzzy_address_block()Joachim Protze
2018-07-26PR30734: Remove __kmp_ft_page_allocate()Jonas Hahnfeld
2018-07-26[test] Remove XFAIL of omp_for_bigbounds.c for Intel CompilerJonas Hahnfeld
2018-07-25[OMPT] Fix typo in test parallel/nested_thread_num.cJonas Hahnfeld