summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_gsupport.c
Commit message (Expand)AuthorAgeFilesLines
* Change source files from .c to .cppJonathan Peyton2016-12-141-1621/+0
* Support of mips & mips64 for openmprtlSylvestre Ledru2016-12-081-1/+1
* [OMPT] fix task frame information for gomp interfaceJonas Hahnfeld2016-09-141-36/+47
* [OMPT] Align implementation of reenter frame address to latest (frozen) versi...Jonas Hahnfeld2016-09-141-9/+9
* kmp_gsupport: Fix library initialization with taskgroupJonas Hahnfeld2016-08-081-1/+1
* Remove trailing whitespace in src/ directoryJonathan Peyton2016-05-201-12/+12
* [OMPT] Fix duplicate implicit_task_end events for master thread with GCCJonas Hahnfeld2016-03-241-10/+13
* [OMPT] Fix wrong parent_task_id in serialized parallel_begin with GCCJonas Hahnfeld2016-03-211-10/+15
* [GCC] GOMP_task: Change argument type of if_cond from int to boolJonas Hahnfeld2016-02-091-1/+1
* Removed unused __kmp_*_i8 functions.Jonathan Peyton2016-01-041-3/+0
* Detect final task in GOMP interface.Jonathan Peyton2015-10-131-0/+4
* [OMPT] Simplify control variable logic for OMPTJonathan Peyton2015-09-211-28/+24
* Remove fork_context argument from __kmp_join_call() when OMPT is offJonathan Peyton2015-08-311-2/+5
* Remove redundant definition of thr in kmp_gsupport.cJonathan Peyton2015-08-261-2/+1
* Fix OMPT support for task frames, parallel regions, and parallel regions + loopsJonathan Peyton2015-07-211-11/+81
* Fix some bugs in OMPT supportJonathan Peyton2015-07-131-6/+3
* Remove unused variable warnings by deletion.Jonathan Peyton2015-06-081-5/+0
* Remove unused variable warnings by fooling compiler.Jonathan Peyton2015-06-081-1/+3
* Apply name change to src/* files.Jonathan Peyton2015-06-011-3/+3
* These are the actual changes in the runtime to issue OMPT-related functions. ...Andrey Churbanov2015-04-291-16/+253
* Replace some unsafe API calls with safe alternatives on Windows, prepare code...Andrey Churbanov2015-04-021-1/+1
* Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov2015-01-271-2/+0
* aarch64 port sent by C. BergstromAndrey Churbanov2015-01-131-10/+2
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-071-25/+309
* Commit PowerPC64 support from Carlo Bertolli at IBM.Jim Cownie2014-08-071-1/+1
* For your Christmas hacking pleasure.Jim Cownie2013-12-231-63/+228
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+863
OpenPOWER on IntegriCloud