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