summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply name change to testsuite file.Jonathan Peyton2015-06-011-1/+1
* Apply name change to Makefile build system.Jonathan Peyton2015-06-013-27/+26
* Apply name change to CMake build system.Jonathan Peyton2015-06-019-119/+103
* Apply name change to tools/* files.Jonathan Peyton2015-06-014-12/+12
* Apply name change to src/* files.Jonathan Peyton2015-06-019-16/+16
* Apply name change to doxygen files.Jonathan Peyton2015-06-011-4/+4
* Adding libomp.rc.var for name changeJonathan Peyton2015-06-011-0/+70
* Allow CMAKE_OSX_ARCHITECTURES to build fat library.Jonathan Peyton2015-05-295-164/+157
* Fix comment about balanced affinityJonathan Peyton2015-05-271-1/+1
* Allow gcc 5.x to compile library.Jonathan Peyton2015-05-271-1/+1
* Change macro GUIDEDLL_EXPORTS to KMP_DYNAMIC_LIBJonathan Peyton2015-05-266-12/+12
* Change CMake file formattingJonathan Peyton2015-05-261-93/+136
* One line fix for possible out-of-bounds issue in kmp_runtime.cJonathan Peyton2015-05-261-1/+1
* One line fix for possible out-of-bounds issue in kmp_error.cJonathan Peyton2015-05-261-2/+2
* fixed missed arch renaming (from C.Bergstrom)Andrey Churbanov2015-05-251-1/+1
* Fix doxygen commentsJonathan Peyton2015-05-222-8/+6
* Fix spelling errorsJonathan Peyton2015-05-2210-12/+12
* One line fix - bug with final clause of task constructJonathan Peyton2015-05-211-1/+1
* Fix task team synchronization Jonathan Peyton2015-05-211-0/+1
* Change CMake variable prefix to LIBOMPJonathan Peyton2015-05-2010-248/+227
* Makefile fix for testsuite -- Follow up to r237618Jonathan Peyton2015-05-191-1/+1
* Fix for testsuite including omp.hJonathan Peyton2015-05-182-1/+2
* Delete old CMake build systemJonathan Peyton2015-05-182-191/+0
* Small fix to allow FreeBSD build to work.Jonathan Peyton2015-05-151-1/+1
* Testing commit privilegeJonathan Peyton2015-05-141-0/+2
* Cross compiler build fix [Important] - from J.Peyton, initial version from C....Andrey Churbanov2015-05-142-43/+48
* Removed mentioning of OpenMP as unsupported feature (patch2 from A.Bokhanko)Andrey Churbanov2015-05-131-3/+1
* patch to allow lib name at configure time (from C.Bergstrom)Andrey Churbanov2015-05-121-1/+2
* Missing file runtime/src/include/41/ompt.h.var added; fixed build to optional...Andrey Churbanov2015-05-122-1/+477
* D9576: Updates documentation to include all possible architecture builds, syn...Andrey Churbanov2015-05-123-37/+74
* Change some text areas from saying Intel(R) OpenMP runtime library to LLVM Op...Andrey Churbanov2015-05-083-24/+9
* D9306 omp 4.1 async offload support (partial): code changesAndrey Churbanov2015-05-077-23/+426
* D9306 omp 4.1 async offload support (partial): build changes for version 4.1Andrey Churbanov2015-05-075-11/+18
OpenPOWER on IntegriCloud