aboutsummaryrefslogtreecommitdiff
path: root/lib/ubsan
AgeCommit message (Expand)Author
2019-06-15Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka
2019-05-02Fix for WindowsStephan Bergmann
2019-05-02Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFOStephan Bergmann
2019-03-06Always compare C++ typeinfo (based on libstdc++ implementation).Martin Liska
2019-03-01[NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTraceJulian Lettner
2019-03-01[NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner
2019-03-01Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"Julian Lettner
2019-03-01[NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner
2019-02-28[NFC][Sanitizer] Weak linkage is not available on WindowsJulian Lettner
2019-02-28[NFC][Sanitizer] Use correct WEAK annotation to make Windows workJulian Lettner
2019-02-27[Sanitizer] Attempt to fix linker error on ARM variantsJulian Lettner
2019-02-27[NFC][Sanitizer] Pull up GetStackTrace into sanitizer_commonJulian Lettner
2019-02-27[NFC][Sanitizer] Hard-code fast/slow unwinder at call siteJulian Lettner
2019-02-22[Sanitizer] Fix uses of stack->Unwind(..., fast)Julian Lettner
2019-02-18[Sanitizer] On Darwin `__sanitizer_print_stack_trace` only prints topmost frameJulian Lettner
2019-02-16[compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld
2019-02-15Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld
2019-02-15[compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld
2019-01-24Revert https://reviews.llvm.org/D56485.Martin Liska
2019-01-24Always compare C++ typeinfo (based on libstdc++ implementation).Martin Liska
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-16Make compiler-rt CMakeLists.txt formatting a bit more like LLVM's usual forma...Nico Weber
2019-01-15[compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev
2019-01-15Revert alignment assumptions changesVlad Tsyrklevich
2019-01-14[compiler-rt] Update ubsan_interface.inc with alignment assumption handlersRoman Lebedev
2019-01-14[compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev
2018-11-21[compiler-rt][UBSan] silence_unsigned_overflow: do *NOT* ignore *fatal* unsig...Roman Lebedev
2018-10-30[compiler-rt][ubsan] Implicit Conversion Sanitizer - integer sign change - co...Roman Lebedev
2018-10-11[compiler-rt][ubsan] Split Implicit Integer Truncation Sanitizer into unsigne...Roman Lebedev
2018-07-30[compiler-rt][ubsan] Implicit Conversion Sanitizer - integer truncation - co...Roman Lebedev
2018-07-13[UBSan] Followup for silence_unsigned_overflow flag to handle negate overflows.Max Moroz
2018-07-10[CMake] Add compiler-rt header files to the list of sources for targetsDan Liew
2018-06-27[UBSan] Add silence_unsigned_overflow flag.Matt Morehouse
2018-06-26CFI: Print DSO names for failed cross-DSO icallsVlad Tsyrklevich
2018-06-26Implement CFI for indirect calls via a member function pointer.Peter Collingbourne
2018-06-22[ubsan] Fix __ubsan_on_report interface definitionVedant Kumar
2018-06-22[ubsan] Add support for reporting diagnostics to a monitor processVedant Kumar
2018-05-18[sanitizer] Trivial portion of the port to Myriad RTEMSWalter Lee
2018-05-09[CMake] Build shared version of runtimes for FuchsiaPetr Hosek
2018-04-16[sanitizer] Fix OSX build failure post D45457Kostya Kortchinsky
2018-04-16[sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky
2018-03-22[sanitizer] Split coverage into separate RT in sanitizer_commonKostya Kortchinsky
2018-03-02OpenBSD UBsan support / ubsan partKamil Rytarowski
2018-02-17Recognize all NetBSD architectures in UBSanKamil Rytarowski
2018-01-23[ubsan] Add preinit initializer for ubsanFrancis Ricci
2018-01-22[ubsan] Disable signal handling on Android.Evgeniy Stepanov
2017-12-28-fsanitize=vptr warnings on bad static types in dynamic_cast and typeidStephan Bergmann
2017-12-21[ubsan] Diagnose noreturn functions which return (compiler-rt)Vedant Kumar
2017-12-18Revert r320977 "No -fsanitize=function warning when calling noexcept function...Stephan Bergmann
2017-12-18No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann