aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2015-07-24LibompMicroTests.cmake: Invoke 'test' instead of using '[ x -eq y ]'Hans Wennborg1-1/+1
2015-07-23Patch out a fatal assertion in OpenMP runtime until preconditions are metJonathan Peyton1-0/+4
2015-07-23[CMake] Fix libomp_check_linker_flag functionJonathan Peyton1-1/+1
2015-07-21Fix OMPT support for task frames, parallel regions, and parallel regions + loopsJonathan Peyton8-34/+167
2015-07-18[cmake] Support enabling -Werror in the OpenMP runtime CMake build andChandler Carruth3-7/+38
2015-07-15Re-indent the CMake refactor to two-space indentionJonathan Peyton11-1011/+1010
2015-07-15Large Refactor of CMake build systemJonathan Peyton28-2390/+1553
2015-07-14Rename OMPT placeholder type names to be in the OMPT name spaceJonathan Peyton3-15/+15
2015-07-13Fix some bugs in OMPT supportJonathan Peyton8-35/+80
2015-07-13fixed typo in debug assertion reported by John Mellor-CrummeyAndrey Churbanov1-1/+1
2015-07-09Turn debugger interface off by default.Jonathan Peyton1-1/+1
2015-07-09Follow up to safe API patchJonathan Peyton2-4/+2
2015-07-09Enable debugger supportJonathan Peyton13-6/+469
2015-07-01Fix OMPT event_barrer_endJonathan Peyton1-1/+1
2015-06-29Remove _KMP_BUILD_TIME macro from kmp_version.cJonathan Peyton1-1/+1
2015-06-29Remove use of assignment to multiple struct fields using .fieldname (OMPT)Jonathan Peyton1-6/+4
2015-06-29Fix OMPT state maintenance for barriers and missing init of implicit task id.Jonathan Peyton2-7/+18
2015-06-22Allow machine hierarchy expansionJonathan Peyton1-10/+78
2015-06-22Re-enable Visual Studio Builds.Jonathan Peyton2-7/+4
2015-06-17Have CMake error out on Windows when user wants OMPT supportJonathan Peyton2-4/+7
2015-06-11Remove unused variables '__kmp_build_check_*' for non assert builds.Jonathan Peyton3-4/+15
2015-06-11Implement recursive CMake.Jonathan Peyton3-365/+359
2015-06-08Remove unused variables '__kmp_build_check_*'Jonathan Peyton1-1/+1
2015-06-08Remove unused variable warnings by deletion.Jonathan Peyton11-54/+2
2015-06-08Remove unused variable warnings by moving variables.Jonathan Peyton2-5/+5
2015-06-08Remove unused variable warnings by adding proper macro guards.Jonathan Peyton8-2/+27
2015-06-08Remove unused variable warnings by fooling compiler.Jonathan Peyton6-11/+28
2015-06-08Removed unused functions.Jonathan Peyton2-123/+0
2015-06-05Fix extern warnings produced by ittnotify_static.cJonathan Peyton2-4/+8
2015-06-04Fix some sign compare warnings.Jonathan Peyton4-15/+10
2015-06-03Suppress uninitialized-variable-is-used warning in kmp_csupport.cJonathan Peyton1-2/+2
2015-06-03Remove conditional parameters from KA_TRACE macro.Jonathan Peyton1-3/+6
2015-06-03Reorder C++ initialization lists to appease compiler.Jonathan Peyton1-3/+4
2015-06-03Remove unused variable anonym from kmp_atomic.cJonathan Peyton1-1/+0
2015-06-02Get rid of some dead code.Jonathan Peyton3-11/+8
2015-06-02Remove unused KMP_IOMP_NAME macro from kmp.hJonathan Peyton1-3/+0
2015-06-02Change Intel(R) OpenMP* to LLVM* OpenMP* in libomp.rc.varJonathan Peyton1-3/+3
2015-06-01Apply name change to testsuite file.Jonathan Peyton1-1/+1
2015-06-01Apply name change to Makefile build system.Jonathan Peyton3-27/+26
2015-06-01Apply name change to CMake build system.Jonathan Peyton9-119/+103
2015-06-01Apply name change to tools/* files.Jonathan Peyton4-12/+12
2015-06-01Apply name change to src/* files.Jonathan Peyton9-16/+16
2015-06-01Apply name change to doxygen files.Jonathan Peyton1-4/+4
2015-06-01Adding libomp.rc.var for name changeJonathan Peyton1-0/+70
2015-05-29Allow CMAKE_OSX_ARCHITECTURES to build fat library.Jonathan Peyton5-164/+157
2015-05-27Fix comment about balanced affinityJonathan Peyton1-1/+1
2015-05-27Allow gcc 5.x to compile library.Jonathan Peyton1-1/+1
2015-05-26Change macro GUIDEDLL_EXPORTS to KMP_DYNAMIC_LIBJonathan Peyton6-12/+12
2015-05-26Change CMake file formattingJonathan Peyton1-93/+136
2015-05-26One line fix for possible out-of-bounds issue in kmp_runtime.cJonathan Peyton1-1/+1