summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_gsupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-071-2/+2
* [OpenMP] NFC: Fix trivial typos in commentsKelvin Li2020-01-031-1/+1
* [OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld2019-08-151-1/+1
* [OpenMP] Add support for GOMP_*_nonmonotonic_* functionsJonathan Peyton2019-08-051-0/+42
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-33/+2
* [OpenMP] Adding GOMP compatible cancellationJonathan Peyton2019-02-191-44/+18
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenMP] Add omp_pause_resource* APIJonathan Peyton2019-01-161-0/+8
* [OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze2019-01-151-1/+1
* [OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze2018-12-181-45/+45
* [OpenMP][Fix] Ensure comparison between unsigned values.Gheorghe-Teodor Bercea2018-08-271-1/+1
* [OpenMP] Cleanup codeJonathan Peyton2018-08-091-2/+0
* [OpenMP] Implement GOMP doacross compatibilityJonathan Peyton2018-07-301-55/+392
* minor: fixed typo in debug printAndrey Churbanov2018-06-201-1/+1
* [OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze2018-05-281-10/+10
* [OMPT] Fix thread_num for implicit_task_end callbacks in nested parallel regionsJoachim Protze2018-05-071-0/+1
* [OpenMP] Compilation error fix on const char*Heejin Ahn2018-04-181-1/+1
* Introduce GOMP_taskloop APIJonathan Peyton2018-04-181-0/+136
* [OMPT] Omissionin in OMPT FormattingJoachim Protze2018-02-171-1/+1
* [OMPT] Fix return address handling in a few GOMP interface methodsJoachim Protze2017-12-211-4/+10
* Cleanup version symbol macros and attributes/declspecsJonathan Peyton2017-11-071-289/+220
* Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze2017-11-051-5/+5
* Rename fields of ompt_frame_tJoachim Protze2017-11-051-31/+29
* Revert "Rename fields of ompt_frame_t"Jonas Hahnfeld2017-11-031-29/+31
* Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld2017-11-031-5/+5
* Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze2017-11-031-5/+5
* Rename fields of ompt_frame_tJoachim Protze2017-11-031-31/+29
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-152/+240
* Apply formatting changesJonathan Peyton2017-10-201-2/+0
* [GOMP] Fix (un)tied tasks with the GCCJonas Hahnfeld2017-07-131-2/+2
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-1094/+959
* GOMP compatibility: add missing OpenMP4.0 task deps handling codePaul Osmialowski2017-03-231-1/+22
* Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton2016-12-141-1/+1
* Change source files from .c to .cppJonathan Peyton2016-12-141-0/+1621
OpenPOWER on IntegriCloud