summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the OpenMP 3.0 buildJonathan Peyton2015-09-217-6/+25
* [OMPT] Correct an incorrect OMPT ifdef Jonathan Peyton2015-09-181-1/+1
* Removing the Makefile/Perl build system.Jonathan Peyton2015-09-1410-2353/+0
* [OMPT] Fix assertion that arises when waiting for proxy tasks on runtime shut...Jonathan Peyton2015-09-102-11/+19
* Fix depth field bug and resize() function in hierarchical barrierJonathan Peyton2015-09-102-12/+26
* Cleanup of affinity hierarchy code.Jonathan Peyton2015-09-104-456/+310
* Fix hanging barriers if number of parallel regions exceeds UINT_MAXJonathan Peyton2015-09-104-24/+24
* 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-314-7/+28
* Follow up to r246426 (Break Fortran Module Files build)Jonathan Peyton2015-08-311-6/+7
* D12403: Fix GCC warning 'always_inline function might not be inlinable'Andrey Churbanov2015-08-313-3/+6
* Fix for Fortran modules build (from C.Bergstrom)Andrey Churbanov2015-08-311-6/+6
* Add kmp_config.h.cmakeJonathan Peyton2015-08-281-0/+92
* [OpenMP] [CMake] Removing expand-vars.pl in favor of CMake's configure_file()Jonathan Peyton2015-08-2820-124/+107
* Put taskdata variables under KMP_DEBUG guards.Jonathan Peyton2015-08-262-4/+6
* Replace variables with definitions inside KMP_DEBUG_ASSERT statementsJonathan Peyton2015-08-262-7/+3
* Remove redundant definition of thr in kmp_gsupport.cJonathan Peyton2015-08-261-2/+1
* Remove unused caller_gtid variable in both z_Linux_util.c and z_Windows_NT_ut...Jonathan Peyton2015-08-262-4/+0
* Fix machine topology pruning.Jonathan Peyton2015-08-251-17/+22
* Update z_Linux_asm.s to use platform macrosJonathan Peyton2015-08-203-35/+34
* 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
* Remove unused KMP_SETVERSION macroJonathan Peyton2015-08-132-12/+0
* One line fix for hierarchical barrierJonathan Peyton2015-08-121-0/+1
* Add recognition of the Intel 16.0 compiler in kmp_version.cJonathan Peyton2015-08-121-0/+2
* Tidy statistics collectionJonathan Peyton2015-08-1111-131/+229
* Fix link error on Windows when LIBOMP_USE_DEBUGGER is offJonathan Peyton2015-08-061-2/+2
* D11156: Fix comments by eliminating possible trademark conflictsAndrey Churbanov2015-08-053-9/+8
* D11301: Remove the __kmp_invoke_microtask() that relies on libffiAndrey Churbanov2015-08-051-55/+1
* D11159: Fixing the stack offset functionalityAndrey Churbanov2015-08-051-3/+8
* 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-218-34/+167
* Re-indent the CMake refactor to two-space indentionJonathan Peyton2015-07-151-177/+177
* Large Refactor of CMake build systemJonathan Peyton2015-07-151-265/+241
* Rename OMPT placeholder type names to be in the OMPT name spaceJonathan Peyton2015-07-143-15/+15
* Fix some bugs in OMPT supportJonathan Peyton2015-07-138-35/+80
* fixed typo in debug assertion reported by John Mellor-CrummeyAndrey Churbanov2015-07-131-1/+1
* Follow up to safe API patchJonathan Peyton2015-07-092-4/+2
* Enable debugger supportJonathan Peyton2015-07-099-6/+456
* Fix OMPT event_barrer_endJonathan Peyton2015-07-011-1/+1
* Remove _KMP_BUILD_TIME macro from kmp_version.cJonathan Peyton2015-06-291-1/+1
* Remove use of assignment to multiple struct fields using .fieldname (OMPT)Jonathan Peyton2015-06-291-6/+4
* Fix OMPT state maintenance for barriers and missing init of implicit task id.Jonathan Peyton2015-06-292-7/+18
* Allow machine hierarchy expansionJonathan Peyton2015-06-221-10/+78
* Re-enable Visual Studio Builds.Jonathan Peyton2015-06-222-7/+4
* Remove unused variables '__kmp_build_check_*' for non assert builds.Jonathan Peyton2015-06-111-1/+5
* Implement recursive CMake.Jonathan Peyton2015-06-111-0/+339
* Remove unused variables '__kmp_build_check_*'Jonathan Peyton2015-06-081-1/+1
* Remove unused variable warnings by deletion.Jonathan Peyton2015-06-0811-54/+2
OpenPOWER on IntegriCloud