summaryrefslogtreecommitdiff
path: root/cmake/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [cmake] Work around more -Wunused-driver-argument warningsVedant Kumar2017-09-071-1/+8
* [cmake] Remove accidentally committed warning messagesVedant Kumar2017-09-011-2/+0
* [cmake] Work around -Wunused-driver-argument warningsVedant Kumar2017-09-012-1/+22
* [builtins] Prevent duplicate definitions for overridden functionsFrancis Ricci2017-08-302-32/+32
* Restore clang_rt library name on i686-android.Evgeniy Stepanov2017-08-291-3/+11
* Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-281-3/+0
* Proper dependency check for clang in compiler_rt.George Karpenkov2017-08-281-1/+1
* Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-271-0/+3
* [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-271-3/+0
* Revert "Add Clang dependency to the check for Clang C++ headers."Adrian Prantl2017-08-251-4/+6
* Add Clang dependency to the check for Clang C++ headers.George Karpenkov2017-08-241-6/+4
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-4/+3