summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_csupport.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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