summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/cmake
Commit message (Expand)AuthorAgeFilesLines
* Ensure correct pthread flags and libraries are usedDimitry Andric2019-04-032-5/+4
* [OpenMP] Remove accidental commit to config-ix.cmake in r353747Jonathan Peyton2019-02-111-38/+0
* [OpenMP] Fix thread_limits to work properly for teams constructJonathan Peyton2019-02-111-0/+38
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-199-36/+27
* [OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze2019-01-151-1/+1
* Support clang compiling under windows-gnu and windows-msvcAndrey Churbanov2018-12-102-7/+11
* Add DragonFlyBSD support to OpenMPKamil Rytarowski2018-12-092-0/+8
* [OpenMP] Cleanup codeJonathan Peyton2018-08-092-10/+16
* [CMake] Disable -Wstringop-overflowJonas Hahnfeld2018-07-302-0/+2
* [OMPT] Build runtime with OMPT support by defaultJoachim Protze2018-01-021-1/+9
* [CMake] Refactor common settings and flagsJonas Hahnfeld2017-11-292-6/+0
* [OMPT] Provide initialization for Mac OS XJonas Hahnfeld2017-11-111-2/+2
* [OMPT] Purge OMPT_BLAME and OMPT_TRACEJonas Hahnfeld2017-11-101-2/+1
* OpenMP version 5.0 addedJonathan Peyton2017-03-061-0/+3
* Change source files from .c to .cppJonathan Peyton2016-12-141-4/+4
* Support of mips & mips64 for openmprtlSylvestre Ledru2016-12-083-0/+11
* Introduce dynamic affinity dispatch capabilitiesJonathan Peyton2016-11-142-0/+2
* [OpenMP] Enable ThreadSanitizer to check OpenMP programsJonas Hahnfeld2016-11-071-0/+6
* [cmake] Fix for a bug https://llvm.org/bugs/show_bug.cgi?id=30489 "Cannot bui...Paul Osmialowski2016-09-301-1/+3
* Revert r273898's UNICODE quick fix in favor of CMake's remove_definitions()Jonathan Peyton2016-06-281-2/+0
* Fix the Windows build after r273599Hans Wennborg2016-06-271-0/+2
* Teach OpenMP Library to use Hwloc on WindowsJonathan Peyton2016-06-161-15/+14
* Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton2016-06-142-3/+3
* Remove trailing whitespace in CMake filesJonathan Peyton2016-05-171-3/+3
* [STATS] Missing check for MIC in config-ix.cmakeJonathan Peyton2016-03-281-1/+1
* Bypass Perl modules in build systemJonathan Peyton2016-01-262-6/+15
* [STATS] Have CMake do real check for stats functionalityJonathan Peyton2015-12-181-4/+27
* [STATS] Add libm.so to lib dependencies for stats libraryJonathan Peyton2015-12-171-0/+1
* Adding Hwloc library option for affinity mechanismJonathan Peyton2015-11-303-0/+30
* [OMPT] Windows Support for OMPTJonathan Peyton2015-10-292-3/+23
* Complex division requires libm on NetBSD, add it.Joerg Sonnenberger2015-09-211-0/+3
* libomp on NetBSD needs libc, libpthread and libm.Joerg Sonnenberger2015-09-211-0/+2
* [OpenMP] [CMake] Removing expand-vars.pl in favor of CMake's configure_file()Jonathan Peyton2015-08-282-97/+3
* Fix link error on Windows when LIBOMP_USE_DEBUGGER is offJonathan Peyton2015-08-061-0/+1
* LibompMicroTests.cmake: Invoke 'test' instead of using '[ x -eq y ]'Hans Wennborg2015-07-241-1/+1
* [CMake] Fix libomp_check_linker_flag functionJonathan Peyton2015-07-231-1/+1
* [cmake] Support enabling -Werror in the OpenMP runtime CMake build andChandler Carruth2015-07-182-7/+35
* Re-indent the CMake refactor to two-space indentionJonathan Peyton2015-07-159-714/+713
* Large Refactor of CMake build systemJonathan Peyton2015-07-1526-1657/+1146
* Enable debugger supportJonathan Peyton2015-07-092-0/+6
* Remove unused variables '__kmp_build_check_*' for non assert builds.Jonathan Peyton2015-06-111-1/+3
* Implement recursive CMake.Jonathan Peyton2015-06-111-19/+19
* Apply name change to CMake build system.Jonathan Peyton2015-06-017-26/+26
* Change macro GUIDEDLL_EXPORTS to KMP_DYNAMIC_LIBJonathan Peyton2015-05-261-1/+1
* fixed missed arch renaming (from C.Bergstrom)Andrey Churbanov2015-05-251-1/+1
* Fix spelling errorsJonathan Peyton2015-05-221-1/+1
* Change CMake variable prefix to LIBOMPJonathan Peyton2015-05-208-47/+47
* Cross compiler build fix [Important] - from J.Peyton, initial version from C....Andrey Churbanov2015-05-141-3/+3
* D9306 omp 4.1 async offload support (partial): build changes for version 4.1Andrey Churbanov2015-05-072-1/+4
* Integrate libiomp CMake into LLVM CMake build system.Andrey Churbanov2015-05-054-219/+152
OpenPOWER on IntegriCloud