summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
...
* [compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.Max Moroz2019-08-061-1/+1
* [compiler-rt] Implement getrandom interceptionVitaly Buka2019-08-063-0/+30
* [Sanitizer] Linux refactor shadow huge page mode handlingDavid Carlier2019-08-053-4/+6
* [compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.Max Moroz2019-08-051-1/+3
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-051-2/+2
* compiler-rt: Rename .cc file in test/lsan to .cppFangrui Song2019-08-051-1/+1
* [sanitizer_common][tests] Fix SanitizerCommon-Unit :: ./Sanitizer-*-Test/Sani...Rainer Orth2019-08-021-0/+5
* compiler-rt: Rename .cc file in test/tsan to .cppFangrui Song2019-08-021-1/+1
* Remove a few straggler ".cc"s in compiler-rt/libNico Weber2019-08-013-3/+3
* compiler-rt: Rename .cc file in lib/tsan/tests/{rtl,unit} to .cppNico Weber2019-08-011-2/+2
* compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/msan to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/lsan to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/asan/tests to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-1/+1
* Try to heal bots after r367551Nico Weber2019-08-011-1/+1
* compiler-rt: Try to appease lint script.Nico Weber2019-07-312-9/+7
* Attempt to heal bots after r367467Nico Weber2019-07-311-1/+1
* compiler-rt: Rename .cc file in lib/sanitizer_common/symbolizer to .cppNico Weber2019-07-313-3/+3
* compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cppNico Weber2019-07-3135-68/+71
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-3180-160/+163
* Attempt to heal bots after r367456Nico Weber2019-07-311-1/+1
* [Sanitizer][ASAN][MSAN] Fix infinite recursion on FreeBSDAlexander Richardson2019-07-311-1/+5
* Don't initialize interceptor_metadata_map unless SI_POSIX is setEugene Leviant2019-07-281-1/+3
* [sanitizer_common] Allow customization of StartSymbolizerSubprocessJulian Lettner2019-07-252-7/+13
* [ASan] Support `{f}puts(NULL)` on Darwin, part 2Julian Lettner2019-07-181-2/+4
* [ASan] Support `{f}puts(NULL)` on DarwinJulian Lettner2019-07-171-2/+4
* [Sanitizers] Fix SanitizerCommon-Unit :: ./Sanitizer-*-Test/MemoryMappingLayo...Rainer Orth2019-07-121-2/+4
* Add NetBSD LSan supportKamil Rytarowski2019-07-115-9/+377
* [Sanitizers] Remove clang_rt.sancov_{begin,end} on SolarisRainer Orth2019-07-083-42/+0
* [Sanitizers] Remove obsolete OpenFile from sanitizer_solaris.ccRainer Orth2019-07-021-5/+0
* hwasan: Teach the runtime to identify the local variable being accessed in UA...Peter Collingbourne2019-06-275-12/+119
* [sanitizer_common] Switch from zx_clock_get_new to zx_clock_getPetr Hosek2019-06-271-1/+1
* [ASan] Use dynamic shadow on 32-bit iOS and simulatorsJulian Lettner2019-06-211-17/+21
* [asan] Avoid two compiler-synthesized calls to memset & memcpyReid Kleckner2019-06-211-0/+3
* [Sanitizers] Fix sanitizer_posix_libcdep.cc compilation on Solaris 11.5Rainer Orth2019-06-191-3/+3
* Don't crash if PR_SET_VMA_ANON_NAME fails.Evgeniy Stepanov2019-06-181-2/+1
* [compiler-rt] Respect CMAKE_NMShoaib Meenai2019-06-151-3/+4
* Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka2019-06-153-12/+26
* [Sanitizers] Add case MACOS_VERSION_CATALINAJulian Lettner2019-06-112-2/+3
* Add unused symbol to thunk files to force wholearchive inclusionReid Kleckner2019-06-102-0/+12
* [Sanitizer] Add interceptor for wcsdupPavel Labath2019-05-222-0/+19
* [sanitizer] Update symbolizer/scripts/global_symbols.txtVitaly Buka2019-05-171-0/+1
* [compiler-rt] Migrate to _zx_clock_get_new/_zx_clock_get_monotonicPetr Hosek2019-05-091-2/+7
* Fix build on NetBSD 8.99.38Kamil Rytarowski2019-05-081-0/+2
* [compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_createPetr Hosek2019-05-021-1/+1
* [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong2019-05-011-0/+2
* [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][NFC] Set LargeMmapAllocator type from PrimaryAllocatorVitaly Buka2019-05-014-23/+16
OpenPOWER on IntegriCloud