summaryrefslogtreecommitdiffstats
path: root/compiler-rt/cmake/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* [XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris2018-09-181-0/+10
* [CMake] Don't parse target triple except for archPetr Hosek2018-08-141-10/+4
* [CMake] Fix bug in `add_weak_symbols()` function.Dan Liew2018-08-131-1/+9
* [CMake] Allow building builtins standalone out of tree without any llvm-confi...Martin Storsjo2018-08-031-35/+39
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-102-4/+62
* Support for multiarch runtimes layoutPetr Hosek2018-06-283-10/+52
* [CMake] Tidy up the organisation of compiler-rt when configured as a standaloneDan Liew2018-06-273-1/+8
* [UBsan] Enable ubsan minimal unit tests on OpenBSDDavid Carlier2018-06-251-1/+4
* Revert "[CMake] Use a different source depending on C++ support"Jonas Hahnfeld2018-06-171-16/+1
* [compiler-rt] Use CMAKE_LINKER instead of hardcoding ldShoaib Meenai2018-06-131-1/+1
* [XRay] Set an explicit dependency on libc++ when neededPetr Hosek2018-06-131-2/+6
* Reland "Passthrough additional flags to custom libcxx CMake build"Petr Hosek2018-06-131-11/+24
* Revert r334458, r334220, r334212, r334139.Matt Morehouse2018-06-121-41/+10
* [CMake] Remove -Wno-maybe-uninitialized from passthrough vars.Matt Morehouse2018-06-121-0/+3
* [CMake] Fix Libc++ Modules build.Eric Fiselier2018-06-071-0/+8
* [CMake] Filter out -z,defs when building custom libc++Petr Hosek2018-06-071-3/+7
* [CMake] Passthrough additional flags to custom libcxx CMake buildPetr Hosek2018-06-061-11/+27
* [CMake] Silence unused variable warning in compiler checkPetr Hosek2018-05-221-2/+2
* [CMake] Use a different source depending on C++ supportPetr Hosek2018-05-221-1/+16
* Revert "[CMake] Reland "Make simple source used for CMake checks a C file""Petr Hosek2018-05-211-4/+0
* Revert r332683 & r332684 relating to compiler runtime checksReid Kleckner2018-05-181-59/+0
* [CMake] Use <UNIX|WINDOWS>_COMMAND with separate_argumentsPetr Hosek2018-05-181-1/+5
* [CMake] Detect the compiler runtime and standard libraryPetr Hosek2018-05-181-0/+55
* [CMake] Reland "Make simple source used for CMake checks a C file"Petr Hosek2018-05-171-0/+4
* [CMake] Cleanup find_compiler_rt_library function [NFC]Petr Hosek2018-05-171-3/+2
* Revert "[cmake] Remove duplicate command line options from build"Aaron Smith2018-04-111-2/+2
* [cmake] Remove duplicate command line options from buildAaron Smith2018-04-111-2/+2
* [Fuzzer] Avoid the unnecessary rebuild of the custom libc++Petr Hosek2018-03-071-20/+61
* [PATCH] [compiler-rt, RISCV] Support builtins for RISC-VShiva Chen2018-03-011-0/+9
* Revert: [compiler-rt] r323626 - [cmake] [compiler-rt] Remove duplicate CMAKE_...Don Hinton2018-01-291-1/+1
* [cmake] [compiler-rt] Remove duplicate CMAKE_CXX_FLAGS.Don Hinton2018-01-291-1/+1
* [cmake] [compiler-rt] Call llvm_setup_rpath() when adding shared libraries.Don Hinton2018-01-271-0/+3
* [sanitizer] Pass the CMake compiler to custom libc++ buildPetr Hosek2018-01-211-0/+3
* Reland "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-211-10/+21
* Revert "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-201-30/+8
* [Fuzzer] Parametrize add_custom_libcxxPetr Hosek2018-01-201-8/+30
* Reland "Install resource files into a share/ directory"Petr Hosek2018-01-141-2/+2
* Revert "Install resource files into a share/ directory"Petr Hosek2018-01-111-2/+2
* Reland "Install resource files into a share/ directory"Petr Hosek2018-01-111-2/+2
* Revert "Install resource files into a share/ directory"Petr Hosek2018-01-111-2/+2
* Reland "Install resource files into a share/ directory"Petr Hosek2018-01-101-2/+2
* Revert "[CMake] Install resource files into a share/ directory"Petr Hosek2018-01-101-1/+1
* [CMake] Install resource files into a share/ directoryPetr Hosek2018-01-101-1/+1
* [CMake] Allow passing extra CMake arguments to custom libc++Petr Hosek2017-12-211-1/+2
* [CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek2017-12-121-1/+1
* [compiler-rt] Add install-*-stripped targetsShoaib Meenai2017-12-011-0/+16
* Add powerpc64 to compiler-rt build infrastructure.Sterling Augustine2017-11-301-0/+6
* [sanitizer] Refactor how assembly files are handledKuba Mracek2017-11-291-0/+11
* Allow compiler-rt test targets to work with multi-config CMake generatorsGreg Bedwell2017-11-131-0/+11
* [cmake] Fix skipping DEPS (typo) in sanitizer_test_compile()Michal Gorny2017-10-121-1/+1
OpenPOWER on IntegriCloud