summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-12-17[ASan] Always build shared ASan runtime on Linux.Alexey Samsonov
2014-12-17[sanitizer] add CombinedAllocator::InitIfLinkerInitialized and use it in lsan...Kostya Serebryany
2014-12-17[sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, compiler-rt partKostya Serebryany
2014-12-17[ASan] Move flag parsing logic to asan_flags.cc. NFC.Alexey Samsonov
2014-12-17[msan] Stop calling pthread_getspecific in signal handlers.Evgeniy Stepanov
2014-12-17[ASan] Re-structure the allocator code. NFC.Alexey Samsonov
2014-12-17Rename asan_allocator2.cc to asan_allocator.ccAlexey Samsonov
2014-12-17[ASan] Introduce SetCanPoisonMemory() function.Alexey Samsonov
2014-12-16[asan] trying to fix Mac buildKostya Serebryany
2014-12-16Fix Win build after r224353: void function returning zero.Hans Wennborg
2014-12-16[asan] new flag: hard_rss_limit_mbKostya Serebryany
2014-12-16internal_stat for mips64Mohit K. Bhakkad
2014-12-16Add an MACOS_VERSION_UNKNOWN_NEWER enum value for OS X versions above 10.10.Kuba Brecka
2014-12-16Fix data symbolization with libbacktrace. Patch by Jakub Jelinek!Alexey Samsonov
2014-12-16[ASan] Allow to atomically modify malloc_context_size at runtime.Alexey Samsonov
2014-12-15[asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany
2014-12-12[Sanitizer] Introduce Allocator::may_return_null bool flag.Alexey Samsonov
2014-12-12[mips] [test] Enable COMPILER_RT_INCLUDE_TESTS for MIPSKumar Sukhani
2014-12-12[ASan] Group all flag parsing code together. NFC.Alexey Samsonov
2014-12-11[ASan] Change fake stack and local variables handling.Alexey Samsonov
2014-12-11[Sanitizer] Don't modify mmap_limit_mb flag in runtime.Alexey Samsonov
2014-12-11[Sanitizer] Fix report_path functionality:Alexey Samsonov
2014-12-11tsan: fix Go buildDmitry Vyukov
2014-12-11tsan: don't subtract one from fake PCsDmitry Vyukov
2014-12-10[sanitizer] Disable compile-time checks for __kernel_old_uid_t size on aarch64.Evgeniy Stepanov
2014-12-10builtins: cleanup constant data section selectionSaleem Abdulrasool
2014-12-10[DD] Don't store the second copy of CommonFlags inside DDFlags.Alexey Samsonov
2014-12-10[CMake] Make sure dd is built as a part of compiler-rt.Alexey Samsonov
2014-12-09profile: Add low level versions of profile buffer functionsJustin Bogner
2014-12-09[tsan] remove TSAN_GO in favor of SANITIZER_GOKostya Serebryany
2014-12-09[asan] move GetRSS from tsan to sanitizer_commonKostya Serebryany
2014-12-08Update bogus file permissions.Alexey Samsonov
2014-12-08[msan] Intercept wcsto*.Evgeniy Stepanov
2014-12-05[DFSAN][MIPS] adding support of DFSAN for MIPS64Peter Collingbourne
2014-12-05Implement AddressSanitizer suppressions.Kuba Brecka
2014-12-05[ASan] Refactor thread starting code.Sergey Matveev
2014-12-05[ASan] Fix Win build following r223419.Sergey Matveev
2014-12-05tsan: protect trace memory range on startupDmitry Vyukov
2014-12-05[ASan, LSan] Improve tracking of thread creation.Sergey Matveev
2014-12-03[msan] allow -fsanitize-coverage=N together with -fsanitize=memory, compiler-...Kostya Serebryany
2014-12-03ASan CMakeLists.txt: fix bad indent; NFCHans Wennborg
2014-12-03[msan] Change the way origin ids are built.Evgeniy Stepanov
2014-12-03[msan] Re-enable one test.Evgeniy Stepanov
2014-12-02Replace InternalScopedBuffer<char> with InternalScopedString where applicable.Alexey Samsonov
2014-12-02Add missing #include to fix Android build.Alexey Samsonov
2014-12-02Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov
2014-12-02[Tsan] Do not flush all streams on exitViktor Kutuzov
2014-12-01Add override specifiers to Symbolizer methods. NFC.Alexey Samsonov
2014-11-29Add a HasSuppressionType method into SuppressionContextKuba Brecka
2014-11-28[Msan] Generalize mapping facilities to add FreeBSD supportViktor Kutuzov