summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [tsan] restore performance critical inlining in tsan: remove static from ALWA...Kostya Serebryany2013-03-292-5/+5
* [TSan] Build TSan runtime with -fPIE.Alexander Potapenko2013-03-291-0/+3
* [libsanitizer] Put COMMON_CFLAGS/COMMON_CXXFLAGS before Tmp.CFLAGS to let the...Alexander Potapenko2013-03-291-2/+2
* [Sanitizer] Follow-up for r178238 - replace DCHECKs with regular CHECKsAlexey Samsonov2013-03-291-2/+2
* Band-aid fix for the TSan RTL buildTimur Iskhodzhanov2013-03-281-7/+7
* Add "static" to the Windows ALWAYS_INLINE macro (similar to what we do on POSIX)Timur Iskhodzhanov2013-03-281-1/+1
* Remove all 'static' before ALWAYS_INLINETimur Iskhodzhanov2013-03-282-2/+2
* Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...Timur Iskhodzhanov2013-03-285-15/+15
* tsan: print statistics about benign race annotationsDmitry Vyukov2013-03-285-10/+78
* [ASan] Speed-up initialization-order checking: create and use fast versions o...Alexey Samsonov2013-03-289-72/+118
* [Sanitizer] Minor enhancements in InternalVector containerAlexey Samsonov2013-03-281-2/+6
* [tsan] a test checking that memset/memcpy/memmove are not inlined in tsan modeKostya Serebryany2013-03-281-8/+36
* Fix unmatching ASan runtime flag for init-order checking exposed by r178158. ...Alexey Samsonov2013-03-282-1/+2
* [tsan] don't use -fno-builtin for tests; add a test for a false negative bug ...Kostya Serebryany2013-03-283-2/+28
* compiler-rt part of r178194. Remove ubsan test for diagnostic on inf/nan conv...Richard Smith2013-03-271-4/+2
* tsan: print matched suppressions if print_suppressions=1 flag is providedDmitry Vyukov2013-03-278-11/+55
* tsan: better flag parsing: do not confuse flag that is a part of another flagDmitry Vyukov2013-03-271-4/+13
* tsan: fix lint warningDmitry Vyukov2013-03-271-1/+1
* [ASan] Demangle global names in error reports.Alexey Samsonov2013-03-272-1/+24
* [TSan] Fixup for r178128: verify that TSan indeed doesn't report raceAlexey Samsonov2013-03-271-0/+2
* [TSan] Run test output through FileCheckAlexey Samsonov2013-03-271-1/+3
* [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov2013-03-263-21/+16
* [libsanitizer] Fix the Win build.Alexander Potapenko2013-03-261-1/+3
* [tsan] make memcpy_race.cc test immune to memcpy inliningKostya Serebryany2013-03-261-2/+4
* asan/tsan: move strcasecmp() interceptor to sanitizer_commonDmitry Vyukov2013-03-266-42/+54
* asan/tsan: change SANITIZER_GO to more general SANITIZER_SUPPORTS_WEAK_HOOKSDmitry Vyukov2013-03-261-2/+2
* [libsanitizer] Unmapping the old cache partially invalidates the memory layou...Alexander Potapenko2013-03-267-20/+23
* [Sanitizer] Disable atomic_test on Android, where it crashes Clang.Alexey Samsonov2013-03-261-0/+4
* [tsan] add a test for aligned-vs-unaligned race (tsan's false negative)Kostya Serebryany2013-03-261-0/+30
* [asan] print thread number while reporting invalid-free and double-free; add ...Kostya Serebryany2013-03-264-2/+64
* Add a GetTid() implementation for WindowsTimur Iskhodzhanov2013-03-251-1/+7
* Add basic support for building profile compiler-rt library in CMake build on ...Alexey Samsonov2013-03-252-4/+7
* [ASan] Use dynamic symbol table when checking exported ASan runtime symbolsAlexey Samsonov2013-03-252-2/+2
* asan/tsan: add Printf/Report hookDmitry Vyukov2013-03-251-4/+17
* [ASan] mark local function as staticAlexey Samsonov2013-03-251-1/+1
* [Sanitizer] Compile sanitizer runtimes with -Wno-non-virtual-dtor. Virtual dt...Alexey Samsonov2013-03-253-6/+8
* [TSan] Build TSan unit tests with the same compile flags as TSan runtimeAlexey Samsonov2013-03-251-3/+3
* tsan: intercept setjmp/longjmpDmitry Vyukov2013-03-2510-8/+392
* tsan: add SetEnv() function that can be used in frontendsDmitry Vyukov2013-03-252-0/+15
* [Sanitizer] First effort to implement atomic_compare_exchange for 1-byte vars...Alexey Samsonov2013-03-251-3/+24
* [Sanitizer] Add basic test for atomic_compare_exchange implementationAlexey Samsonov2013-03-253-3/+55
* Build and install .syms files alongside sanitizer runtimes. These are used toRichard Smith2013-03-239-7/+24
* Revert 177745 as it was incorrectTimur Iskhodzhanov2013-03-221-2/+1
* Band-aid fix for the Windows build caused by r177710. Long-term, atomic_compa...Timur Iskhodzhanov2013-03-221-1/+2
* tsan: return 0 on malloc() failure instead of crashingDmitry Vyukov2013-03-223-1/+26
* [msan] Handle dlopen() failure in dlopen interceptor.Evgeniy Stepanov2013-03-222-1/+8
* tsan: test that tsan explicitly says "race on vptr".Dmitry Vyukov2013-03-221-1/+1
* [asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany2013-03-2210-48/+128
* [msan] Move test main and gtest include to separate files.Evgeniy Stepanov2013-03-224-10/+51
* [msan] Place dlopen in an anon namespace.Evgeniy Stepanov2013-03-221-0/+2
OpenPOWER on IntegriCloud