aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-02Remove invalid const qualifier for r0, since it is written by svc.release_36Stephen Hines
2015-03-12Merging r231402:Joerg Sonnenberger
2015-02-03Merging r226809:Hans Wennborg
2015-01-14Creating release_36 branch off revision 225991Hans Wennborg
2015-01-14builtins: avoid duplicating unwind declarationsSaleem Abdulrasool
2015-01-14[Msan] Fix strlen() and strnlen() interceptors to work on FreeBSDViktor Kutuzov
2015-01-14Reapply debug info changes now that more precise column information is availa...David Blaikie
2015-01-14Another try at handling LD_LIBRARY_PATH not being defined.Rafael Espindola
2015-01-14Handle LD_LIBRARY_PATH not being defined.Rafael Espindola
2015-01-12Update test cases for new -fsanitize-recover= semantics.Alexey Samsonov
2015-01-12[dfsan] Export dfsan_get_label_info function with C linkage.Peter Collingbourne
2015-01-12[Msan] Fix use of mmap(MAP_ANONYMOUS) in the unit tests on FreeBSDViktor Kutuzov
2015-01-12[Msan] Fix tests reading /proc files on FreeBSDViktor Kutuzov
2015-01-12[ASan] Move the shadow on Windows 32-bit from 0x20000000 to 0x40000000Timur Iskhodzhanov
2015-01-12[asan] Fix uninit in coverage.Evgeniy Stepanov
2015-01-12[asan] Pass activation options in the android test runner.Evgeniy Stepanov
2015-01-12Fix two extra semicolon warningsEhsan Akhgari
2015-01-12[ASan] Handle SIGBUS on Linux.Jay Foad
2015-01-11Add FreeBSD support for __clear_cache.Roman Divacky
2015-01-09Revert "Reapply debug info changes now that more precise column information i...David Blaikie
2015-01-09Remove AsanInterceptsSignal in favor of (equivalent) IsDeadlySignal.Alexey Samsonov
2015-01-09[sanitizer] use the right memory orderKostya Serebryany
2015-01-09[asan] Adding a regression test for https://code.google.com/p/address-sanitiz...Kuba Brecka
2015-01-08[asan] make a test consume 2x less RAM (we observe flaky bot failures that se...Kostya Serebryany
2015-01-08Fix memory leaks in GetListOfModules() users.Alexey Samsonov
2015-01-08[Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.Alexey Samsonov
2015-01-08[Sanitizers] Fix internal_lseek() to work on FreeBSDViktor Kutuzov
2015-01-07XFAIL AArch64 UBsan test, just like ARMRenato Golin
2015-01-07[asan] add flag quarantine_size_mb, deprecate quarantine_sizeKostya Serebryany
2015-01-07[TSan] Fix Go build.Alexey Samsonov
2015-01-07[Sanitizer] Change the runtime flag representation.Alexey Samsonov
2015-01-06[asan] add a flag soft_rss_limit_mbKostya Serebryany
2015-01-06[Sanitizer] Improve unit tests in COMPILER_RT_DEBUG=ON mode.Alexey Samsonov
2015-01-06Use -DSANITIZER_DEBUG=1 if COMPILER_RT_DEBUG=ON, now that PR22083 is fixed.Alexey Samsonov
2015-01-06[ubsan] disable coverage-levels.cc on darwin until we can investigate what's ...Kostya Serebryany
2015-01-06[asan] Bump the self-imposed stack limit from 128k to 256k. PowerPC64Jay Foad
2015-01-06[Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.Alexey Samsonov
2015-01-06[ubsan] partially enable -fsanitize-coverage=N with ubsan. It will work as us...Kostya Serebryany
2015-01-06[asan/tracing] write the trace using a sequence of internal_write calls inste...Kostya Serebryany
2015-01-06Add 64-bit multiply functions to iOS arm64 compiler-rt dylibNick Kledzik
2015-01-05tests: correct builtins test if built under -mthumb on ARMSaleem Abdulrasool
2015-01-03Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov
2015-01-03Replace DCHECK with DCHECK_LE where appropriate.Alexey Samsonov
2015-01-03[asan/tracing] extend the test a bit more, simplify the tracing code, add a g...Kostya Serebryany
2015-01-03[asan] extend coverage-tracing.cc testKostya Serebryany
2015-01-03[asan] simplify the tracing code, make it use the same guard variables as cov...Kostya Serebryany
2015-01-02Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...Alexey Samsonov
2015-01-02Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."Chandler Carruth
2014-12-31Avoid building compiler-rt with LTO.Rafael Espindola
2014-12-30[asan] fix coverage between fork() and exec(): reinitialize the guards after ...Kostya Serebryany