aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2019-06-21[ASan] Use dynamic shadow on 32-bit iOS and simulatorsJulian Lettner2-31/+23
2019-06-21[asan] Quote the path to the Python exe in case it has spacesReid Kleckner1-2/+10
2019-06-21[asan] Avoid two compiler-synthesized calls to memset & memcpyReid Kleckner2-5/+5
2019-06-21[libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be compi...Kostya Serebryany6-104/+154
2019-06-20[libFuzzer] ensure that DFT and autofocus works for C++ (mangled) functionsKostya Serebryany3-6/+13
2019-06-19Specify log level for CMake messages (less stderr)Stefan Granitz1-2/+2
2019-06-19[libFuzzer] Remove too aggressive static_assert in FuzzedDataProvider.Max Moroz1-2/+0
2019-06-19Revert r363633 "[CMake] Fix the value of `config.target_cflags` for non-macOS...Hans Wennborg5-97/+35
2019-06-19[Sanitizers] Fix sanitizer_posix_libcdep.cc compilation on Solaris 11.5Rainer Orth1-3/+3
2019-06-18Don't crash if PR_SET_VMA_ANON_NAME fails.Evgeniy Stepanov1-2/+1
2019-06-18[libFuzzer] Improve FuzzedDataProvider helper.Max Moroz2-65/+140
2019-06-18[scudo][standalone] Fuchsia related changesKostya Kortchinsky3-38/+37
2019-06-18[compiler-rt][SystemZ] Work around ASAN failures via -fno-partial-inliningUlrich Weigand2-0/+10
2019-06-18Disable recently added Darwin symbolization tests for iOS.Dan Liew2-0/+2
2019-06-18[NFC] Split `Darwin/asan-symbolize-partial-report-with-module-map.cc`.Dan Liew2-20/+42
2019-06-18[asan_symbolize] Teach `asan_symbolize.py` to symbolicate partially symbolica...Dan Liew2-2/+69
2019-06-17hwasan: Use bits [3..11) of the ring buffer entry address as the base stack tag.Peter Collingbourne4-13/+21
2019-06-17[CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew5-35/+97
2019-06-17[GWP-ASan] Disable GWP-ASan on Android for now.Mitch Phillips2-2/+5
2019-06-17Stop counting pops in tsan/check_analyze.sh.Evgeniy Stepanov1-2/+0
2019-06-17Attempt to fix GWP-ASan build failure on sanitizer-android. Add -fPIC.Mitch Phillips1-1/+1
2019-06-17[GWP-ASan] Integration with Scudo [5].Mitch Phillips21-5/+335
2019-06-17[scudo][standalone] Introduce the combined allocatorKostya Kortchinsky5-0/+870
2019-06-15[compiler-rt] Respect CMAKE_NMShoaib Meenai2-5/+12
2019-06-15Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka16-38/+49
2019-06-14[libFuzzer] in autofocus mode, give more weight to functions with DFTKostya Serebryany3-5/+21
2019-06-14[libFuzzer] implement a better queue for the fork mode. Add an internal flag ...Kostya Serebryany6-35/+58
2019-06-14[libFuzzer] fix -Werror buildKostya Serebryany1-1/+1
2019-06-14[libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany6-184/+172
2019-06-14[libFuzzer] Disable len_control by default if LLVMFuzzerCustomMutator is used.Max Moroz3-3/+15
2019-06-14Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new f...Hans Wennborg6-171/+184
2019-06-13fix whitespacesKostya Serebryany1-3/+1
2019-06-13[libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany6-184/+173
2019-06-13[dfsan] Introduce dfsan_flush().Kostya Serebryany4-0/+42
2019-06-12[compiler-rt] Fix name_to_handle_at.cc test on Overlay2 (for Docker)Amy Kwan1-1/+1
2019-06-12Revert r362676 "[Profile]: Add runtime interface to specify file handle for p...Hans Wennborg6-168/+13
2019-06-11[Sanitizers] Add case MACOS_VERSION_CATALINAJulian Lettner2-2/+3
2019-06-11[scudo][standalone] Unmap memory in testsKostya Kortchinsky8-16/+74
2019-06-11Add FuzzedDataProvider helper class / single header library.Max Moroz4-2/+544
2019-06-11[compiler-rt] Update comments in asan header to doxygen format; NFC.Pierre Gousseau2-295/+609
2019-06-10Add unused symbol to thunk files to force wholearchive inclusionReid Kleckner2-0/+12
2019-06-10[scudo][standalone] Introduce the thread specific data structuresKostya Kortchinsky10-11/+512
2019-06-08Experimantal dfsan mode "fast16labels=1"Kostya Serebryany3-0/+31
2019-06-07[GWP-ASan] Removed unittests from Android build.Mitch Phillips1-1/+6
2019-06-07Set an output file name for the override-new-delete.cpp test.Peter Collingbourne1-1/+1
2019-06-06Change GWP-ASan build to use '-pthread' instead of '-lpthread' in orderMitch Phillips2-2/+2
2019-06-06[Profile]: Add runtime interface to specify file handle for profile data (Par...Xinliang David Li2-0/+74
2019-06-06Fixup files added in r362636 to build with gcc 5.4. NFCIDouglas Yung2-13/+13
2019-06-06[Profile]: Add runtime interface to specify file handle for profile data.Xinliang David Li4-13/+94
2019-06-05[GWP-ASan] Core Guarded Pool Allocator [4].Mitch Phillips11-3/+1111