summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-13Use the newer python syntax for exceptionsJustin Bogner
2014-12-12[Sanitizer] Introduce Allocator::may_return_null bool flag.Alexey Samsonov
2014-12-12[Asan] XFAIL the interception_failure_test.cc test on FreeBSDViktor Kutuzov
2014-12-12[Asan] Fix the tsd_dtor_leak.cc test to pass on FreeBSDViktor Kutuzov
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-11[Tsan] Fix the signal_recursive.cc test to pass on systems with high loadsViktor Kutuzov
2014-12-11tsan: fix Go buildDmitry Vyukov
2014-12-11tsan: don't subtract one from fake PCsDmitry Vyukov
2014-12-11Fix check-asan on Windows by putting lib/clang/... onto PATH (PR21880)Timur Iskhodzhanov
2014-12-10Update ASan/Win test expectations broken by r223508Timur Iskhodzhanov
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-05XFAILing suppression tests on Android. The suppression files are not being tr...Kuba Brecka
2014-12-05Recommit of r223513 and r223514.Kuba Brecka
2014-12-05Reverting r223513 and r223514.Kuba Brecka
2014-12-05[DFSAN][MIPS] adding support of DFSAN for MIPS64Peter Collingbourne
2014-12-05AddressSanitizer - Don't instrument globals from cstring_literals sections. (...Kuba Brecka
2014-12-05Implement AddressSanitizer suppressions.Kuba Brecka
2014-12-05[ASan] Refactor thread starting code.Sergey Matveev
2014-12-05[LSan] Rewrite the test from r223419 to not use C++11.Sergey Matveev
2014-12-05[ASan] Fix Win build following r223419.Sergey Matveev
2014-12-05tsan: fix testDmitry Vyukov
2014-12-05tsan: protect trace memory range on startupDmitry Vyukov
2014-12-05[ASan, LSan] Improve tracking of thread creation.Sergey Matveev
2014-12-04CMake: build DLLs in the right directory and include them in the 'install' ta...Hans Wennborg
2014-12-04[msan] Put the coverage files for coverage-levels.cc into a temporary dir.Alexander Potapenko
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[asan] Fix stale_stack_leak.cc test in ASan-UAR mode.Evgeniy Stepanov
2014-12-03[msan] Add one more test for the handling of stack origins.Evgeniy Stepanov
2014-12-03[msan] Re-enable one test.Evgeniy Stepanov
2014-12-03[asan] fix four asan tests to run in use-after-return mode Kostya Serebryany
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] Fix the atomic_race.cc test to pass on systems with high loadsViktor Kutuzov
2014-12-02[Tsan] Do not flush all streams on exitViktor Kutuzov
2014-12-01Add override specifiers to Symbolizer methods. NFC.Alexey Samsonov