summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko2013-11-071-3/+19
* Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.Peter Collingbourne2013-10-251-2/+9
* Add top-level CMake 'compiler-rt' target to build all compiler-rt librariesAlexey Samsonov2013-10-011-0/+3
* [TSan] Add a couple of compiler warnings to TSan runtime compile flagsAlexey Samsonov2013-08-291-0/+2
* [sanitizer] Refine CMake rules for generating exported symbols and lint checkingAlexey Samsonov2013-08-291-0/+4
* cmake: Add /Oy- (don't omit frame pointer) to compile flagsHans Wennborg2013-08-281-0/+1
* Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov2013-08-271-0/+1
* cmake: fix the compiler-rt build with MSVCHans Wennborg2013-08-271-21/+37
* [ASan] Bump min supported Mac OS X version to 10.6Alexey Samsonov2013-07-161-1/+1
* Always set -m32/-m64 flags for targeting i386/x86_64 respectively. Apparently...Alexey Samsonov2013-06-301-13/+6
* Drop support for 32-bit PowerPC in sanitizer tools.Alexey Samsonov2013-06-071-1/+1
* [ASan] lit tests: create common autogenerated config for running compiler-rt ...Alexey Samsonov2013-06-061-0/+1
* [sanitizer] Interceptors for gethostbyname and friends.Evgeniy Stepanov2013-05-231-0/+1
* [nolibc] Disable the GCC stack protector when building sanitizer runtimes.Peter Collingbourne2013-05-081-0/+1
* Explicitly list all sanitizer headers in CMake build rules. Make sure sanitiz...Alexey Samsonov2013-04-111-41/+5
* Change the cmake variable COMPILER_RT_CAN_EXECUTE_TESTS to be an option so th...Michael Gottesman2013-04-011-3/+3
* [Sanitizer] Compile sanitizer runtimes with -Wno-non-virtual-dtor. Virtual dt...Alexey Samsonov2013-03-251-0/+6
* Support CMake build of profile runtime library on LinuxAlexey Samsonov2013-03-191-3/+6
* [CMake] set -mmacosx-version-min to 10.7 if compiler-rt is built with -stdlib...Alexey Samsonov2013-02-081-1/+13
* [sanitizer] Copy sanitizer headers to the build tree.Evgeniy Stepanov2013-01-291-0/+33
* CMake: generalize checking for target availability and add initial support fo...Alexey Samsonov2013-01-211-21/+28
* CMake: add functions creating universal runtime libraries for several archite...Alexey Samsonov2013-01-211-13/+0
* CMake: Add add_compiler_rt_static_runtime function and use it to build generi...Alexey Samsonov2013-01-201-17/+17
* CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov2013-01-181-0/+5
* CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov2013-01-181-17/+1
* CMake: start to generalize rules for non-x86 architecturesAlexey Samsonov2013-01-181-16/+20
* CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov2013-01-181-14/+14
* Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produ...Alexey Samsonov2012-12-271-0/+9
* [ASan] Support building both 32- and 64-bit unit tests if we can target both ...Alexey Samsonov2012-12-191-0/+10
* Significantly change the way we build ASan unittests in CMakeAlexey Samsonov2012-12-191-0/+8
* [ASan] Remove llvm-symbolizer from compiler-rt/utils/Alexander Potapenko2012-11-121-3/+0
* [Sanitizer] Build all sanitizer runtime libraries with debug info (with -glin...Alexey Samsonov2012-11-081-0/+8
* [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov2012-09-241-1/+3
* [Sanitizer] don't use -Werror as default compile flag for sanitizer runtimes ...Alexey Samsonov2012-09-131-1/+0
* [Sanitizer] Please Android build. Re-check the availability of -Wno-variadic-...Alexey Samsonov2012-09-121-2/+2
* [Sanitizer] first effort to start building ASan runtime with -Werror in CMake...Alexey Samsonov2012-09-121-0/+1
* CMake build rules for ASan Android runtime and tests.Evgeniy Stepanov2012-09-111-14/+7
* Fox a typo.Evgeniy Stepanov2012-09-111-1/+1
* [compiler-rt] Install support for CMake build of compiler-rtAlexey Samsonov2012-09-111-0/+34
* [ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the re...Alexey Samsonov2012-09-051-0/+6
* [compiler-rt] Recurse into 'utils' directory in CMake build of compiler-rt, e...Alexey Samsonov2012-09-041-0/+3
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-291-0/+3
* Some flag cleanup for the sanitizer runtimes.Chandler Carruth2012-08-291-0/+16
* CMake build rules for ASan/Android runtime.Evgeniy Stepanov2012-08-271-0/+14
* [ASan] CMake support for building ASan runtime as a universal binary on MacAlexey Samsonov2012-08-101-0/+12
* [compiler-rt] CMake build: if LLVM_BUILD_32_BITS is on, then -m32 is added to...Alexey Samsonov2012-08-071-1/+1
* Add support for building the ASan instrumentation unit tests with theChandler Carruth2012-06-271-0/+10
* Another big step toward a viable CMake build system for CompilerRT,Chandler Carruth2012-06-251-0/+6
* Disable the test subdirectory entirely until we get fresh CMake filesChandler Carruth2012-06-221-1/+4
* Initial, very rough cut at a new CMake build system for compiler-rt.Chandler Carruth2012-04-041-0/+49