summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Fix zero_page_pc test for PowerPCJay Foad2014-11-071-2/+2
* [Sanitizer] Introduce "stack_trace_format" runtime flag.Alexey Samsonov2014-11-061-10/+10
* Use GET_CURRENT_FRAME() to calculate the memory layout for power. This worksWill Schmidt2014-11-061-0/+37
* UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbasesDavid Majnemer2014-11-061-1/+2
* Fix failing allow_user_segv.cc test on OS X 10.10Kuba Brecka2014-11-051-12/+23
* [dfsan] Add runtime function for aborting on indirect calls toPeter Collingbourne2014-11-051-0/+24
* Disable XFAIL on ARM since the x86_64 specific code is isolatedRenato Golin2014-11-051-2/+0
* Get the Linux ptrace test working on PowerPC64Jay Foad2014-11-051-1/+18
* Use @rpath as LC_ID_DYLIB for ASan dylib on OS XKuba Brecka2014-11-041-3/+1
* [TSan] Don't strip binary/library name until the moment we print it.Alexey Samsonov2014-11-042-9/+9
* [asan] run-time part of the caller-callee coverage instrumentationKostya Serebryany2014-10-311-0/+74
* Update __dfsw_s{,n}printf custom functions for new calling convention.Peter Collingbourne2014-10-301-0/+5
* [Tsan] Enable thread sanitizer tests on FreeBSDViktor Kutuzov2014-10-271-2/+2
* Add runtime flag 'symbolize_inline_frames' to disable symbolization of inline...Alexey Samsonov2014-10-242-4/+13
* tsan: support mmap(MAP_32BIT)Dmitry Vyukov2014-10-241-0/+41
* [Tsan] Fix the thread_name tests to build on FreeBSDViktor Kutuzov2014-10-242-3/+16
* [Tsan] Fix the signal_recursive.cc test to build on FreeBSDViktor Kutuzov2014-10-241-2/+2
* [msan] Handle param-tls overflow.Evgeniy Stepanov2014-10-221-0/+74
* [asan] the run-time part of intra-object-overflow detector (-fsanitize-addres...Kostya Serebryany2014-10-171-0/+31
* [asan] make sure coverage is dumped even if leaks are reportedKostya Serebryany2014-10-161-0/+20
* UBSAN stable runtime more generic with arm* targetsRenato Golin2014-10-161-1/+1
* Adds stable-runtime to ubsan to avoid broken ARM tests with asanRenato Golin2014-10-162-0/+6
* [Tsan] Fix the sunrpc.cc test to build on FreeBSDViktor Kutuzov2014-10-151-0/+1
* [Tsan] Make the mutex_robust tests Linux-specificViktor Kutuzov2014-10-152-0/+0
* tsan: fix false positive related to signalsDmitry Vyukov2014-10-152-2/+29
* Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to passRenato Golin2014-10-145-5/+0
* [UBSan] XFAIL test added in r219642 on DarwinAlexey Samsonov2014-10-141-0/+3
* tsan: refactor atexit handlingDmitry Vyukov2014-10-141-0/+56
* Sanitize upcasts and conversion to virtual base.Alexey Samsonov2014-10-132-1/+32
* tsan: better reporting for virtual-call-after-freeDmitry Vyukov2014-10-131-0/+34
* [UBSan] Disable one run line of this test to allow the test as a wholeChandler Carruth2014-10-111-1/+1
* [UBSan] Fix UBSan testcase for float->int conversion after LLVM r219542.Alexey Samsonov2014-10-111-2/+5
* [asan][mips] Adding support of asan for mipsel archPetar Jovanovic2014-10-101-1/+1
* Disabling main() check on UBSAN, since the noreturn check is already madeRenato Golin2014-10-101-2/+0
* [Tsan] Fix the getline_nohang.cc test to build on FreeBSDViktor Kutuzov2014-10-101-0/+4
* [Tsan] Fix comments in the user_fopen.cc and user_malloc.cc testsViktor Kutuzov2014-10-102-2/+2
* [Tsan] Make the user_fopen.cc and user_malloc.cc tests Linux-specificViktor Kutuzov2014-10-103-0/+9
* XFAIL some more sanitiser ARMv7l testsRenato Golin2014-10-095-0/+5
* [Tsan] Fix the signal_errno.cc and signal_malloc.cc tests to pass on FreeBSDViktor Kutuzov2014-10-092-2/+2
* [Tsan] Fix the global_race tests to pass on FreeBSDViktor Kutuzov2014-10-093-3/+9
* [Tsan] Fix the blacklist2.cc test to pass on FreeBSDViktor Kutuzov2014-10-091-1/+1
* Mark sanitizer tests XFAIL on ARMv7Renato Golin2014-10-0823-0/+25
* Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni2014-10-082-10/+129
* Run profile tests on FreeBSDEd Maste2014-10-072-5/+9
* Fixed asan-asm-stacktrace-test.ccYuri Gorshenin2014-10-071-3/+7
* [asan] make new_array_cookie_test more robustKostya Serebryany2014-10-011-2/+7
* [asan] Scale back mmap_limit_mb test.Evgeniy Stepanov2014-10-011-4/+4
* [sanitizer] Add i686 arch to compiler-rt.Evgeniy Stepanov2014-10-011-0/+1
* [asan] Tune down mmap_limit_mb test.Evgeniy Stepanov2014-10-011-6/+6
* Disable the ubsan-asan config on Darwin.Alexander Potapenko2014-10-012-2/+4
OpenPOWER on IntegriCloud