aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-07[compiler-rt] Create install targets for Darwin librariesShoaib Meenai
2019-05-07[scudo][standalone] Introduce the QuarantineKostya Kortchinsky
2019-05-07[libFuzzer] Increase timeouts on fork tests and skip one on aarch64Peter Smith
2019-05-06Add libc++ to link XRay test cases if libc++ is used to build CLANGXing Xue
2019-05-03[Lsan] Disabling explicitally FreeBSDDavid Carlier
2019-05-03[hwasan] Fix HWASAN_WITH_INTERCEPTORS=OFF build on not-android.Evgeniy Stepanov
2019-05-03Avoid duplicate function aliases on MinGW after SVN r359835Martin Storsjo
2019-05-03[crtbegin] Fix an off-by-1 bug in __do_finiFangrui Song
2019-05-02Fix check-builtins on Windows after alias changesReid Kleckner
2019-05-02[compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_createPetr Hosek
2019-05-02[libFuzzer] Re-enable libFuzzer on i386 Linux and fix testJonathan Metzman
2019-05-02Fix for WindowsStephan Bergmann
2019-05-02Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFOStephan Bergmann
2019-05-01[compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong
2019-05-01[tsan] Fix and re-enable user_malloc.cc testVitaly Buka
2019-05-01[sanitizer][NFC] Remove unneeded SizeClassAllocatorLocalCacheVitaly Buka
2019-05-01[sanitizer][NFC] Add const/static into a couple of methodsVitaly Buka
2019-05-01[Sanitizer] Reland "Cleanup INTERCEPT_FUNCTION macro"Julian Lettner
2019-05-01[sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocatorVitaly Buka
2019-05-01[scudo][NFC] Remove unneeded template from scudo::CombinedAllocatorVitaly Buka
2019-05-01[sanitizer][NFC] Get type of AllocatorCache from CombinedAllocatorVitaly Buka
2019-05-01[sanitizer] Implement reallocarray.Evgeniy Stepanov
2019-05-01[libFuzzer] Add --dump-input-on-failure to help diagnose AArch64 failuresPeter Smith
2019-05-01[compiler-rt] Use correct spelling of the -Wno-pedantic variablePetr Hosek
2019-05-01Use __extension__ to suppress __EH_FRAME_LIST__ warningsFangrui Song
2019-05-01[compiler-rt] Cleanup the --target and --sysroot handlingPetr Hosek
2019-05-01[compiler-rt] Pass sysroot and disable pedantic for crtbegin.o/crtend.oPetr Hosek
2019-05-01[compiler-rt] Rework the object build supportPetr Hosek
2019-05-01[libFuzzer] Disable i386 on non-Linux platformsJonathan Metzman
2019-04-30[libFuzzer] Fix failing test: sigint.testJonathan Metzman
2019-04-30Added test.Mitch Phillips
2019-04-30[sanitizer_common] Added 64-bit signed flag parser.Mitch Phillips
2019-04-30[libFuzzer] temporarily disable a test on windows, where there is no memmem i...Kostya Serebryany
2019-04-30[libFuzzer] add MagicSeparatorTestKostya Serebryany
2019-04-30Revert r359325 "[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION t...Reid Kleckner
2019-04-30[libFuzzer] Replace -seed_corpus to better support fork mode on WinJonathan Metzman
2019-04-30[compiler-rt][builtins][sanitizers] Update compiler-rt test cases forAmy Kwan
2019-04-30Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek
2019-04-30fix broken testJonathan Metzman
2019-04-30remove extra zerosJonathan Metzman
2019-04-30remove stale commentJonathan Metzman
2019-04-30change orderJonathan Metzman
2019-04-30fix commentJonathan Metzman
2019-04-30[libFuzzer] Enable for i386Jonathan Metzman
2019-04-30Fix issues with testing for i386Jonathan Metzman
2019-04-30Enable x86 buildsJonathan Metzman
2019-04-30Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek
2019-04-30[compiler-rt] Simple crtbegin.o and crtend.o implementationPetr Hosek
2019-04-30[scudo][standalone] Add the memory reclaiming mechanismKostya Kortchinsky
2019-04-29Fix FIXME added in r359339Reid Kleckner