summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* Remove architecture dependent Hwloc DEBUG sectionJonathan Peyton2016-04-251-30/+0
* Fix buffer problem with printing long Hwloc affinity maskJonathan Peyton2016-04-251-1/+1
* ARM Limited license agreement from the copyright/patent holderJonathan Peyton2016-04-251-0/+50
* [ITTNOTIFY] Remove serialized parallel regions from frame notificationJonathan Peyton2016-04-195-65/+10
* Fix trip count calculation for parallel loops in runtimeJonathan Peyton2016-04-183-26/+109
* Runtime support for untied tasksJonathan Peyton2016-04-182-2/+37
* Fix for pthread_setspecific (TLS and shutdown) problemJonathan Peyton2016-04-183-14/+20
* [STATS] Remove timePair class and unused functionsJonathan Peyton2016-04-182-47/+0
* [STATS] print Total_* stats on their own lineJonathan Peyton2016-04-181-1/+4
* [ITTNOTIFY] Correct barrier imbalance time in case of tasksJonathan Peyton2016-04-142-0/+23
* Exponential back off logic for test-and-set lockJonathan Peyton2016-04-146-3/+165
* Add declarations of OpenMP 4.5 target/offload routines to headersJonathan Peyton2016-04-123-0/+21
* [STATS] Remove trailing whitespace in stats source filesJonathan Peyton2016-04-054-40/+40
* OMP_WAIT_POLICY changesJonathan Peyton2016-04-042-2/+55
* Fix bug when KMP_USE_ADAPTIVE_LOCKS is 0Jonathan Peyton2016-03-301-1/+1
* Fix comment in kmp_wait_release.hJonathan Peyton2016-03-291-8/+6
* Fix incorrect indention in kmp_alloc.cJonathan Peyton2016-03-291-73/+61
* Remove dead KMP_USE_POOLED_ALLOC codeJonathan Peyton2016-03-291-78/+6
* [STATS] Missing check for MIC in config-ix.cmakeJonathan Peyton2016-03-281-1/+1
* Fixing the non-x86 build by removing dependence on kmp_cpuid_tHal Finkel2016-03-273-3/+15
* [OMPT] Fix parallel_id and task_id in loop_end with schedule staticJonas Hahnfeld2016-03-2415-6/+141
* [OMPT] Test ids reported by ompt_get_{parallel,task}_idJonas Hahnfeld2016-03-245-3/+124
* [OMPT] Fix duplicate implicit_task_end events for master thread with GCCJonas Hahnfeld2016-03-244-10/+41
* Fix Visual Studio buildsJonathan Peyton2016-03-232-1/+10
* [OMPT] Make tests require OMPT_BLAMEJonas Hahnfeld2016-03-227-8/+6
* [OMPT] Create infrastructure and add first tests for OMPTJonas Hahnfeld2016-03-228-0/+404
* [STATS] Add OMP_critical and OMP_critical_wait timersJonathan Peyton2016-03-212-1/+6
* [STATS] separate noTotal bit flag from onlyInMaster and noUnitsJonathan Peyton2016-03-211-22/+22
* [OMPT] Fix wrong parent_task_id in serialized parallel_begin with GCCJonas Hahnfeld2016-03-211-10/+15
* Update www/index.html to reflect current status of OpenMP projectJonathan Peyton2016-03-181-34/+40
* [CMake] Fix Windows build problem for CMake versions < 3.3Jonathan Peyton2016-03-161-4/+5
* Fix spelling error in commentJonathan Peyton2016-03-151-1/+1
* [STATS] Print "Unknown" for frequency if it wasn't able to be parsedJonathan Peyton2016-03-152-2/+5
* [STATS] Fix comments in kmp_stats.hJonathan Peyton2016-03-151-22/+17
* [STATS] Add header information to stats print outJonathan Peyton2016-03-154-61/+69
* Initialize two variables in kmp_tasking.Samuel Antao2016-03-121-1/+1
* [STATS] change TASK_execution name to OMP_taskJonathan Peyton2016-03-112-3/+3
* [STATS] Add a total statistics countJonathan Peyton2016-03-112-75/+59
* [STATS] fix output formatting when sample count is 0Jonathan Peyton2016-03-031-8/+19
* [STATS] fix master and single timersJonathan Peyton2016-03-031-3/+5
* Add new OpenMP 4.5 taskloop construct featureJonathan Peyton2016-03-024-6/+391
* Forgot to add test files for doacross and task priority.Jonathan Peyton2016-03-022-0/+78
* Add new OpenMP 4.5 doacross loop nest featureJonathan Peyton2016-03-025-8/+341
* Add new OpenMP 4.5 affinity APIJonathan Peyton2016-02-258-0/+274
* Add initial support for OpenMP 4.5 task priority featureJonathan Peyton2016-02-2512-8/+107
* dd new OpenMP 4.5 schedule clause modifiers (monotonic/non-monotonic) featureJonathan Peyton2016-02-253-0/+44
* Remove unnecessary semicolons after bracesJonathan Peyton2016-02-181-2/+2
* [OMPT] Frame information for openmp taskwaitJonas Hahnfeld2016-02-121-3/+6
* Fix incorrect task_team in __kmp_give_taskJonathan Peyton2016-02-112-4/+9
* Fix a couple of typos in commentsJonathan Peyton2016-02-111-2/+2
OpenPOWER on IntegriCloud