summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OpenMP][libomptarget] Fix data sharing and globalization infrastructure to w...Gheorghe-Teodor Bercea2018-07-133-105/+72
* [OPENMP, NVPTX] Fix loop boundaries calculation for dynamic loops.Alexey Bataev2018-07-124-16/+50
* Fix const cast problem introduced in r336563Jonathan Peyton2018-07-091-3/+3
* [OpenMP] Fix a few formatting issuesJonathan Peyton2018-07-093-3/+5
* [OpenMP] Introduce hierarchical schedulingJonathan Peyton2018-07-0911-56/+1522
* [OPENMP, NVPTX] Support several images in the executable.Alexey Bataev2018-07-091-5/+6
* [OpenMP] Restructure loop code for hierarchical schedulingJonathan Peyton2018-07-093-1329/+1434
* [OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton2018-07-0917-280/+433
* Define the __STDC_FORMAT_MACROS to avoid test failure on some platforms.Kelvin Li2018-07-061-0/+5
* Dropped non-supoorted "--no-as-needed" flag from OMPT tests for macOSJoachim Protze2018-07-053-4/+8
* [OMPT] Add synchronization to threads_nested.c testcaseJoachim Protze2018-07-051-2/+4
* [OMPT] Use alloca() to force availability of frame pointerJoachim Protze2018-07-021-0/+4
* [OMPT] Add tests for runtime entry points from non-OpenMP threadsJoachim Protze2018-07-021-12/+53
* [OMPT] Add testcases for thread_begin and thread_end callbacksJoachim Protze2018-07-022-0/+72
* [OMPT] Provide the right thread_num for ancestor levelsJoachim Protze2018-07-022-3/+371
* [OPENMP, NVPTX] Sync threads before start ordered loops.Alexey Bataev2018-06-291-1/+6
* [OPENMP, NVPTX] Fixes for NVPTX RTLAlexey Bataev2018-06-253-32/+36
* minor: fixed typo in debug printAndrey Churbanov2018-06-201-1/+1
* Remove liboffload from repositoryJonas Hahnfeld2018-06-1960-136205/+2
* [OpenMP] [CUDA] Expose teamid to the debug pathGuansong Zhang2018-06-191-1/+1
* [OpenMP] Fix formatting issues in kmp_stats.hJonathan Peyton2018-06-081-26/+39
* [OMPT] Rename ompt_wait_id to omp_wait_idJoachim Protze2018-05-287-75/+75
* [OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze2018-05-2810-36/+36
* [OMPT] Fix test parallel/not_enough_threads.cJonas Hahnfeld2018-05-271-46/+60
* [libomptarget-nvptx] loop: Determine if runtime uninitializedJonas Hahnfeld2018-05-251-38/+42
* [CMake] Unify install path for librariesJonas Hahnfeld2018-05-256-12/+14
* [CUDA]Fix dynamic|guided scheduling.George Rokos2018-05-241-57/+50
* [libomptarget-nvptx-bc] Pass found CUDA installationsJonas Hahnfeld2018-05-161-1/+1
* [libomptarget-nvptx] Test bitcode compiler flags and enable by defaultJonas Hahnfeld2018-05-163-105/+184
* [OpenMP][libomptarget] Add function for checking SPMD modeGheorghe-Teodor Bercea2018-05-152-0/+8
* [OMPT] Fix thread_num for implicit_task_end callbacks in nested parallel regionsJoachim Protze2018-05-074-5/+16
* [OMPT] Add api_calls_misc.c testcase and rename api_calls.c testcaseJoachim Protze2018-05-073-0/+76
OpenPOWER on IntegriCloud