summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* Add throw() specifiers to more redeclarations of operator delete and operator...Nick Lewycky2014-02-083-6/+6
* Stick to C++98 for this.Nick Lewycky2014-02-082-6/+6
* Update these declarations of operator delete (and delete[]) to have noexcept,Nick Lewycky2014-02-082-10/+16
* tsan: improve the testDmitry Vyukov2014-02-071-2/+9
* tsan: run user OnInitialize callback laterDmitry Vyukov2014-02-071-1/+2
* [sanitizer] Intercept if_indextoname() and if_nametoindex().Sergey Matveev2014-02-063-1/+49
* [sanitizer] Fix build.Sergey Matveev2014-02-063-10/+18
* [sanitizer] One does not simply intercept getifaddrs().Sergey Matveev2014-02-065-19/+64
* [sanitizer] Intercept getifaddrs().Sergey Matveev2014-02-065-1/+74
* [sanitizer] Intercept getresuid and getresgid.Sergey Matveev2014-02-065-1/+59
* [TSan] Add a regression test for https://code.google.com/p/thread-sanitizer/i...Alexander Potapenko2014-02-061-0/+28
* [TSan] Don't flush all file streams on program shutdown to avoid deadlocks on...Alexander Potapenko2014-02-061-1/+6
* tsan: simplify Go build scriptDmitry Vyukov2014-02-061-4/+1
* tsan: remove unused functionsDmitry Vyukov2014-02-061-18/+0
* tsan: improve error message for GoDmitry Vyukov2014-02-061-0/+5
* [asan] fix testing on MacKostya Serebryany2014-02-061-0/+2
* [asan] introduce two functions that will allow implementations of C++ garbage...Kostya Serebryany2014-02-065-5/+102
* [sanitizer] Fix build.Sergey Matveev2014-02-051-0/+1
* [sanitizer] Implement ioctl decoding.Sergey Matveev2014-02-055-6/+127
* [sanitizer] hide two functions in the __sanitizer namespace to avoid exportin...Kostya Serebryany2014-02-053-18/+16
* tsan: fix windows alignment checkDmitry Vyukov2014-02-051-1/+3
* tsan: deflake flaky testDmitry Vyukov2014-02-051-0/+2
* tsan: ensure proper alignment of mmaps on windowsDmitry Vyukov2014-02-053-4/+8
* [ASan/Win] Add DLL thunks for __asan_{,un}poison_memory_regionTimur Iskhodzhanov2014-02-041-0/+3
* [ASan/Win] Fall back to stdout if we can't print the reports to stderrTimur Iskhodzhanov2014-02-041-6/+41
* tsan: add windows native build scriptDmitry Vyukov2014-02-041-0/+4
* tsan: fix windows buildDmitry Vyukov2014-02-041-5/+6
* tsan: fix windows buildDmitry Vyukov2014-02-042-3/+1
* tsan: update Go public interfaceDmitry Vyukov2014-02-042-8/+7
* [CMake] Fixup for r200753Alexey Samsonov2014-02-041-1/+1
* [ASan] Get rid of asan_mac.h, which contents have been moved to sanitizer_mac.hAlexander Potapenko2014-02-043-51/+0
* [ASan] Use replace_str=0 and replace_intrin=0 in printf-{2,4}.c to avoid trig...Alexander Potapenko2014-02-042-6/+10
* tsan: fix darwin Go buildDmitry Vyukov2014-02-041-5/+6
* CMake: Enable -Werror for the -fno-function-sections checkJustin Bogner2014-02-041-1/+1
* [ASan] Fix printf-5.c on OSX: fix a compiler warning, avoid intercepting memc...Alexander Potapenko2014-02-041-4/+5
* tsan: update public Go interfaceDmitry Vyukov2014-02-042-23/+55
* [ASan] Replace the call to "vname" with "WRAP(vname)" in FORMAT_INTERCEPTOR_IMPLAlexander Potapenko2014-02-041-1/+1
* [lsan] simplify use_tls_dynamic.cc testKostya Serebryany2014-02-043-17/+18
* tsan: add SANITIZER_INTERFACE_ATTRIBUTE to more callbacksDmitry Vyukov2014-02-042-1/+4
* [CMake] Check that compiler supports -fno-function-sections flagAlexey Samsonov2014-02-041-3/+6
* tsan: relax check for errno spoiling moreDmitry Vyukov2014-02-041-1/+9
* [sanitizer] make __tls_get_addr interceptor (more) AS-safe. No good test so f...Kostya Serebryany2014-02-041-2/+3
* [sanitizer] Handle TLS sizes for glibc < 2.13; As discussed in http://gcc.gnu...Kostya Serebryany2014-02-041-9/+36
* [libsanitizer] Workaround for https://code.google.com/p/address-sanitizer/iss...Alexander Potapenko2014-02-033-1/+16
* [libsanitizer] Follow-up for r200700: add the new header to CMakeLists.txt an...Alexander Potapenko2014-02-032-0/+5
* [ASan] Move GetMacosVersion() to sanitizer_common.Alexander Potapenko2014-02-035-50/+76
* [asan] asan_device_setup.sh: allow overriding adb path.Evgeniy Stepanov2014-02-031-2/+2
* [asan] Reinitialize allocator quarantine on activation.Evgeniy Stepanov2014-02-033-0/+8
* [sanitizer] Resubmit r200683: disable -ffunction-sections.Evgeniy Stepanov2014-02-032-0/+40
* Revert r200683.Evgeniy Stepanov2014-02-032-40/+0
OpenPOWER on IntegriCloud