summaryrefslogtreecommitdiffstats
path: root/openmp/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* [OMPT] Correct an incorrect OMPT ifdef Jonathan Peyton2015-09-181-1/+1
* Force the readelf call to be in EnglishSylvestre Ledru2015-09-161-0/+5
* Removing the Makefile/Perl build system.Jonathan Peyton2015-09-1431-7277/+30
* [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-2824-230/+128
* Update README.txt to include table of supported Power processorsJonathan Peyton2015-08-271-0/+14
* 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
* Fix two typos in documentationJonathan Peyton2015-08-122-2/+2
* 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-1112-131/+233
* Fix link error on Windows when LIBOMP_USE_DEBUGGER is offJonathan Peyton2015-08-062-2/+3
* 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
* Update Build_With_CMake.txt to reflect changes in CMake refactorJonathan Peyton2015-07-271-131/+91
* LibompMicroTests.cmake: Invoke 'test' instead of using '[ x -eq y ]'Hans Wennborg2015-07-241-1/+1
* Patch out a fatal assertion in OpenMP runtime until preconditions are metJonathan Peyton2015-07-231-0/+4
* [CMake] Fix libomp_check_linker_flag functionJonathan Peyton2015-07-231-1/+1
* Fix OMPT support for task frames, parallel regions, and parallel regions + loopsJonathan Peyton2015-07-218-34/+167
* [cmake] Support enabling -Werror in the OpenMP runtime CMake build andChandler Carruth2015-07-183-7/+38
* Re-indent the CMake refactor to two-space indentionJonathan Peyton2015-07-1511-1011/+1010
* Large Refactor of CMake build systemJonathan Peyton2015-07-1528-2390/+1553
* 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
* Turn debugger interface off by default.Jonathan Peyton2015-07-091-1/+1
* Follow up to safe API patchJonathan Peyton2015-07-092-4/+2
* Enable debugger supportJonathan Peyton2015-07-0913-6/+469
* 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
OpenPOWER on IntegriCloud