summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/cmake
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-072-2/+2
* [OpenMP] Remove -Wl,-fini=__kmp_internal_end_finiAaron Puchert2019-11-192-2/+0
* Don't link libm with -Wl,--as-needed on FreeBSDAndrey Churbanov2019-10-081-2/+2
* [OpenMP] Change initialization of __kmp_globalJonas Hahnfeld2019-09-042-2/+0
* [OpenMP] Enable warning about "implicit fallthrough"Jonas Hahnfeld2019-08-152-2/+0
* [OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld2019-08-152-2/+0
* [OMPT] Resolve warnings because of ints in if conditionsJonas Hahnfeld2019-08-152-2/+0
* [OpenMP] Turn on -Wall compiler warnings by defaultJonas Hahnfeld2019-08-152-51/+30
* [OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGSJonas Hahnfeld2019-07-302-14/+0
* [OpenMP] RISCV64 portJonas Hahnfeld2019-07-254-1/+9
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-123-20/+3
* 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
OpenPOWER on IntegriCloud