summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [asan] Re-poison all redzones on activation.Evgeniy Stepanov2016-09-132-12/+63
* [asan] Add missing include for rand()Jonas Hahnfeld2016-09-131-0/+1
* [sanitizer] replace CHECK with CHECK_XY in two places for better diagnosticsKostya Serebryany2016-09-121-2/+2
* [asan] Ease dealing with tagged enum ErrorDescription with some macros.Filipe Cabecinhas2016-09-121-32/+27
* [asan] Cleanup: Move tid into ErrorBase, add const to BufferedStackTrace, be ...Filipe Cabecinhas2016-09-124-28/+27
* [sanitizer] Add interceptor for ttyname_rKeno Fischer2016-09-093-0/+22
* [sanitizer] fix an allocator bug where the allocated memory may overlap with ...Kostya Serebryany2016-09-092-4/+22
* [asan] Store access_size in the {Stack,Global}AddressDescription objectsFilipe Cabecinhas2016-09-092-20/+27
* [asan] Add a new AddressDescription structure, which can describe any type of...Filipe Cabecinhas2016-09-094-76/+174
* [asan] Disable handle_abort in Android tests.Evgeniy Stepanov2016-09-094-4/+17
* [asan] Since r280945 fixed the OS X abort() problem, merge scariness_score_te...Filipe Cabecinhas2016-09-092-14/+3
* [sanitizer] fix a potential buffer overflow due to __sanitizer_symbolize_pc (...Kostya Serebryany2016-09-092-1/+12
* Fix tsan-go build.Evgeniy Stepanov2016-09-081-0/+2
* [powerpc] Move #if to appease warnings-as-errors testsBill Seurer2016-09-081-3/+2
* Revert "[XRay] ARM 32-bit no-Thumb support in compiler-rt"Renato Golin2016-09-089-423/+117
* Fix linker warning about sanitizer_common_nolibc functions on WindowsReid Kleckner2016-09-081-0/+4
* Really fix warnings about passing -std=gnu99 to MSVCReid Kleckner2016-09-081-2/+3
* Revert "[ESan][MIPS] Adds support for MIPS64"Qin Zhao2016-09-0813-175/+36
* [compiler-rt] Don't use -fPIC when building for WindowsFrancis Ricci2016-09-081-1/+3
* [asan] Fix handle_abort_on_error.cc test on DarwinKuba Brecka2016-09-081-0/+2
* [asan] Handle SIGBART signal description. (found by buildbot)Filipe Cabecinhas2016-09-081-0/+2
* [asan] Reify ErrorDeadlySignalFilipe Cabecinhas2016-09-087-71/+125
* [tsan] Support C++11 call_once in TSan on DarwinKuba Brecka2016-09-082-0/+61
* [asan] Test that asan does not report use-after-scope if program jumped over ...Vitaly Buka2016-09-081-0/+21
* Correctly escape %.Nico Weber2016-09-081-1/+1
* [XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris2016-09-089-117/+423
* [sanitizer] Fix a conflict between abort_on_error and handle_abort.Evgeniy Stepanov2016-09-073-1/+21
* [asan] Fix build on Linux.Evgeniy Stepanov2016-09-071-1/+1
* builtins: make sure that flags is setup properly for __clear_cacheSaleem Abdulrasool2016-09-071-1/+3
* [asan] Fix a crash in GetCurrentThread() before init.Evgeniy Stepanov2016-09-071-1/+1
* [asan] Add openlog() on Android.Evgeniy Stepanov2016-09-071-2/+2
* [compiler-rt] Allow sanitizers to be compiled for windows with clangFrancis Ricci2016-09-072-2/+10
* [compiler-rt] Fix library suffixes on windowsFrancis Ricci2016-09-072-2/+17
* [powerpc] Move #if to appease warnings-as-errors testsBill Seurer2016-09-071-3/+4
* [powerpc] Disable ManyThreadsWithStatsStressTest test for ppc64Bill Seurer2016-09-071-0/+4
* [asan] Reify ErrorNewDeleteSizeMismatchFilipe Cabecinhas2016-09-075-23/+58
* [ESan][MIPS] Adds support for MIPS64Sagar Thakur2016-09-0713-36/+175
* Add #include <cstdio> to unbreak build (missing definition of stderr)Krzysztof Parzyszek2016-09-061-0/+1
* asan: allow __asan_{before,after}_dynamic_init without registered globalsDmitry Vyukov2016-09-051-3/+4
* [asan] Move scariness_score_test.cc to a common subdirectoryFilipe Cabecinhas2016-09-022-183/+196
* Un-XFAIL cfi/stats.cpp, it passes since fixing llvm-symbolizer to look for dw...Reid Kleckner2016-09-011-4/+0
* [CMake] Add option (defaulted off) to exclude atomic.cChris Bieneman2016-09-011-1/+5
* [tsan] Bump stack frame size limit.Evgeniy Stepanov2016-09-011-1/+1
* Revert "Copy over most of the scariness_score test to the general tests"Filipe Cabecinhas2016-09-011-191/+0
* [CMake] Adding compiler-rt-test-depends targetChris Bieneman2016-09-011-0/+1
* Fix dll_host.cc test after adding div and gep trace coverage pointsReid Kleckner2016-09-011-0/+3
* build: profile is not a sanitizerSaleem Abdulrasool2016-09-011-1/+1
* Try to fix another profile testRenato Golin2016-09-011-1/+1
* Remove extra scariness.Clear() call.Filipe Cabecinhas2016-09-011-1/+0
* Fix profile test assuming dumb compilerRenato Golin2016-09-011-1/+1
OpenPOWER on IntegriCloud