summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [lsan] Invoke leak detection with atexit().Sergey Matveev2013-05-214-15/+12
* [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS.Sergey Matveev2013-05-212-5/+8
* [asan] LSan hooks in asan_rtl.Sergey Matveev2013-05-212-0/+25
* [lsan] Change CMakeLists to build the common LSan module for ASan.Sergey Matveev2013-05-215-17/+46
* [MSan] Add empty default blacklist for MSanAlexey Samsonov2013-05-215-2/+15
* [ASan] create default (empty) ASan blacklist file in resource directoryAlexey Samsonov2013-05-215-1/+27
* [asan] LSan hooks in asan_allocator2.ccSergey Matveev2013-05-211-1/+81
* [asan] LSan hooks in asan_thread.ccSergey Matveev2013-05-211-1/+19
* [lsan] LSan in LD_PRELOAD library form.Sergey Matveev2013-05-211-0/+31
* [Sanitizer] Print verbose warning if symbolizer can't read /proc/self/exe for...Alexey Samsonov2013-05-211-1/+4
* [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...Peter Collingbourne2013-05-215-6/+7
* [nolibc] Move stoptheworld to RTSanitizerCommonLibc.Peter Collingbourne2013-05-212-2/+2
* [nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcd...Peter Collingbourne2013-05-214-92/+118
* [ASan] Mark init-order test as XFAIL on DarwinAlexey Samsonov2013-05-211-0/+3
* [ASan] Don't run fast unwinder tests on 32-bit Linux as fast unwinder may be ...Alexey Samsonov2013-05-212-8/+2
* [sanitizer] Enable pthread_getschedparam interceptor on Android.Evgeniy Stepanov2013-05-211-4/+3
* [ASan] Mark some tests as working only on x86_64 and i386 archesAlexey Samsonov2013-05-216-2/+28
* [msan] Replace GetArgv hack with something that is slightly better.Evgeniy Stepanov2013-05-211-13/+5
* Add lit config feature <target>-supported-target to mark target-specific testsAlexey Samsonov2013-05-212-0/+7
* tsan: detect when a thread ends with ignores enabledDmitry Vyukov2013-05-214-2/+38
* [sanitizer] Intercept pthread_getschedparam.Evgeniy Stepanov2013-05-216-22/+62
* [sanitizer] fix asan on the platforms where the page size is not a compile-ti...Kostya Serebryany2013-05-211-0/+4
* [nolibc] Move GetPageSize to the individual platforms.Peter Collingbourne2013-05-203-4/+8
* [nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcd...Peter Collingbourne2013-05-204-242/+276
* [nolibc] Make GetArgsAndEnv libc-independent.Peter Collingbourne2013-05-201-18/+18
* Build LSan on x86_64 only if this target is supportedAlexey Samsonov2013-05-201-8/+12
* [lsan] Fix r182256.Sergey Matveev2013-05-201-0/+1
* [ASan] Nuke build of static ASan runtime on Mac OSAlexey Samsonov2013-05-201-7/+0
* [Sanitizer] Build sanitizer runtimes with debug info in Makefile buildAlexey Samsonov2013-05-202-10/+12
* [libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appe...Alexander Potapenko2013-05-202-6/+28
* [lsan] GetUserBegin() in LSan.Sergey Matveev2013-05-203-1/+13
* Fix realloc'ing freed/invalid pointersTimur Iskhodzhanov2013-05-202-11/+43
* [asan] Modify ASan metadata atomically.Sergey Matveev2013-05-201-3/+5
* [lsan] CMakeLists and lit test configs for LSan.Sergey Matveev2013-05-205-0/+147
* [lsan] Tests for LeakSanitizer.Sergey Matveev2013-05-203-0/+329
* [lsan] Common leak checking module.Sergey Matveev2013-05-203-0/+692
* [lsan] Standalone LSan initialization.Sergey Matveev2013-05-202-0/+84
* [lsan] Interceptors for standalone LSan.Sergey Matveev2013-05-201-0/+249
* [lsan] Thread registry for standalone LSan.Sergey Matveev2013-05-202-0/+216
* [lsan] Allocator for standalone LSan.Sergey Matveev2013-05-202-0/+227
* [ASan] Remove an unused ChunkBase fieldTimur Iskhodzhanov2013-05-201-5/+3
* [sanitizer] factor out ByteMap from SizeClassAllocator32 so that it can be la...Kostya Serebryany2013-05-203-25/+63
* Avoid rebuilding the RTSanitizerCommon objects when building clang_rt.san.Richard Smith2013-05-191-3/+3
* Replace CHECK(a == b); with CHECK_EQ(a, b); throughout asan_allocator2.ccTimur Iskhodzhanov2013-05-181-3/+3
* Fix the UBSan CMake build broken in r182118David Blaikie2013-05-171-1/+3
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-1715-25/+27
* [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate li...Peter Collingbourne2013-05-178-11/+43
* [sanitizer] Fix build with Android NDK r8e.Evgeniy Stepanov2013-05-171-0/+3
* [ASan] Make the regression test for time(NULL) Linux-specific, as it crashes ...Alexander Potapenko2013-05-172-7/+20
* [sanitizer] Fix gcc build.Evgeniy Stepanov2013-05-171-0/+1
OpenPOWER on IntegriCloud