summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* 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 to lists.llvm.orgTanya Lattner2015-08-051-3/+3
* 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
* 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
* Have CMake error out on Windows when user wants OMPT supportJonathan Peyton2015-06-172-4/+7
* Remove unused variables '__kmp_build_check_*' for non assert builds.Jonathan Peyton2015-06-113-4/+15
* Implement recursive CMake.Jonathan Peyton2015-06-113-365/+359
* Remove unused variables '__kmp_build_check_*'Jonathan Peyton2015-06-081-1/+1
* Remove unused variable warnings by deletion.Jonathan Peyton2015-06-0811-54/+2
* Remove unused variable warnings by moving variables.Jonathan Peyton2015-06-082-5/+5
* Remove unused variable warnings by adding proper macro guards.Jonathan Peyton2015-06-088-2/+27
* Remove unused variable warnings by fooling compiler.Jonathan Peyton2015-06-086-11/+28
* Removed unused functions.Jonathan Peyton2015-06-082-123/+0
* Fix extern warnings produced by ittnotify_static.cJonathan Peyton2015-06-052-4/+8
* Fix some sign compare warnings.Jonathan Peyton2015-06-044-15/+10
* Suppress uninitialized-variable-is-used warning in kmp_csupport.cJonathan Peyton2015-06-031-2/+2
* Remove conditional parameters from KA_TRACE macro.Jonathan Peyton2015-06-031-3/+6
* Reorder C++ initialization lists to appease compiler.Jonathan Peyton2015-06-031-3/+4
* Remove unused variable anonym from kmp_atomic.cJonathan Peyton2015-06-031-1/+0
* Get rid of some dead code.Jonathan Peyton2015-06-023-11/+8
* Remove unused KMP_IOMP_NAME macro from kmp.hJonathan Peyton2015-06-021-3/+0
* Change Intel(R) OpenMP* to LLVM* OpenMP* in libomp.rc.varJonathan Peyton2015-06-021-3/+3
OpenPOWER on IntegriCloud