summaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)Author
2015-07-01Fix OMPT event_barrer_endJonathan Peyton
2015-06-29Remove _KMP_BUILD_TIME macro from kmp_version.cJonathan Peyton
2015-06-29Remove use of assignment to multiple struct fields using .fieldname (OMPT)Jonathan Peyton
2015-06-29Fix OMPT state maintenance for barriers and missing init of implicit task id.Jonathan Peyton
2015-06-22Allow machine hierarchy expansionJonathan Peyton
2015-06-22Re-enable Visual Studio Builds.Jonathan Peyton
2015-06-17Have CMake error out on Windows when user wants OMPT supportJonathan Peyton
2015-06-11Remove unused variables '__kmp_build_check_*' for non assert builds.Jonathan Peyton
2015-06-11Implement recursive CMake.Jonathan Peyton
2015-06-08Remove unused variables '__kmp_build_check_*'Jonathan Peyton
2015-06-08Remove unused variable warnings by deletion.Jonathan Peyton
2015-06-08Remove unused variable warnings by moving variables.Jonathan Peyton
2015-06-08Remove unused variable warnings by adding proper macro guards.Jonathan Peyton
2015-06-08Remove unused variable warnings by fooling compiler.Jonathan Peyton
2015-06-08Removed unused functions.Jonathan Peyton
2015-06-05Fix extern warnings produced by ittnotify_static.cJonathan Peyton
2015-06-04Fix some sign compare warnings.Jonathan Peyton
2015-06-03Suppress uninitialized-variable-is-used warning in kmp_csupport.cJonathan Peyton
2015-06-03Remove conditional parameters from KA_TRACE macro.Jonathan Peyton
2015-06-03Reorder C++ initialization lists to appease compiler.Jonathan Peyton
2015-06-03Remove unused variable anonym from kmp_atomic.cJonathan Peyton
2015-06-02Get rid of some dead code.Jonathan Peyton
2015-06-02Remove unused KMP_IOMP_NAME macro from kmp.hJonathan Peyton
2015-06-02Change Intel(R) OpenMP* to LLVM* OpenMP* in libomp.rc.varJonathan Peyton
2015-06-01Apply name change to testsuite file.Jonathan Peyton
2015-06-01Apply name change to Makefile build system.Jonathan Peyton
2015-06-01Apply name change to CMake build system.Jonathan Peyton
2015-06-01Apply name change to tools/* files.Jonathan Peyton
2015-06-01Apply name change to src/* files.Jonathan Peyton
2015-06-01Apply name change to doxygen files.Jonathan Peyton
2015-06-01Adding libomp.rc.var for name changeJonathan Peyton
2015-05-29Allow CMAKE_OSX_ARCHITECTURES to build fat library.Jonathan Peyton
2015-05-27Fix comment about balanced affinityJonathan Peyton
2015-05-27Allow gcc 5.x to compile library.Jonathan Peyton
2015-05-26Change macro GUIDEDLL_EXPORTS to KMP_DYNAMIC_LIBJonathan Peyton
2015-05-26Change CMake file formattingJonathan Peyton
2015-05-26One line fix for possible out-of-bounds issue in kmp_runtime.cJonathan Peyton
2015-05-26One line fix for possible out-of-bounds issue in kmp_error.cJonathan Peyton
2015-05-25fixed missed arch renaming (from C.Bergstrom)Andrey Churbanov
2015-05-22Fix doxygen commentsJonathan Peyton
2015-05-22Fix spelling errorsJonathan Peyton
2015-05-21One line fix - bug with final clause of task constructJonathan Peyton
2015-05-21Fix task team synchronizationJonathan Peyton
2015-05-20Change CMake variable prefix to LIBOMPJonathan Peyton
2015-05-19Makefile fix for testsuite -- Follow up to r237618Jonathan Peyton
2015-05-18Fix for testsuite including omp.hJonathan Peyton
2015-05-18Delete old CMake build systemJonathan Peyton
2015-05-15Small fix to allow FreeBSD build to work.Jonathan Peyton
2015-05-14Testing commit privilegeJonathan Peyton
2015-05-14Cross compiler build fix [Important] - from J.Peyton, initial version from C....Andrey Churbanov