aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2015-03-12Merging r231402:Joerg Sonnenberger1-8/+8
2015-02-03Merging r226809:Hans Wennborg1-6/+8
2015-01-14builtins: avoid duplicating unwind declarationsSaleem Abdulrasool3-44/+12
2015-01-14[Msan] Fix strlen() and strnlen() interceptors to work on FreeBSDViktor Kutuzov1-0/+4
2015-01-14Reapply debug info changes now that more precise column information is availa...David Blaikie2-2/+2
2015-01-14Another try at handling LD_LIBRARY_PATH not being defined.Rafael Espindola1-1/+1
2015-01-14Handle LD_LIBRARY_PATH not being defined.Rafael Espindola1-1/+1
2015-01-12Update test cases for new -fsanitize-recover= semantics.Alexey Samsonov4-5/+5
2015-01-12[dfsan] Export dfsan_get_label_info function with C linkage.Peter Collingbourne1-1/+1
2015-01-12[Msan] Fix use of mmap(MAP_ANONYMOUS) in the unit tests on FreeBSDViktor Kutuzov1-2/+3
2015-01-12[Msan] Fix tests reading /proc files on FreeBSDViktor Kutuzov1-7/+13
2015-01-12[ASan] Move the shadow on Windows 32-bit from 0x20000000 to 0x40000000Timur Iskhodzhanov2-6/+14
2015-01-12[asan] Fix uninit in coverage.Evgeniy Stepanov1-6/+30
2015-01-12[asan] Pass activation options in the android test runner.Evgeniy Stepanov1-1/+1
2015-01-12Fix two extra semicolon warningsEhsan Akhgari2-2/+3
2015-01-12[ASan] Handle SIGBUS on Linux.Jay Foad2-1/+65
2015-01-11Add FreeBSD support for __clear_cache.Roman Divacky1-1/+6
2015-01-09Revert "Reapply debug info changes now that more precise column information i...David Blaikie2-2/+2
2015-01-09Remove AsanInterceptsSignal in favor of (equivalent) IsDeadlySignal.Alexey Samsonov4-16/+3
2015-01-09[sanitizer] use the right memory orderKostya Serebryany1-1/+1
2015-01-09[asan] Adding a regression test for https://code.google.com/p/address-sanitiz...Kuba Brecka1-0/+38
2015-01-08[asan] make a test consume 2x less RAM (we observe flaky bot failures that se...Kostya Serebryany1-10/+10
2015-01-08Fix memory leaks in GetListOfModules() users.Alexey Samsonov4-18/+33
2015-01-08[Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.Alexey Samsonov4-30/+38
2015-01-08[Sanitizers] Fix internal_lseek() to work on FreeBSDViktor Kutuzov2-4/+8
2015-01-07XFAIL AArch64 UBsan test, just like ARMRenato Golin1-0/+1
2015-01-07[asan] add flag quarantine_size_mb, deprecate quarantine_sizeKostya Serebryany7-19/+53
2015-01-07[TSan] Fix Go build.Alexey Samsonov2-7/+6
2015-01-07[Sanitizer] Change the runtime flag representation.Alexey Samsonov20-499/+510
2015-01-06[asan] add a flag soft_rss_limit_mbKostya Serebryany9-6/+132
2015-01-06[Sanitizer] Improve unit tests in COMPILER_RT_DEBUG=ON mode.Alexey Samsonov4-3/+6
2015-01-06Use -DSANITIZER_DEBUG=1 if COMPILER_RT_DEBUG=ON, now that PR22083 is fixed.Alexey Samsonov1-2/+1
2015-01-06[ubsan] disable coverage-levels.cc on darwin until we can investigate what's ...Kostya Serebryany1-0/+2
2015-01-06[asan] Bump the self-imposed stack limit from 128k to 256k. PowerPC64Jay Foad1-1/+1
2015-01-06[Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.Alexey Samsonov4-183/+143
2015-01-06[ubsan] partially enable -fsanitize-coverage=N with ubsan. It will work as us...Kostya Serebryany2-0/+37
2015-01-06[asan/tracing] write the trace using a sequence of internal_write calls inste...Kostya Serebryany1-13/+23
2015-01-06Add 64-bit multiply functions to iOS arm64 compiler-rt dylibNick Kledzik1-0/+1
2015-01-05tests: correct builtins test if built under -mthumb on ARMSaleem Abdulrasool2-11/+28
2015-01-03Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov18-38/+54
2015-01-03Replace DCHECK with DCHECK_LE where appropriate.Alexey Samsonov1-4/+4
2015-01-03[asan/tracing] extend the test a bit more, simplify the tracing code, add a g...Kostya Serebryany2-20/+33
2015-01-03[asan] extend coverage-tracing.cc testKostya Serebryany1-11/+35
2015-01-03[asan] simplify the tracing code, make it use the same guard variables as cov...Kostya Serebryany2-44/+18
2015-01-02Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...Alexey Samsonov8-33/+69
2015-01-02Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."Chandler Carruth7-57/+33
2014-12-31Avoid building compiler-rt with LTO.Rafael Espindola2-0/+2
2014-12-30[asan] fix coverage between fork() and exec(): reinitialize the guards after ...Kostya Serebryany3-13/+37
2014-12-30[asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ...Kostya Serebryany4-0/+8
2014-12-30Reapply debug info changes now that more precise column information is availa...David Blaikie2-2/+2