summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Creating branches/google/stable and tags/google/stable/2019-05-14 from r360103google/stableJordan Rupprecht2019-05-141746-21591/+26148
|\
| * Add libc++ to link XRay test cases if libc++ is used to build CLANGXing Xue2019-05-062-1/+10
| * [Lsan] Disabling explicitally FreeBSDDavid Carlier2019-05-031-1/+1
| * [hwasan] Fix HWASAN_WITH_INTERCEPTORS=OFF build on not-android.Evgeniy Stepanov2019-05-031-1/+11
| * Avoid duplicate function aliases on MinGW after SVN r359835Martin Storsjo2019-05-032-4/+6
| * [crtbegin] Fix an off-by-1 bug in __do_finiFangrui Song2019-05-031-1/+1
| * Fix check-builtins on Windows after alias changesReid Kleckner2019-05-023-1/+21
| * [compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_createPetr Hosek2019-05-024-4/+4
| * [libFuzzer] Re-enable libFuzzer on i386 Linux and fix testJonathan Metzman2019-05-022-7/+10
| * Fix for WindowsStephan Bergmann2019-05-021-2/+1
| * Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFOStephan Bergmann2019-05-027-48/+79
| * [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong2019-05-016-4/+13
| * [tsan] Fix and re-enable user_malloc.cc testVitaly Buka2019-05-011-9/+9
| * [sanitizer][NFC] Remove unneeded SizeClassAllocatorLocalCacheVitaly Buka2019-05-013-29/+17
| * [sanitizer][NFC] Add const/static into a couple of methodsVitaly Buka2019-05-012-4/+4
| * [Sanitizer] Reland "Cleanup INTERCEPT_FUNCTION macro"Julian Lettner2019-05-016-40/+45
| * [sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocatorVitaly Buka2019-05-019-45/+21
| * [scudo][NFC] Remove unneeded template from scudo::CombinedAllocatorVitaly Buka2019-05-012-4/+7
| * [sanitizer][NFC] Get type of AllocatorCache from CombinedAllocatorVitaly Buka2019-05-0111-56/+28
| * [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-0130-9/+215
| * [libFuzzer] Add --dump-input-on-failure to help diagnose AArch64 failuresPeter Smith2019-05-012-6/+6
| * [compiler-rt] Use correct spelling of the -Wno-pedantic variablePetr Hosek2019-05-011-1/+1
| * Use __extension__ to suppress __EH_FRAME_LIST__ warningsFangrui Song2019-05-011-1/+1
| * [compiler-rt] Cleanup the --target and --sysroot handlingPetr Hosek2019-05-011-4/+3
| * [compiler-rt] Pass sysroot and disable pedantic for crtbegin.o/crtend.oPetr Hosek2019-05-013-1/+6
| * [compiler-rt] Rework the object build supportPetr Hosek2019-05-011-8/+33
| * [libFuzzer] Disable i386 on non-Linux platformsJonathan Metzman2019-05-011-1/+5
| * [libFuzzer] Fix failing test: sigint.testJonathan Metzman2019-04-301-3/+1
| * Added test.Mitch Phillips2019-04-301-0/+16
| * [sanitizer_common] Added 64-bit signed flag parser.Mitch Phillips2019-04-301-0/+9
| * [libFuzzer] temporarily disable a test on windows, where there is no memmem i...Kostya Serebryany2019-04-301-0/+2
| * [libFuzzer] add MagicSeparatorTestKostya Serebryany2019-04-302-0/+51
| * Revert r359325 "[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION t...Reid Kleckner2019-04-306-20/+48
| * [libFuzzer] Replace -seed_corpus to better support fork mode on WinJonathan Metzman2019-04-306-10/+56
| * [compiler-rt][builtins][sanitizers] Update compiler-rt test cases forAmy Kwan2019-04-302-6/+15
| * Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek2019-04-3013-17/+442
| * fix broken testJonathan Metzman2019-04-301-7/+7
| * remove extra zerosJonathan Metzman2019-04-301-1/+1
| * remove stale commentJonathan Metzman2019-04-301-1/+1
| * change orderJonathan Metzman2019-04-301-1/+1
| * fix commentJonathan Metzman2019-04-301-1/+1
| * [libFuzzer] Enable for i386Jonathan Metzman2019-04-302-2/+4
| * Fix issues with testing for i386Jonathan Metzman2019-04-305-3/+8
| * Enable x86 buildsJonathan Metzman2019-04-305-9/+12
| * Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek2019-04-3012-420/+17
| * [compiler-rt] Simple crtbegin.o and crtend.o implementationPetr Hosek2019-04-3012-17/+420
| * [scudo][standalone] Add the memory reclaiming mechanismKostya Kortchinsky2019-04-306-3/+527
| * Fix FIXME added in r359339Reid Kleckner2019-04-292-15/+12
| * Pacify sanitizer lint script after r359498Reid Kleckner2019-04-291-1/+0
| * [AddressSanitizer] [Windows] Fix HeapReAlloc and _recalloc bugs in asan_mallo...Matthew G McGovern2019-04-293-14/+101