Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)Author
2015-08-12Merging r244008:Hans Wennborg
2015-07-28Merging r243276:Hans Wennborg
2015-07-27Merging r243165:Hans Wennborg
2015-07-23Merging r243017:Hans Wennborg
2015-07-22Merging r242604:Hans Wennborg
2015-07-16Merging r242301:Hans Wennborg
2015-07-16Merging r242298:Hans Wennborg
2015-07-14Rename OMPT placeholder type names to be in the OMPT name spaceJonathan Peyton
2015-07-13Fix some bugs in OMPT supportJonathan Peyton
2015-07-13fixed typo in debug assertion reported by John Mellor-CrummeyAndrey Churbanov
2015-07-09Turn debugger interface off by default.Jonathan Peyton
2015-07-09Follow up to safe API patchJonathan Peyton
2015-07-09Enable debugger supportJonathan Peyton
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-03Get 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-28Fix 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