summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2014-11-28[asan] Remove the local copy of Android ucontext.h.Evgeniy Stepanov
2014-11-27[Msan] Fix some interceptors to pass initialization on FreeBSDViktor Kutuzov
2014-11-26[Msan] Exclude non-FreeBSD interceptors on FreeBSDViktor Kutuzov
2014-11-26[Msan] Check returning value of DTLS_Get()Viktor Kutuzov
2014-11-26[Sanitizer] Bump kMaxPathLength to 4096 and use it more extensively instead o...Alexey Samsonov
2014-11-25[msan] Remove leftover MSanDR bits in tests.Evgeniy Stepanov
2014-11-25[Sanitizers] Intercept __tls_get_addr() and shmctl() on FreeBSDViktor Kutuzov
2014-11-25[Asan] Pack signal context into a structureViktor Kutuzov
2014-11-25[asan] Improvements for asan deactivated mode: disable asan activation for ru...Yury Gribov
2014-11-24[asan/coverage] change the way asan coverage instrumentation is done: instead...Kostya Serebryany
2014-11-24[compiler-rt] Make the MSAN wmemset intercepter call wmemset instead of memse...Eric Fiselier
2014-11-21[ASan] Get fake stack code working with GCC 4.8.2.Jay Foad
2014-11-21[ASan] Allow the users of SymbolizationLoop to make use of the --dsym_hint op...Alexander Potapenko
2014-11-21sanitizer_common: fix function w/o returnDmitry Vyukov
2014-11-21[asan] Runtime support for asan-instrument-allocas which enables instrumentat...Yury Gribov
2014-11-20[DFSan] Add flag to dump the labels when the program terminates.Lorenzo Martignoni