summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_csupport.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Commit PowerPC64 support from Carlo Bertolli at IBM.Jim Cownie2014-08-071-0/+13
* After three iterations of community review, we believe that this newJim Cownie2014-08-051-1/+1
* Make affinity support conditional on KMP_AFFINITY_SUPPORTEDAlp Toker2014-03-021-3/+3
* For your Christmas hacking pleasure.Jim Cownie2013-12-231-67/+39
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+2396
OpenPOWER on IntegriCloud