aboutsummaryrefslogtreecommitdiff
path: root/runtime/CMakeLists.txt
AgeCommit message (Expand)Author
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-02[OMPT] Disable by default on WindowsJonas Hahnfeld
2018-07-09[OpenMP] Introduce hierarchical schedulingJonathan Peyton
2018-01-02[OMPT] Build runtime with OMPT support by defaultJoachim Protze
2017-11-29[CMake] Refactor common settings and flagsJonas Hahnfeld
2017-11-29[CMake] Disallow direct configurationJonas Hahnfeld
2017-11-03Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld
2017-11-03Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze
2017-11-01Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze
2017-10-20Restrict OMPT to OpenMP version 5.0 and remove old header filesJonathan Peyton
2017-08-02Exclude version symbols for static libompJonathan Peyton
2017-07-28Fix comments and build messages concerning TSXJonathan Peyton
2017-03-31Fix for bug https://llvm.org/bugs/show_bug.cgi?id=32456Andrey Churbanov
2017-03-06OpenMP version 5.0 addedJonathan Peyton
2017-01-04[CMake] Make openmp build under runtimes/Jonas Hahnfeld
2016-12-14Change source files from .c to .cppJonathan Peyton
2016-12-08Support of mips & mips64 for openmprtlSylvestre Ledru
2016-11-07[OpenMP] Enable ThreadSanitizer to check OpenMP programsJonas Hahnfeld
2016-09-30Fix incorrect OpenMP version in Fortran module.Jonathan Peyton
2016-09-14[cmake] Make libgomp & libiomp5 alias install optionalMichal Gorny
2016-09-09[OPENMP] ppc64le recognized as big-endianGeorge Rokos
2016-06-14Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton
2016-05-26Make LIBOMP_USE_ITT_NOTIFY a setting that can be enabled or disabledJonathan Peyton
2016-05-17Remove trailing whitespace in CMake filesJonathan Peyton
2016-02-09Have Mac builds use @rpath when supported in CMakeJonathan Peyton
2016-02-04Add LIBOMP_ENABLE_SHARED option for CMakeJonathan Peyton
2015-12-18[STATS] Have CMake do real check for stats functionalityJonathan Peyton
2015-11-30Adding Hwloc library option for affinity mechanismJonathan Peyton
2015-11-05Improve OMPT initialization codeJonathan Peyton
2015-10-29[OMPT] Windows Support for OMPTJonathan Peyton
2015-09-21OpenMP Initial testsuite change to purely llvm-lit based testingJonathan Peyton
2015-08-28[OpenMP] [CMake] Removing expand-vars.pl in favor of CMake's configure_file()Jonathan Peyton
2015-08-11Tidy statistics collectionJonathan Peyton
2015-07-18[cmake] Support enabling -Werror in the OpenMP runtime CMake build andChandler Carruth
2015-07-15Re-indent the CMake refactor to two-space indentionJonathan Peyton
2015-07-15Large Refactor of CMake build systemJonathan Peyton
2015-07-09Turn debugger interface off by default.Jonathan Peyton
2015-07-09Enable debugger supportJonathan 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-01Apply name change to CMake build system.Jonathan Peyton
2015-05-29Allow CMAKE_OSX_ARCHITECTURES to build fat library.Jonathan Peyton
2015-05-26Change CMake file formattingJonathan Peyton
2015-05-20Change CMake variable prefix to LIBOMPJonathan Peyton
2015-05-14Testing commit privilegeJonathan Peyton
2015-05-14Cross compiler build fix [Important] - from J.Peyton, initial version from C....Andrey Churbanov
2015-05-12patch to allow lib name at configure time (from C.Bergstrom)Andrey Churbanov
2015-05-07D9306 omp 4.1 async offload support (partial): build changes for version 4.1Andrey Churbanov
2015-05-05Integrate libiomp CMake into LLVM CMake build system.Andrey Churbanov