summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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-022-0/+16
* [compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_createPetr Hosek2019-05-024-4/+4
* 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
* [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-0125-1/+170
* [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] Pass sysroot and disable pedantic for crtbegin.o/crtend.oPetr Hosek2019-05-011-0/+1
* Added test.Mitch Phillips2019-04-301-0/+16
* [sanitizer_common] Added 64-bit signed flag parser.Mitch Phillips2019-04-301-0/+9
* 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-305-10/+32
* Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek2019-04-304-0/+213
* change orderJonathan Metzman2019-04-301-1/+1
* [libFuzzer] Enable for i386Jonathan Metzman2019-04-301-2/+2
* Enable x86 buildsJonathan Metzman2019-04-301-2/+7
* Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek2019-04-304-213/+0
* [compiler-rt] Simple crtbegin.o and crtend.o implementationPetr Hosek2019-04-304-0/+213
* [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-291-14/+43
* [Sanitizer] Cleanup {ASAN, MSAN}_INTERCEPT_FUNC[_VER] macroJulian Lettner2019-04-292-7/+4
* [builtins] Use __APPLE__ instead of __MACH__ in checkPetr Hosek2019-04-291-1/+1
* [builtins] Fix the missing assembly on DarwinPetr Hosek2019-04-291-1/+1
* [builtins] Fix the typo in the preprocessor checkPetr Hosek2019-04-291-1/+1
* [builtins] Use aliases for function redirectsPetr Hosek2019-04-2941-95/+85
* [builtins] Use single line C++/C99 comment stylePetr Hosek2019-04-28240-3869/+3489
* [builtins] Reformat builtins with clang-formatPetr Hosek2019-04-28193-5873/+5341
* [sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...Vitaly Buka2019-04-278-102/+17
* [sanitizer] NFC: add static_assert to confirm that we use reasonable ByteMap ...Vitaly Buka2019-04-271-3/+21
* [NFC][Sanitizer] Remove GetRealFunctionAddress and replace usagesJulian Lettner2019-04-274-46/+11
* Revert "[sanitizer] NFC: add static_assert to confirm that we use optimal Byt...JF Bastien2019-04-261-7/+3
* [Sanitizer][Windows] Speculative fix for broken build on WindowsJulian Lettner2019-04-261-2/+7
* [Sanitizer] Fix testJulian Lettner2019-04-261-0/+2
* [Sanitizer] Fix compliation error in testJulian Lettner2019-04-261-2/+0
* Implement __sanitizer::conditional<B, T, F>Vitaly Buka2019-04-262-0/+24
* [sanitizer] NFC: add static_assert to confirm that we use optimal ByteMap typeVitaly Buka2019-04-261-3/+7
* [NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION to voidJulian Lettner2019-04-263-8/+18
* [NFC] Remove ::kForTest from AP64, it does not use it.Vitaly Buka2019-04-262-8/+8