summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_csupport.c
Commit message (Expand)AuthorAgeFilesLines
* Change source files from .c to .cppJonathan Peyton2016-12-141-3337/+0
* Support of mips & mips64 for openmprtlSylvestre Ledru2016-12-081-1/+1
* [OMPT] fix task frame information for gomp interfaceJonas Hahnfeld2016-09-141-15/+3
* [OMPT] save exit address to lwt if availableJonas Hahnfeld2016-09-141-7/+14
* [OMPT] Align implementation of reenter frame address to latest (frozen) versi...Jonas Hahnfeld2016-09-141-3/+16
* Fix bug in futex fast path inside kmp_csupport.cJonathan Peyton2016-06-221-1/+1
* Apply the KMP_USE_FUTEX feature macro everywhereJonathan Peyton2016-06-221-14/+14
* Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton2016-06-141-2/+2
* Offer API for setting number of loop dispatch buffersJonathan Peyton2016-05-311-4/+13
* Make LIBOMP_USE_ITT_NOTIFY a setting that can be enabled or disabledJonathan Peyton2016-05-261-1/+1
* Remove trailing whitespace in src/ directoryJonathan Peyton2016-05-201-2/+2
* Clean all the mess around KMP_USE_FUTEX and kmp_lock.hPaul Osmialowski2016-05-161-0/+1
* [STATS] Use partitioned timer schemeJonathan Peyton2016-05-051-12/+7
* [ITTNOTIFY] Remove serialized parallel regions from frame notificationJonathan Peyton2016-04-191-30/+0
* Exponential back off logic for test-and-set lockJonathan Peyton2016-04-141-0/+2
* Fixing the non-x86 build by removing dependence on kmp_cpuid_tHal Finkel2016-03-271-2/+9
* [OMPT] Fix parallel_id and task_id in loop_end with schedule staticJonas Hahnfeld2016-03-241-6/+3
* Fix Visual Studio buildsJonathan Peyton2016-03-231-1/+3
* [STATS] Add OMP_critical and OMP_critical_wait timersJonathan Peyton2016-03-211-1/+3
* [STATS] fix master and single timersJonathan Peyton2016-03-031-3/+5
* Add new OpenMP 4.5 doacross loop nest featureJonathan Peyton2016-03-021-0/+289
* Fix build error: OMPT_SUPPORT=true was not tested after hinted lock changesJonathan Peyton2015-12-231-1/+8
* Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3Jonathan Peyton2015-12-111-76/+195
* Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2Jonathan Peyton2015-12-111-56/+64
* Hinted lock (OpenMP 4.5 feature) Updates/FixesJonathan Peyton2015-12-111-3/+3
* Replace DYNA_* names with KMP_* namesJonathan Peyton2015-12-031-83/+83
* [OMPT] Add OMPT events for API lockingJonathan Peyton2015-10-161-1/+49
* [OMPT] Reduce overhead of OMPTJonathan Peyton2015-10-091-4/+4
* Added sockets to the syntax of KMP_PLACE_THREADS environment variable.Jonathan Peyton2015-10-081-2/+4
* [OMPT] Simplify control variable logic for OMPTJonathan Peyton2015-09-211-19/+17
* Remove fork_context argument from __kmp_join_call() when OMPT is offJonathan Peyton2015-08-311-2/+10
* Tidy statistics collectionJonathan Peyton2015-08-111-5/+28
* D11156: Fix comments by eliminating possible trademark conflictsAndrey Churbanov2015-08-051-4/+4
* Fix OMPT support for task frames, parallel regions, and parallel regions + loopsJonathan Peyton2015-07-211-5/+24
* Fix some bugs in OMPT supportJonathan Peyton2015-07-131-2/+3
* Remove unused variable warnings by deletion.Jonathan Peyton2015-06-081-1/+0
* Remove unused variable warnings by fooling compiler.Jonathan Peyton2015-06-081-1/+2
* Suppress uninitialized-variable-is-used warning in kmp_csupport.cJonathan Peyton2015-06-031-2/+2
* Fix doxygen commentsJonathan Peyton2015-05-221-2/+3
* D9306 omp 4.1 async offload support (partial): code changesAndrey Churbanov2015-05-071-0/+8
* D9302.partial2: cleanup of ittnotify checks, that eliminats redundant notific...Andrey Churbanov2015-05-061-17/+20
* These are the actual changes in the runtime to issue OMPT-related functions. ...Andrey Churbanov2015-04-291-3/+172
* Replace some unsafe API calls with safe alternatives on Windows, prepare code...Andrey Churbanov2015-04-021-2/+2
* Removed unused varargs from __kmpc_flush function.Andrey Churbanov2015-02-201-6/+2
* Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov2015-02-201-3/+483
* The usage of tt_state flag is replaced by an array of two task_team pointers.Andrey Churbanov2015-02-101-11/+5
* enable environment variable KMP_PLACE_THREADS also for non-MIC architecturesAndrey Churbanov2015-01-291-2/+0
* 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-20/+20
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-071-381/+173
OpenPOWER on IntegriCloud