- c349466 Add top-level CMake 'compiler-rt' target to build all compiler-rt libraries by Alexey Samsonov · 11 years ago
- 0bc4a0b [TSan] Add a couple of compiler warnings to TSan runtime compile flags by Alexey Samsonov · 11 years ago
- 38a61aa [sanitizer] Refine CMake rules for generating exported symbols and lint checking by Alexey Samsonov · 11 years ago
- 3472413 cmake: Add /Oy- (don't omit frame pointer) to compile flags by Hans Wennborg · 11 years ago
- e5fa243 Properly generate lists of exported symbols for sanitizer runtimes by Alexey Samsonov · 11 years ago
- c1f1af7 cmake: fix the compiler-rt build with MSVC by Hans Wennborg · 11 years ago
- b6bde4d [ASan] Bump min supported Mac OS X version to 10.6 by Alexey Samsonov · 11 years ago
- 33b2135 Always set -m32/-m64 flags for targeting i386/x86_64 respectively. Apparently, there are platforms where the clang defaults are different from gcc by Alexey Samsonov · 11 years ago
- b957d9f Drop support for 32-bit PowerPC in sanitizer tools. by Alexey Samsonov · 11 years ago
- dd6605e [ASan] lit tests: create common autogenerated config for running compiler-rt lit tests, and use it in ASan by Alexey Samsonov · 11 years ago
- 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
- 8496afd [nolibc] Disable the GCC stack protector when building sanitizer runtimes. by Peter Collingbourne · 11 years ago
- 2a529ad Explicitly list all sanitizer headers in CMake build rules. Make sure sanitizer lit_tests depend on fresh headers. by Alexey Samsonov · 12 years ago
- fd0a789 Change the cmake variable COMPILER_RT_CAN_EXECUTE_TESTS to be an option so that it can overwritten. by Michael Gottesman · 12 years ago
- e374e4e [Sanitizer] Compile sanitizer runtimes with -Wno-non-virtual-dtor. Virtual dtors may be a problem for us, as sanitizer runtime should not generally assume libstdc++ presence. by Alexey Samsonov · 12 years ago
- c9de451 Support CMake build of profile runtime library on Linux by Alexey Samsonov · 12 years ago
- 304026d [CMake] set -mmacosx-version-min to 10.7 if compiler-rt is built with -stdlib=libc++ by Alexey Samsonov · 12 years ago
- bc2b5ba [sanitizer] Copy sanitizer headers to the build tree. by Evgeniy Stepanov · 12 years ago
- d0b1d46 CMake: generalize checking for target availability and add initial support for PowerPC native arch. With this patch, building LLVM on PowerPC native arch produces a working ASan runtime. by Alexey Samsonov · 12 years ago
- 2aad7c1 CMake: add functions creating universal runtime libraries for several architectures on OS X and use them in ASan and UBSan build rules by Alexey Samsonov · 12 years ago
- e16af95 CMake: Add add_compiler_rt_static_runtime function and use it to build generic compiler-rt libraries by Alexey Samsonov · 12 years ago
- 43b4b9c CMake: Generalize build rules for different arches for sanitizer_common, asan, ubsan by Alexey Samsonov · 12 years ago
- 392c50d CMake: create AddCompilerRT module and implement convenience add_compiler_rt_object_library function by Alexey Samsonov · 12 years ago
- 3442118 CMake: start to generalize rules for non-x86 architectures by Alexey Samsonov · 12 years ago
- 2f3aef0 CMake variables renaming: X86_64->x86_64 I386->i386 by Alexey Samsonov · 12 years ago
- d7d7b5f Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produce working binaries and use it in build rules for sanitizers tests by Alexey Samsonov · 12 years ago
- bf23186 [ASan] Support building both 32- and 64-bit unit tests if we can target both architectures by Alexey Samsonov · 12 years ago
- 02dcc63 Significantly change the way we build ASan unittests in CMake by Alexey Samsonov · 12 years ago
- 79ad22a [ASan] Remove llvm-symbolizer from compiler-rt/utils/ by Alexander Potapenko · 12 years ago
- 275ca01 [Sanitizer] Build all sanitizer runtime libraries with debug info (with -gline-tables-only, if it's available) by Alexey Samsonov · 12 years ago
- b46941a [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the same time, remove ASan from CMake build on Windows after conversation with Timur. We don't want to support building ASan on Windows until it is in a working state. by Alexey Samsonov · 12 years ago
- 1d34a48 [Sanitizer] don't use -Werror as default compile flag for sanitizer runtimes - people may use too many distinct/old host compilers by Alexey Samsonov · 12 years ago
- 721460b [Sanitizer] Please Android build. Re-check the availability of -Wno-variadic-macros flag. by Alexey Samsonov · 12 years ago
- b43d6a8 [Sanitizer] first effort to start building ASan runtime with -Werror in CMake build by Alexey Samsonov · 12 years ago
- 34fc56c CMake build rules for ASan Android runtime and tests. by Evgeniy Stepanov · 12 years ago
- 7e72e45 Fox a typo. by Evgeniy Stepanov · 12 years ago
- 70a7095 [compiler-rt] Install support for CMake build of compiler-rt by Alexey Samsonov · 12 years ago
- 0f7d4a4 [ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the rest of flags/defs from old Makefile to CMake by Alexey Samsonov · 12 years ago
- c5fee8e [compiler-rt] Recurse into 'utils' directory in CMake build of compiler-rt, enable build of llvm-symbolizer binary (currently for one target only) by Alexey Samsonov · 12 years ago
- d865fec Relocate the external headers provided by ASan and the common sanitizer library. by Chandler Carruth · 12 years ago
- 60ab090 Some flag cleanup for the sanitizer runtimes. by Chandler Carruth · 12 years ago
- b100277 CMake build rules for ASan/Android runtime. by Evgeniy Stepanov · 12 years ago
- fe51abb [ASan] CMake support for building ASan runtime as a universal binary on Mac by Alexey Samsonov · 12 years ago
- bd17004 [compiler-rt] CMake build: if LLVM_BUILD_32_BITS is on, then -m32 is added to llvm definitions. Let us override this by explicitly adding -m64 compiler flag when building compiler-rt libraries for x86_64 target by Alexey Samsonov · 12 years ago
- 984f6cf Add support for building the ASan instrumentation unit tests with the by Chandler Carruth · 12 years ago
- a765ffc Another big step toward a viable CMake build system for CompilerRT, by Chandler Carruth · 12 years ago
- 2e82a8b Disable the test subdirectory entirely until we get fresh CMake files by Chandler Carruth · 12 years ago
- d51e0a0 Initial, very rough cut at a new CMake build system for compiler-rt. by Chandler Carruth · 13 years ago
- 062ed09 Remove the old, and non-functional CMake build system from CompilerRT. by Chandler Carruth · 13 years ago
- fe4eb31 Sink {config.h,ConfigureChecks}.cmake into cmake directory. by Daniel Dunbar · 15 years ago
- 786d7d6 Fix CMakeLists.txt comment. by Edward O'Callaghan · 15 years ago
- e4ff347 Fix cmake test suit for compiler-rt. by Edward O'Callaghan · 15 years ago
- cc75801 Comment out broken tests and make the rest build in cmake build system. by Edward O'Callaghan · 15 years ago
- 6311a30 If the compiler does not support GCC-compatible by Shantonu Sen · 15 years ago
- b4c3b6f 1) Remove cmake-specific #define usage from the exported by Shantonu Sen · 15 years ago
- 7b268dc Update cmake files for arm support hooks. by Edward O'Callaghan · 15 years ago
- a468808 Add Blocks support to CMake build system. by Edward O'Callaghan · 15 years ago
- d4048aa Fix include path to config.h for CMake build system. by Edward O'Callaghan · 15 years ago
- 8bf1e09 Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs by Edward O'Callaghan · 15 years ago
- 0e4ad9c Start porting compiler-rt testsuit to Solaris with new build system. Fix some C++ style comments which are not allowed in ISO C90. by Edward O'Callaghan · 15 years ago
- 6c307f0 Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete port to AuroraUX and Solaris. by Edward O'Callaghan · 15 years ago
- 880cafc A few CMake formating fixes for compiler-rt. by Edward O'Callaghan · 15 years ago
- d904635 Initial import of CMake type build system. Just like the rest of llvm.. by Edward O'Callaghan · 15 years ago