summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* Reapply debug info changes now that more precise column information is availa...David Blaikie2014-12-302-2/+2
* [asan] change _sanitizer_cov_module_init to accept int* instead of int**Kostya Serebryany2014-12-301-8/+11
* Follow-up to r224987: fix a lint warningTimur Iskhodzhanov2014-12-301-1/+1
* [ASan/Win] Sort the list of modules when we fail to reserve the shadow memory...Timur Iskhodzhanov2014-12-301-20/+53
* Revert "UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbases"Alexey Samsonov2014-12-302-28/+22
* Revert "Reapply debug info changes now that r224385 has been recommitted to c...David Blaikie2014-12-292-2/+2
* Remove darwin_fat.mk.Alexey Samsonov2014-12-291-56/+0
* Reapply debug info changes now that r224385 has been recommitted to clang (in...David Blaikie2014-12-292-2/+2
* [cmake/multilib] Support multilib libdir suffixes by applying theChandler Carruth2014-12-291-1/+2
* [sanitizer-common] Fixing the ASan test build failure on OS XKuba Brecka2014-12-291-0/+4
* Escape ? to silence GCC warning about trigraphs.Daniel Jasper2014-12-261-1/+1
* [sanitizer] Treat \r, \n, \t as flag separators.Evgeniy Stepanov2014-12-262-1/+4
* [asan] Fix possibly uninitialized coverage flag.Evgeniy Stepanov2014-12-261-0/+2
* [ASan/Win] Add basic support for MemoryRangeIsAvailable and DumpProcessMap to...Timur Iskhodzhanov2014-12-262-5/+47
* [asan] Bump coverage size limit on 32-bit platforms.Evgeniy Stepanov2014-12-261-1/+1
* [asan] Extend coverage test.Evgeniy Stepanov2014-12-261-1/+13
* [asan] Allow enabling coverage at activation.Evgeniy Stepanov2014-12-269-68/+149
* [ASan/Win] Suppress error messaging when Abort() is calledTimur Iskhodzhanov2014-12-262-2/+17
* Revert r224838, r224839.Evgeniy Stepanov2014-12-269-149/+68
* [sanitizer] Tweak sancov.py output.Evgeniy Stepanov2014-12-251-1/+1
* [sanitizer] sancov.py: print status to stderrEvgeniy Stepanov2014-12-251-1/+1
* [asan] Disable __sanitizer_cov_dump registration on Windows.Evgeniy Stepanov2014-12-251-0/+2
* [asan] Allow enabling coverage at activation.Evgeniy Stepanov2014-12-259-68/+147
* Simplify allocator_returns_null.cc testTimur Iskhodzhanov2014-12-251-6/+6
* tsan: fix trace initialization during thread id reuseDmitry Vyukov2014-12-251-7/+5
* [asan] Support ASAN_ACTIVATION_OPTIONS.Evgeniy Stepanov2014-12-242-1/+15
* [ASan/Win] Bandaid fix for PR22025 -- deadlocks when creating suspended threadsTimur Iskhodzhanov2014-12-242-15/+40
* [sanitizer] Disable InternalMmapWithOffset test on OSX.Evgeniy Stepanov2014-12-241-1/+1
* [sanitizer] Fix off-by-8x in direct coverage.Evgeniy Stepanov2014-12-242-4/+27