summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merging r231402:release_36Joerg Sonnenberger2015-03-121-8/+8
* Merging r226809:Hans Wennborg2015-02-031-6/+8
* Creating release_36 branch off revision 225991Hans Wennborg2015-01-140-0/+0
* builtins: avoid duplicating unwind declarationsSaleem Abdulrasool2015-01-143-44/+12
* [Msan] Fix strlen() and strnlen() interceptors to work on FreeBSDViktor Kutuzov2015-01-141-0/+4
* Reapply debug info changes now that more precise column information is availa...David Blaikie2015-01-142-2/+2
* Another try at handling LD_LIBRARY_PATH not being defined.Rafael Espindola2015-01-141-1/+1
* Handle LD_LIBRARY_PATH not being defined.Rafael Espindola2015-01-141-1/+1
* Update test cases for new -fsanitize-recover= semantics.Alexey Samsonov2015-01-124-5/+5
* [dfsan] Export dfsan_get_label_info function with C linkage.Peter Collingbourne2015-01-121-1/+1
* [Msan] Fix use of mmap(MAP_ANONYMOUS) in the unit tests on FreeBSDViktor Kutuzov2015-01-121-2/+3
* [Msan] Fix tests reading /proc files on FreeBSDViktor Kutuzov2015-01-121-7/+13
* [ASan] Move the shadow on Windows 32-bit from 0x20000000 to 0x40000000Timur Iskhodzhanov2015-01-122-6/+14
* [asan] Fix uninit in coverage.Evgeniy Stepanov2015-01-121-6/+30
* [asan] Pass activation options in the android test runner.Evgeniy Stepanov2015-01-121-1/+1
* Fix two extra semicolon warningsEhsan Akhgari2015-01-122-2/+3
* [ASan] Handle SIGBUS on Linux.Jay Foad2015-01-122-1/+65
* Add FreeBSD support for __clear_cache.Roman Divacky2015-01-111-1/+6
* Revert "Reapply debug info changes now that more precise column information i...David Blaikie2015-01-092-2/+2
* Remove AsanInterceptsSignal in favor of (equivalent) IsDeadlySignal.Alexey Samsonov2015-01-094-16/+3
* [sanitizer] use the right memory orderKostya Serebryany2015-01-091-1/+1
* [asan] Adding a regression test for https://code.google.com/p/address-sanitiz...Kuba Brecka2015-01-091-0/+38
* [asan] make a test consume 2x less RAM (we observe flaky bot failures that se...Kostya Serebryany2015-01-081-10/+10
* Fix memory leaks in GetListOfModules() users.Alexey Samsonov2015-01-084-18/+33
* [Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.Alexey Samsonov2015-01-084-30/+38
* [Sanitizers] Fix internal_lseek() to work on FreeBSDViktor Kutuzov2015-01-082-4/+8
* XFAIL AArch64 UBsan test, just like ARMRenato Golin2015-01-071-0/+1
* [asan] add flag quarantine_size_mb, deprecate quarantine_sizeKostya Serebryany2015-01-077-19/+53
* [TSan] Fix Go build.Alexey Samsonov2015-01-072-7/+6
* [Sanitizer] Change the runtime flag representation.Alexey Samsonov2015-01-0720-499/+510
* [asan] add a flag soft_rss_limit_mbKostya Serebryany2015-01-069-6/+132
* [Sanitizer] Improve unit tests in COMPILER_RT_DEBUG=ON mode.Alexey Samsonov2015-01-064-3/+6
* Use -DSANITIZER_DEBUG=1 if COMPILER_RT_DEBUG=ON, now that PR22083 is fixed.Alexey Samsonov2015-01-061-2/+1
* [ubsan] disable coverage-levels.cc on darwin until we can investigate what's ...Kostya Serebryany2015-01-061-0/+2
* [asan] Bump the self-imposed stack limit from 128k to 256k. PowerPC64Jay Foad2015-01-061-1/+1
* [Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.Alexey Samsonov2015-01-064-183/+143
* [ubsan] partially enable -fsanitize-coverage=N with ubsan. It will work as us...Kostya Serebryany2015-01-062-0/+37
* [asan/tracing] write the trace using a sequence of internal_write calls inste...Kostya Serebryany2015-01-061-13/+23
* Add 64-bit multiply functions to iOS arm64 compiler-rt dylibNick Kledzik2015-01-061-0/+1
* tests: correct builtins test if built under -mthumb on ARMSaleem Abdulrasool2015-01-052-11/+28
* Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov2015-01-0318-38/+54
* Replace DCHECK with DCHECK_LE where appropriate.Alexey Samsonov2015-01-031-4/+4
* [asan/tracing] extend the test a bit more, simplify the tracing code, add a g...Kostya Serebryany2015-01-032-20/+33
* [asan] extend coverage-tracing.cc testKostya Serebryany2015-01-031-11/+35
* [asan] simplify the tracing code, make it use the same guard variables as cov...Kostya Serebryany2015-01-032-44/+18
* Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...Alexey Samsonov2015-01-028-33/+69
* Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."Chandler Carruth2015-01-027-57/+33
* Avoid building compiler-rt with LTO.Rafael Espindola2014-12-312-0/+2
* [asan] fix coverage between fork() and exec(): reinitialize the guards after ...Kostya Serebryany2014-12-303-13/+37
* [asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ...Kostya Serebryany2014-12-304-0/+8