summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Reapply asan coverage changes 194702-194704.Bob Wilson2013-11-151-0/+1
* Speculatively revert asan coverage changes 194702-194704.Bob Wilson2013-11-151-1/+0
* [asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany2013-11-141-0/+1
* [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko2013-11-071-5/+7
* [Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across ...Alexey Samsonov2013-11-071-0/+1
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-251-0/+2
* tsan: ignore interceptors coming from specified librariesDmitry Vyukov2013-10-031-0/+2
* Minor enhancements for sanitizer_common build rulesAlexey Samsonov2013-09-161-1/+2
* [Sanitizer] build sanitizer_common library with -Wglobal-constructorsAlexey Samsonov2013-09-111-0/+4
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-101-5/+0
* [sanitizer] A bunch of linux system call handlers.Evgeniy Stepanov2013-09-061-0/+1
* [sanitizer] Refine CMake rules for generating exported symbols and lint checkingAlexey Samsonov2013-08-291-12/+0
* sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python.Will Dietz2013-08-281-0/+1
* Make lint checker script more robustAlexey Samsonov2013-08-281-1/+2
* Check code style in check-sanitizer commandAlexey Samsonov2013-08-281-0/+10
* cmake: fix the compiler-rt build with MSVCHans Wennborg2013-08-271-3/+9
* Revert r188369 (and r188455) which breaks the build on at least someChandler Carruth2013-08-181-2/+0
* [sanitizer] Split platform_limits_posix into system- and kernel-dependent parts.Evgeniy Stepanov2013-08-141-0/+2
* [tsan] Move some suppressions-related code to common.Sergey Matveev2013-06-261-0/+1
* [sanitizer] Handle EVIOxxxx ioctls.Evgeniy Stepanov2013-06-201-0/+1
* [Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov2013-06-111-5/+3
* [nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independen...Peter Collingbourne2013-05-291-0/+1
* Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...Alexey Samsonov2013-05-291-0/+1
* [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...Peter Collingbourne2013-05-211-2/+2
* [nolibc] Move stoptheworld to RTSanitizerCommonLibc.Peter Collingbourne2013-05-211-1/+1
* [nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcd...Peter Collingbourne2013-05-211-0/+1
* [nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcd...Peter Collingbourne2013-05-201-0/+1
* Avoid rebuilding the RTSanitizerCommon objects when building clang_rt.san.Richard Smith2013-05-191-3/+3
* Fix the UBSan CMake build broken in r182118David Blaikie2013-05-171-1/+3
* [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate li...Peter Collingbourne2013-05-171-2/+9
* [sanitizer] Syscall hooks.Evgeniy Stepanov2013-04-111-0/+1
* Split ubsan runtime into three pieces (compiler-rt part):Richard Smith2013-03-201-0/+2
* [libsanitizer] StopTheWorld in sanitizer_commonAlexander Potapenko2013-03-151-0/+1
* [Sanitizer] Add generic ThreadRegistry class for sanitizer runtimes. This cla...Alexey Samsonov2013-03-141-0/+2
* [Sanitizer] Build sanitizer_common with -fno-rttiAlexey Samsonov2013-03-141-1/+3
* add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany2013-02-271-0/+1
* [sanitizer] Add interceptors for localtime and friends.Evgeniy Stepanov2013-02-191-0/+1
* CMake: Add add_compiler_rt_osx_object_library to create universal libraries o...Alexey Samsonov2013-01-201-4/+4
* CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov2013-01-181-11/+5
* CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov2013-01-181-12/+9
* [sanitizer] Rename 2 files *.h->*.inc as appropriate.Evgeniy Stepanov2013-01-181-2/+2
* CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov2013-01-181-4/+4
* [sanitizer] Common *scanf interceptors.Evgeniy Stepanov2013-01-181-0/+1
* asan/tsan: faster memory allocatorDmitry Vyukov2013-01-141-0/+1
* asan: Refactor asan memory quarantine.Dmitry Vyukov2013-01-111-0/+1
* [Sanitizer] CMake build rules for unittests: depend on headers when compiling...Alexey Samsonov2012-12-211-0/+24
* [Sanitizer] Modify CMake build rules for sanitizer_common unit tests: build t...Alexey Samsonov2012-12-201-8/+0
* Move C++ name demangling support from ubsan into sanitizer_common.Richard Smith2012-12-201-0/+1
* [Sanitizer] first effort to start building ASan runtime with -Werror in CMake...Alexey Samsonov2012-09-121-1/+1
* CMake build rules for ASan Android runtime and tests.Evgeniy Stepanov2012-09-111-2/+2