summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OMPT] Disable by default on WindowsJonas Hahnfeld2018-08-021-1/+1
* [OpenMP] Introduce hierarchical schedulingJonathan Peyton2018-07-091-0/+4
* [OMPT] Build runtime with OMPT support by defaultJoachim Protze2018-01-021-4/+9
* [CMake] Refactor common settings and flagsJonas Hahnfeld2017-11-291-7/+0
* [CMake] Disallow direct configurationJonas Hahnfeld2017-11-291-17/+5
* Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld2017-11-031-1/+1
* Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze2017-11-031-1/+1
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-6/+4
* Restrict OMPT to OpenMP version 5.0 and remove old header filesJonathan Peyton2017-10-201-1/+4
* Exclude version symbols for static libompJonathan Peyton2017-08-021-0/+5
* Fix comments and build messages concerning TSXJonathan Peyton2017-07-281-3/+4
* Fix for bug https://llvm.org/bugs/show_bug.cgi?id=32456Andrey Churbanov2017-03-311-0/+5
* OpenMP version 5.0 addedJonathan Peyton2017-03-061-8/+6
* [CMake] Make openmp build under runtimes/Jonas Hahnfeld2017-01-041-1/+2
* Change source files from .c to .cppJonathan Peyton2016-12-141-1/+1
* Support of mips & mips64 for openmprtlSylvestre Ledru2016-12-081-2/+8
* [OpenMP] Enable ThreadSanitizer to check OpenMP programsJonas Hahnfeld2016-11-071-1/+8
* Fix incorrect OpenMP version in Fortran module.Jonathan Peyton2016-09-301-1/+3
* [cmake] Make libgomp & libiomp5 alias install optionalMichal Gorny2016-09-141-0/+4
* [OPENMP] ppc64le recognized as big-endianGeorge Rokos2016-09-091-0/+2
* Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton2016-06-141-3/+7
* Make LIBOMP_USE_ITT_NOTIFY a setting that can be enabled or disabledJonathan Peyton2016-05-261-2/+4
* Remove trailing whitespace in CMake filesJonathan Peyton2016-05-171-4/+4
* Have Mac builds use @rpath when supported in CMakeJonathan Peyton2016-02-091-0/+8
* Add LIBOMP_ENABLE_SHARED option for CMakeJonathan Peyton2016-02-041-2/+22
* [STATS] Have CMake do real check for stats functionalityJonathan Peyton2015-12-181-1/+0
* Adding Hwloc library option for affinity mechanismJonathan Peyton2015-11-301-0/+12
* Improve OMPT initialization codeJonathan Peyton2015-11-051-0/+2
* [OMPT] Windows Support for OMPTJonathan Peyton2015-10-291-1/+0
* OpenMP Initial testsuite change to purely llvm-lit based testingJonathan Peyton2015-09-211-0/+2
* [OpenMP] [CMake] Removing expand-vars.pl in favor of CMake's configure_file()Jonathan Peyton2015-08-281-6/+18
* Tidy statistics collectionJonathan Peyton2015-08-111-0/+4
* [cmake] Support enabling -Werror in the OpenMP runtime CMake build andChandler Carruth2015-07-181-0/+3
* Re-indent the CMake refactor to two-space indentionJonathan Peyton2015-07-151-120/+120
* Large Refactor of CMake build systemJonathan Peyton2015-07-151-468/+166
* Turn debugger interface off by default.Jonathan Peyton2015-07-091-1/+1
* Enable debugger supportJonathan Peyton2015-07-091-0/+5
* Have CMake error out on Windows when user wants OMPT supportJonathan Peyton2015-06-171-0/+3
* Remove unused variables '__kmp_build_check_*' for non assert builds.Jonathan Peyton2015-06-111-2/+7
* Implement recursive CMake.Jonathan Peyton2015-06-111-346/+1
* Apply name change to CMake build system.Jonathan Peyton2015-06-011-87/+71
* Allow CMAKE_OSX_ARCHITECTURES to build fat library.Jonathan Peyton2015-05-291-13/+7
* Change CMake file formattingJonathan Peyton2015-05-261-93/+136
* Change CMake variable prefix to LIBOMPJonathan Peyton2015-05-201-156/+136
* Testing commit privilegeJonathan Peyton2015-05-141-0/+2
* Cross compiler build fix [Important] - from J.Peyton, initial version from C....Andrey Churbanov2015-05-141-40/+45
* patch to allow lib name at configure time (from C.Bergstrom)Andrey Churbanov2015-05-121-1/+2
* D9306 omp 4.1 async offload support (partial): build changes for version 4.1Andrey Churbanov2015-05-071-3/+3
* Integrate libiomp CMake into LLVM CMake build system.Andrey Churbanov2015-05-051-128/+179
OpenPOWER on IntegriCloud