summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* Add newlines to debug TRACE messages in kmp_taskdeps.cppJonathan Peyton2015-11-161-2/+2
* Add missing KMP_NESTED_HOT_TEAMS guardsJonathan Peyton2015-11-161-0/+6
* [OPENMP] Fixed tests for gcc build.Alexey Bataev2015-11-162-2/+3
* Add debug trace message for hierarchical barrierJonathan Peyton2015-11-121-0/+2
* Remove outdated commentJonathan Peyton2015-11-121-3/+0
* Fix for ittnotify loop reportingJonathan Peyton2015-11-121-1/+3
* [OMPT] Add ompt_event_task_switch event into OMPT/OpenMPJonathan Peyton2015-11-115-13/+37
* [OMPT] Remove unnecessary header in ompt-general.cJonathan Peyton2015-11-111-1/+0
* Fixes to wait-loop codeJonathan Peyton2015-11-094-4/+10
* Fixes and improvements to tasking in barriersJonathan Peyton2015-11-092-2/+6
* Improvements to machine_hierarchy code for re-sizingJonathan Peyton2015-11-092-36/+40
* [OMPT] Add OMPT events for the OpenMP taskwait construct.Jonathan Peyton2015-11-092-2/+27
* Fix for zero chunk sizeJonathan Peyton2015-11-062-0/+42
* Improve OMPT initialization codeJonathan Peyton2015-11-054-10/+26
* Remove incorrect debug assert.Jonathan Peyton2015-11-041-1/+0
* Remove some empty lines.Jonathan Peyton2015-11-045-21/+0
* Refactor of task_team code.Jonathan Peyton2015-11-045-242/+131
* [OPENMP] Add dependency to clang/clang-headers etc. for in-tree build of libomp.Alexey Bataev2015-11-024-7/+6
* [OMPT] Adding missing free() calls to ompt_tool_windows() function.Jonathan Peyton2015-10-301-0/+4
* [OMPT] Windows Support for OMPTJonathan Peyton2015-10-297-11/+125
* Removed zeroing th.th_task_state for master thread at start of nested parallel.Jonathan Peyton2015-10-201-9/+7
* Removed '@' from delimiters, added it as offset designator.Jonathan Peyton2015-10-202-24/+77
* Fix OMP_PLACES negation operator parsing (!place)Jonathan Peyton2015-10-191-1/+1
* Clean-up cancellation state flag between parallel regionsJonathan Peyton2015-10-191-0/+4
* On FreeBSD, PTHREADS_THREADS_MAX does not fit into an int, leading toDimitry Andric2015-10-191-2/+2
* [OMPT] Add OMPT events for API lockingJonathan Peyton2015-10-164-73/+142
* Detect final task in GOMP interface.Jonathan Peyton2015-10-131-0/+4
* [OPENMP][TESTSUITE] Undefined variable in test omp_task_final.cJonathan Peyton2015-10-121-1/+1
* [OMPT] Reduce overhead of OMPTJonathan Peyton2015-10-093-6/+14
* [OMPT] Initialize task fields only if neededJonathan Peyton2015-10-092-20/+12
* Formatting/Whitespace/Comment changes associated with wait/release improvements.Jonathan Peyton2015-10-086-39/+36
* Debug trace and assert statement changes for wait/release improvements.Jonathan Peyton2015-10-084-26/+28
* OpenMP Wait/release improvements.Jonathan Peyton2015-10-085-41/+51
* Added sockets to the syntax of KMP_PLACE_THREADS environment variable.Jonathan Peyton2015-10-086-104/+221
* Fix memory corruption in Windows debug libraryJonathan Peyton2015-09-252-6/+6
* [OpenMP Testsuite] Change omp_get_wtime.c timer resolution to 3 percentJonathan Peyton2015-09-241-1/+1
* [OpenMP Testsuite] Mac rpath specified when compiling testsJonathan Peyton2015-09-242-2/+1
* Fix stats build problem.Jonathan Peyton2015-09-242-4/+1
* Update Reference.pdf files.Jonathan Peyton2015-09-233-11648/+12289
* OpenMP Initial testsuite change to purely llvm-lit based testingJonathan Peyton2015-09-2173-0/+5992
* Use sysconf for the number of cores on FreeBSD too.Joerg Sonnenberger2015-09-211-13/+2
* Complex division requires libm on NetBSD, add it.Joerg Sonnenberger2015-09-211-0/+3
* Add basic NetBSD support.Joerg Sonnenberger2015-09-216-15/+25
* Teach the Perl modules about NetBSD.Joerg Sonnenberger2015-09-212-1/+6
* libomp on NetBSD needs libc, libpthread and libm.Joerg Sonnenberger2015-09-211-0/+2
* Assume that all Unix-like systems will want to handle signals andJoerg Sonnenberger2015-09-211-1/+1
* Darwin is the exception when it comes to accessing environ, all otherJoerg Sonnenberger2015-09-211-4/+2
* [OMPT] Simplify control variable logic for OMPTJonathan Peyton2015-09-2112-157/+122
* [OMPT] Overhaul OMPT initialization interfaceJonathan Peyton2015-09-219-158/+195
* Fix the OpenMP 3.0 buildJonathan Peyton2015-09-217-6/+25
OpenPOWER on IntegriCloud