summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_runtime.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove outdated commentJonathan Peyton2015-11-121-3/+0
* Remove incorrect debug assert.Jonathan Peyton2015-11-041-1/+0
* Remove some empty lines.Jonathan Peyton2015-11-041-9/+0
* Refactor of task_team code.Jonathan Peyton2015-11-041-126/+55
* Removed zeroing th.th_task_state for master thread at start of nested parallel.Jonathan Peyton2015-10-201-9/+7
* Clean-up cancellation state flag between parallel regionsJonathan Peyton2015-10-191-0/+4
* Formatting/Whitespace/Comment changes associated with wait/release improvements.Jonathan Peyton2015-10-081-6/+4
* Debug trace and assert statement changes for wait/release improvements.Jonathan Peyton2015-10-081-1/+2
* OpenMP Wait/release improvements.Jonathan Peyton2015-10-081-5/+6
* Add basic NetBSD support.Joerg Sonnenberger2015-09-211-2/+2
* [OMPT] Simplify control variable logic for OMPTJonathan Peyton2015-09-211-46/+35
* [OMPT] Overhaul OMPT initialization interfaceJonathan Peyton2015-09-211-10/+9
* Fix the OpenMP 3.0 buildJonathan Peyton2015-09-211-0/+2
* [OMPT] Fix assertion that arises when waiting for proxy tasks on runtime shut...Jonathan Peyton2015-09-101-1/+6
* Cleanup of affinity hierarchy code.Jonathan Peyton2015-09-101-0/+1
* Fix hanging barriers if number of parallel regions exceeds UINT_MAXJonathan Peyton2015-09-101-2/+2
* Remove duplicate of num_threads assignment.Jonathan Peyton2015-09-021-1/+0
* Remove fork_context argument from __kmp_join_call() when OMPT is offJonathan Peyton2015-08-311-2/+9
* D11990: Lock-free start of serialized parallel regionsAndrey Churbanov2015-08-181-25/+30
* D11988: Force serial reduction when team size is 1Andrey Churbanov2015-08-171-4/+3
* D11157: Fixed missed threads re-binding in case team size reduced via omp_set...Andrey Churbanov2015-08-171-1/+2
* Tidy statistics collectionJonathan Peyton2015-08-111-16/+23
* Patch out a fatal assertion in OpenMP runtime until preconditions are metJonathan Peyton2015-07-231-0/+4
* Fix OMPT support for task frames, parallel regions, and parallel regions + loopsJonathan Peyton2015-07-211-11/+17
* Enable debugger supportJonathan Peyton2015-07-091-0/+41
* Fix OMPT state maintenance for barriers and missing init of implicit task id.Jonathan Peyton2015-06-291-0/+4
* Re-enable Visual Studio Builds.Jonathan Peyton2015-06-221-4/+1
* Remove unused variable warnings by deletion.Jonathan Peyton2015-06-081-9/+0
* Remove unused variable warnings by moving variables.Jonathan Peyton2015-06-081-3/+4
* Remove unused variable warnings by adding proper macro guards.Jonathan Peyton2015-06-081-0/+6
* Removed unused functions.Jonathan Peyton2015-06-081-1/+0
* Get rid of some dead code.Jonathan Peyton2015-06-021-2/+0
* Apply name change to src/* files.Jonathan Peyton2015-06-011-1/+1
* Change macro GUIDEDLL_EXPORTS to KMP_DYNAMIC_LIBJonathan Peyton2015-05-261-6/+6
* One line fix for possible out-of-bounds issue in kmp_runtime.cJonathan Peyton2015-05-261-1/+1
* Fix task team synchronization Jonathan Peyton2015-05-211-0/+1
* D9306 omp 4.1 async offload support (partial): code changesAndrey Churbanov2015-05-071-0/+10
* D9302.partial2: cleanup of ittnotify checks, that eliminats redundant notific...Andrey Churbanov2015-05-061-64/+58
* These are the actual changes in the runtime to issue OMPT-related functions. ...Andrey Churbanov2015-04-291-5/+476
* Replace some unsafe API calls with safe alternatives on Windows, prepare code...Andrey Churbanov2015-04-021-9/+9
* Cleanup provided by Carlo BertolliAndrey Churbanov2015-03-031-1/+2
* Detect Intel MIC architecture and set some defaults at run time instead of bu...Andrey Churbanov2015-02-201-15/+47
* Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov2015-02-201-0/+8
* The usage of tt_state flag is replaced by an array of two task_team pointers.Andrey Churbanov2015-02-101-100/+171
* Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov2015-01-271-2/+0
* Fixed implementation of the teams construct in case it contains parallel regi...Andrey Churbanov2015-01-271-0/+5
* few fixes for ittnotify iterface (used by Intel(R) VTune Amplifier)Andrey Churbanov2015-01-161-15/+20
* This patch enables the use of KMP_AFFINITY=balanced on non-MIC Architectures....Andrey Churbanov2015-01-131-10/+0
* aarch64 port sent by C. BergstromAndrey Churbanov2015-01-131-9/+9
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-071-2669/+1156
OpenPOWER on IntegriCloud