summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-3117-14/+143
* tsan: switch to explicit thread contexts in Go (instead of monotonic goroutin...Dmitry Vyukov2013-01-312-69/+51
* tsan: do not check for intersecting memory accesses in Go (all accesses are 1...Dmitry Vyukov2013-01-311-2/+2
* asan/tsan: manually define FUTEX constants, because <linux/futes.h> header is...Dmitry Vyukov2013-01-301-2/+5
* tsan: fix CPP_WEAK definition (it must be the other way around)Dmitry Vyukov2013-01-301-3/+3
* [Sanitizer] include sanitizer_common headers when building interception libraryAlexey Samsonov2013-01-304-1/+5
* [Sanitizer] Add change missed in r173926Alexey Samsonov2013-01-301-1/+7
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-309-25/+95
* Use LLVM_BUILD_TYPE instead of CMAKE_BUILD_TYPE in compiler-rt unit tests to ...Alexey Samsonov2013-01-304-5/+18
* tsan: introduce a helped macro CPP_WEAK (Go linker does not support weak symb...Dmitry Vyukov2013-01-302-5/+4
* tsan: add OnFinalize() callback for frontendsDmitry Vyukov2013-01-301-0/+11
* [TSan] relax output tests a bit to make them pass in gcc buildAlexey Samsonov2013-01-304-6/+6
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-3016-17/+17
* [tsan] Fix checks for siginfo_t in testsWill Dietz2013-01-292-2/+2
* [msan] Cleanup public interface header.Evgeniy Stepanov2013-01-297-45/+168
* tsan: dump stack on internal assert failureDmitry Vyukov2013-01-292-0/+17
* tsan: support for inprocess symbolizerDmitry Vyukov2013-01-293-9/+58
* tsan: remember when we are inside of symbolizer code (required for inprocess ...Dmitry Vyukov2013-01-292-0/+18
* ASan: fix lintAlexey Samsonov2013-01-291-6/+6
* asan: fix the testDmitry Vyukov2013-01-291-1/+1
* tsan: fix the message (tsan is not asan)Dmitry Vyukov2013-01-291-1/+1
* tsan: add IsSymbolizerAvailable() function for querying for presence of inter...Dmitry Vyukov2013-01-293-24/+35
* tsan: add interceptor stubs for stat family of functionsDmitry Vyukov2013-01-293-0/+96
* [ASan] fix deallocation hook in allocator2: according to specification, deall...Alexey Samsonov2013-01-291-2/+1
* [ASan] Do allocate memory even for zero-size allocation requests. Explain why...Alexey Samsonov2013-01-292-10/+30
* Use the correct order of NOINLINE vs ret type to fix Windows buildTimur Iskhodzhanov2013-01-281-7/+7
* [msan] A runtime call to support custom allocators.Evgeniy Stepanov2013-01-281-0/+13
* [msan] Remove icmp tests that require exact shadow propagation.Evgeniy Stepanov2013-01-281-7/+0
* [ASan] fix a bug in allocator-v2 which could lead to SEGV on realloc(malloc(0...Alexey Samsonov2013-01-282-1/+10
* [asan] fix a crash in asan stats printing (initialize the allocator in __asan...Kostya Serebryany2013-01-284-6/+9
* [asan] two more internal flags for asan-rt: print_stats (0) and print_legend ...Kostya Serebryany2013-01-283-14/+28
* [CMake] Fix compiler-rt tests after r173617Alexey Samsonov2013-01-283-9/+4
* [msan] Tests for ICmp handling.Evgeniy Stepanov2013-01-251-0/+77
* [Sanitizer] More fixes to scanf interceptor: stub support for %s, support for...Alexey Samsonov2013-01-252-0/+28
* [sanitizer] improve the calloc overflow check (spotted by samsonov@)Kostya Serebryany2013-01-252-2/+12
* [sanitizer] fix calloc overflow in asan/tsan/msanKostya Serebryany2013-01-259-0/+41
* [Sanitizer] fix errors in scanf interceptors: add support for %c and fix case...Alexey Samsonov2013-01-252-8/+24
* tsan: return the old fake numbers from malloc stats (some code already depend...Dmitry Vyukov2013-01-241-2/+2
* [Sanitizer] use stub InternalSymbolizer on platforms where we don't have weak...Alexey Samsonov2013-01-241-5/+11
* tsan: suppress reports using both stacksDmitry Vyukov2013-01-242-13/+17
* tsan: allow a front-end to provide default suppressionsDmitry Vyukov2013-01-243-10/+21
* [Sanitizer] Add skeleton for InternalSymbolizer that can be used by providing...Alexey Samsonov2013-01-241-0/+51
* [asan] run-time tests for adaptive redzones Kostya Serebryany2013-01-243-0/+15
* [ASan] fix compilation on Mac by adding a missing pwrite parameter.Alexander Potapenko2013-01-241-1/+2
* tsan: implement malloc stats queryingDmitry Vyukov2013-01-247-52/+254
* asan/tsan: fix pwrite interceptorsDmitry Vyukov2013-01-241-6/+7
* tsan: also test asan during presubmit checks, because sanitizer_common change...Dmitry Vyukov2013-01-241-1/+1
* [msan] Allow waitpid while in __msan_init().Evgeniy Stepanov2013-01-231-0/+2
* [sanitizer] increase the minimal mmap size in allocator to 2^16; fix the asan...Kostya Serebryany2013-01-232-1/+2
* [asan] initialize kHighMemEnd at startup (instead of at compile time) to simp...Kostya Serebryany2013-01-234-12/+28
OpenPOWER on IntegriCloud