summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* sanitizer_printf.cc: guard the va_copy hack on _MSC_VERHans Wennborg2014-08-181-1/+2
* Revert "[ASan/Win] Remove a hack that seems not to be required with VS2013 an...Hans Wennborg2014-08-181-0/+4
* [TSan] Initialize flags as early as possible. Disables back coredump, acciden...Alexey Samsonov2014-08-156-11/+24
* Follow-up to r215724: fix a lint warningTimur Iskhodzhanov2014-08-151-1/+1
* [ASan/Win] Introduce a new macro for malloc-like function attributes; also, c...Timur Iskhodzhanov2014-08-151-21/+27
* [ASan/Win] Remove one more reference to __interception::GetRealFunctionAddres...Timur Iskhodzhanov2014-08-151-3/+1
* [ASan/Win] We don't really need to use .CRT to call __asan_init when using -MDTimur Iskhodzhanov2014-08-151-6/+0
* [ASan/Win] Remove a hack that seems not to be required with VS2013 anymoreTimur Iskhodzhanov2014-08-151-4/+0
* [ASan/Win] Remove old, unused and non-functional code that will be re-written...Timur Iskhodzhanov2014-08-153-44/+1
* [ASan/Win] Slightly update&relax test expectations to work with both -MT and ...Timur Iskhodzhanov2014-08-148-25/+33
* [ASan/Win] Mark tests that require -MT asan_dll_thunk as suchTimur Iskhodzhanov2014-08-143-0/+3
* tsan: fix unaligned memory access routineDmitry Vyukov2014-08-131-3/+3
* [UBSan] Add returns-nonnull sanitizer.Alexey Samsonov2014-08-133-0/+39
* [MSan] Disable coredump for 64-bit binaries.Alexey Samsonov2014-08-121-0/+1
* [TSan] Share the code the setup code calling getrlim/setrlim with sanitizer_c...Alexey Samsonov2014-08-126-51/+52
* [Sanitizer] Make disable_coredump a common flag and use it in TSanAlexey Samsonov2014-08-125-10/+8
* [Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov2014-08-1213-237/+0
* Fix the CMake build when setting MACOSX_DEPLOYMENT_TARGETHans Wennborg2014-08-121-0/+1
* [ASan] Use more appropriate return types for strlen/wcslen to avoid MSVC warn...Timur Iskhodzhanov2014-08-122-5/+5
* [ASan/Win] Fix PR18987: warning about overriding '/MD' with '/MT'Timur Iskhodzhanov2014-08-121-3/+6
* [ASan] Add new options for asan_symbolize.py script.Alexey Samsonov2014-08-111-16/+52
* Fix build on some architectures caused by r215247.Alexey Samsonov2014-08-113-6/+12
* builtins: add signature to some assembly routinesSaleem Abdulrasool2014-08-096-0/+23
* builtins: correct __umodsi3, __udivsi3 on ARMSaleem Abdulrasool2014-08-092-7/+3
* Fixup Android tests build rulesAlexey Samsonov2014-08-092-2/+2
* [CMake] Determine which compiler-rt libraries are supported onAlexey Samsonov2014-08-085-112/+185
* [ASan/Win] Print out a big warning and continue without checking for success ...Timur Iskhodzhanov2014-08-082-4/+10
* Support getting process maps for sanitizers needs on FreeBSD in 32-bit modeViktor Kutuzov2014-08-082-0/+34
* [sanitizer] Intercept timerfd_settime, timerfd_gettime.Evgeniy Stepanov2014-08-073-0/+82
* [msan] Fix fcvt interceptor.Evgeniy Stepanov2014-08-072-0/+19
* Add FreeBSD support to the address sanitizer's malloc_context_size.cc test caseViktor Kutuzov2014-08-071-18/+8
* [TSan] Try to fix Go runtime buildAlexey Samsonov2014-08-061-1/+3
* Segregate FreeBSD-specific parts from sanitizer_procmaps_linux.ccViktor Kutuzov2014-08-065-218/+272
* tsan: allocate vector clocks using slab allocatorDmitry Vyukov2014-08-0513-113/+337
* [ASan/Win] Handle SEH exceptions even with -GSTimur Iskhodzhanov2014-08-054-2/+28
* The test doesn't export ASAN_OPTIONS, so $ASAN_OPTIONS should not be used in ...Alexander Kornienko2014-08-051-8/+8
* [UBSan] Allow to suppress reports from vptr checker for specified types.Alexey Samsonov2014-08-058-12/+64
* [Sanitizer] Turn SuppressionContext::Init() into InitIfNecessary().Alexey Samsonov2014-08-054-7/+17
* [asan] poison array cookies only on 64-bit archKostya Serebryany2014-08-041-0/+1
* [asan] introduce __asan_poison_cxx_array_cookie. This is asan-rt part of PR19...Kostya Serebryany2014-08-046-0/+20
* [asan] intercept sized operator delete[]Kostya Serebryany2014-08-042-14/+47
* [ASan] Use metadata to pass source-level information from Clang to ASan.Alexey Samsonov2014-08-021-1/+6
* Add FreeBSD support to the address sanitizer's deep_stack_uaf.cc test caseViktor Kutuzov2014-08-011-3/+6
* Fix the waitid sanitizer interceptor to work on FreeBSD in 32-bit modeViktor Kutuzov2014-08-011-0/+6
* [ASan] Support the asan_loadN/asan_storeN functions in the DLL thunk libraryEhsan Akhgari2014-08-012-0/+25
* [Sanitizer] Don't try to parse unspecified suppressions fileAlexey Samsonov2014-07-311-1/+3
* [asan] End-to-end test for REP MOVS instrumentation.Evgeniy Stepanov2014-07-311-0/+53
* tsan: use MADV_NOHUGEPAGE only if it is supported by platformDmitry Vyukov2014-07-311-0/+2
* [Sanitizer] Hoist the code parsing suppressions file into sanitizer_common.Alexey Samsonov2014-07-303-46/+13
* [Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.Alexey Samsonov2014-07-308-24/+16
OpenPOWER on IntegriCloud