aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2016-10-25Update aosp/master compiler-rt for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master compiler-rt for rebase to r256229Pirama Arumuga Nainar
2015-08-13Update aosp/master compiler-rt for rebase to r239765Pirama Arumuga Nainar
2015-05-13Update aosp/master compiler-rt for rebase to r235153Pirama Arumuga Nainar
2015-04-08Update aosp/master compiler-rt for rebase to r233350Pirama Arumuga Nainar
2015-03-23Update aosp/master compiler-rt for rebase to r230699.Stephen Hines
2014-11-26Update aosp/master compiler-rt for rebase to r222486.Stephen Hines
2014-07-21Update compiler-rt for rebase to r212749.Stephen Hines
2014-05-28Update compiler-rt aosp/master for 3.5 (r209699) rebase.Stephen Hines
2013-11-22[ASan] Backport r195125, r195132, r195216 to LLVM 3.4 branch.Alexander Potapenko
2013-11-17[DFSan] Don't include public headers in dfsan runtime codeAlexey Samsonov
2013-11-07[ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko
2013-10-25Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.Peter Collingbourne
2013-10-01Add top-level CMake 'compiler-rt' target to build all compiler-rt librariesAlexey Samsonov
2013-08-29[TSan] Add a couple of compiler warnings to TSan runtime compile flagsAlexey Samsonov
2013-08-29[sanitizer] Refine CMake rules for generating exported symbols and lint checkingAlexey Samsonov
2013-08-28cmake: Add /Oy- (don't omit frame pointer) to compile flagsHans Wennborg
2013-08-27Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov
2013-08-27cmake: fix the compiler-rt build with MSVCHans Wennborg
2013-07-16[ASan] Bump min supported Mac OS X version to 10.6Alexey Samsonov
2013-06-30Always set -m32/-m64 flags for targeting i386/x86_64 respectively. Apparently...Alexey Samsonov
2013-06-07Drop support for 32-bit PowerPC in sanitizer tools.Alexey Samsonov
2013-06-06[ASan] lit tests: create common autogenerated config for running compiler-rt ...Alexey Samsonov
2013-05-23[sanitizer] Interceptors for gethostbyname and friends.Evgeniy Stepanov
2013-05-08[nolibc] Disable the GCC stack protector when building sanitizer runtimes.Peter Collingbourne
2013-04-11Explicitly list all sanitizer headers in CMake build rules. Make sure sanitiz...Alexey Samsonov
2013-04-01Change the cmake variable COMPILER_RT_CAN_EXECUTE_TESTS to be an option so th...Michael Gottesman
2013-03-25[Sanitizer] Compile sanitizer runtimes with -Wno-non-virtual-dtor. Virtual dt...Alexey Samsonov
2013-03-19Support CMake build of profile runtime library on LinuxAlexey Samsonov
2013-02-08[CMake] set -mmacosx-version-min to 10.7 if compiler-rt is built with -stdlib...Alexey Samsonov
2013-01-29[sanitizer] Copy sanitizer headers to the build tree.Evgeniy Stepanov
2013-01-21CMake: generalize checking for target availability and add initial support fo...Alexey Samsonov
2013-01-21CMake: add functions creating universal runtime libraries for several archite...Alexey Samsonov
2013-01-20CMake: Add add_compiler_rt_static_runtime function and use it to build generi...Alexey Samsonov
2013-01-18CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov
2013-01-18CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov
2013-01-18CMake: start to generalize rules for non-x86 architecturesAlexey Samsonov
2013-01-18CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov
2012-12-27Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produ...Alexey Samsonov
2012-12-19[ASan] Support building both 32- and 64-bit unit tests if we can target both ...Alexey Samsonov
2012-12-19Significantly change the way we build ASan unittests in CMakeAlexey Samsonov
2012-11-12[ASan] Remove llvm-symbolizer from compiler-rt/utils/Alexander Potapenko
2012-11-08[Sanitizer] Build all sanitizer runtime libraries with debug info (with -glin...Alexey Samsonov
2012-09-24[ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov
2012-09-13[Sanitizer] don't use -Werror as default compile flag for sanitizer runtimes ...Alexey Samsonov
2012-09-12[Sanitizer] Please Android build. Re-check the availability of -Wno-variadic-...Alexey Samsonov
2012-09-12[Sanitizer] first effort to start building ASan runtime with -Werror in CMake...Alexey Samsonov
2012-09-11CMake build rules for ASan Android runtime and tests.Evgeniy Stepanov
2012-09-11Fox a typo.Evgeniy Stepanov
2012-09-11[compiler-rt] Install support for CMake build of compiler-rtAlexey Samsonov