summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizers Win] Move duplicate Windows-specific compiler flags to a common C...Timur Iskhodzhanov2014-05-301-0/+12
* [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov2014-05-282-4/+15
* [Sanitizer tests] Don't need to use -lstdc++ thanks to --driver-mode=g++Timur Iskhodzhanov2014-05-191-1/+0
* Exclude MSVC to try to unbreak their builds. We have a bad skew betweenChandler Carruth2014-05-151-2/+10
* Teach the compiler-rt custom compilation and linking CMake rules usedChandler Carruth2014-05-151-1/+3
* [Sanitizer/ASan tests] Automatically detect the presence of libstdc++Timur Iskhodzhanov2014-05-131-0/+1
* [ASan tests] Add Windows-specific flags to lib/asan/tests/CMakeLists.txtTimur Iskhodzhanov2014-05-131-0/+1
* [CMake] Log output of configure/build/install steps for instrumented libcxx t...Alexey Samsonov2014-05-121-0/+3
* [ASan tests] Use clang-cl to build tests on WindowsTimur Iskhodzhanov2014-05-122-2/+6
* [CMake] Use ExternalProject to build MSan-ified version of libcxx for unit te...Alexey Samsonov2014-05-091-0/+46
* [ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov2014-04-012-1/+6
* [CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.Alexey Samsonov2014-03-311-11/+15
* [CMake] Rename the variableAlexey Samsonov2014-03-241-1/+1
* [CMake] Respect CMAKE_CXX_FLAGS in custom clang_compile commandsAlexey Samsonov2014-03-241-1/+11
* fixed check_lint.sh in standalone buildGreg Fitzgerald2014-03-211-0/+1
* [CMake] Build compiler-rt libraries with -std=c++11Alexey Samsonov2014-03-181-0/+1
* [CMake] Use /W3 instead of -Wall on Windows. Remove add_definitions abuse.Alexey Samsonov2014-03-132-6/+10
* [CMake] Make append_if semantics similar to those used in LLVMAlexey Samsonov2014-03-131-5/+8
* [CMake] Build compiler-rt libraries with -WallAlexey Samsonov2014-03-061-0/+1
* [CMake] Test for libdl and libpthread presenceAlexey Samsonov2014-03-041-0/+5
* [CMake] Port add_sanitizer_rt_symbols to CMake 3.0Alexey Samsonov2014-03-041-7/+10
* [CMake] Fix add_sanitizer_rt_symbols on multi-config CMake generators.Alexey Samsonov2014-03-041-1/+14
* [asan] Install asan_device_setup to bin/ when targetting Android.Evgeniy Stepanov2014-02-271-0/+13
* [CMake] Make sure add_compiler_rt_resource_file doesn't do unnecessary workAlexey Samsonov2014-02-271-2/+4
* Move COMPILER_RT_HAS_FUNC check from r202303 to config-ix.cmakeAlexey Samsonov2014-02-271-0/+4
* Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGSReid Kleckner2014-02-261-3/+0
* Emulate C99/C++11 __func__ for Visual C++.Joerg Sonnenberger2014-02-261-0/+3
* [CMake] Better support for COMPILER_RT_ENABLE_WERROR. Make sure compiler-rt l...Alexey Samsonov2014-02-242-0/+8
* [CMake] Use host compiler to build unittests in standalone modeAlexey Samsonov2014-02-193-10/+22
* [CMake] Rudimentary support for standalone CompilerRT build system.Alexey Samsonov2014-02-191-1/+1
* [CMake] Rename several variablesAlexey Samsonov2014-02-181-2/+2
* [CMake] Add top-level target for each compiler-rt library, and add 'compiler-...Alexey Samsonov2014-02-182-4/+0
* [CMake] Check for -fPIE and -ffreestanding flags for consistencyAlexey Samsonov2014-02-181-0/+2
* [CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov2014-02-182-0/+13
* [CMake] Simplify code for detecting/setting compiler flagsAlexey Samsonov2014-02-181-0/+30
* LLVM's GoogleTest copy has moved its source code back to the defaultChandler Carruth2013-11-151-1/+2
* [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko2013-11-071-18/+20
* Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.Peter Collingbourne2013-10-251-0/+10
* Add top-level CMake 'compiler-rt' target to build all compiler-rt librariesAlexey Samsonov2013-10-012-0/+4
* [ASan] Split ASan unit tests into two different binaries:Alexey Samsonov2013-09-161-3/+9
* [sanitizer] Refine CMake rules for generating exported symbols and lint checkingAlexey Samsonov2013-08-291-2/+20
* sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python.Will Dietz2013-08-281-1/+2
* Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov2013-08-272-10/+24
* [ASan] create default (empty) ASan blacklist file in resource directoryAlexey Samsonov2013-05-211-0/+10
* Build and install .syms files alongside sanitizer runtimes. These are used toRichard Smith2013-03-231-2/+10
* [CMake] set -mmacosx-version-min to 10.7 if compiler-rt is built with -stdlib...Alexey Samsonov2013-02-081-0/+11
* CMake: simplify build rules for compiler-rt unit tests. This fixes warnings i...Alexey Samsonov2013-01-281-3/+1
* [CMake] Fix compiler-rt tests after r173617Alexey Samsonov2013-01-281-3/+1
* AddCompilerRT.cmake: Try to unbreak since r173617.NAKAMURA Takumi2013-01-271-1/+1
* CMake: add functions creating universal runtime libraries for several archite...Alexey Samsonov2013-01-211-3/+41