summaryrefslogtreecommitdiff
path: root/lib/ubsan
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Use GetNextInstructionPc in signal handlersVitaly Buka2019-10-021-2/+3
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-111-1/+1
* [UBSan] Do not overwrite the default print_summary sanitizer option.Max Moroz2019-09-091-1/+0
* Remove a few straggler ".cc"s in compiler-rt/libNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc files in lib/ubsan to .cpp.Nico Weber2019-07-3118-37/+36
* Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann2019-07-163-17/+17
* Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka2019-06-151-1/+1
* Fix for WindowsStephan Bergmann2019-05-021-2/+1
* Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFOStephan Bergmann2019-05-027-48/+79
* Always compare C++ typeinfo (based on libstdc++ implementation).Martin Liska2019-03-061-0/+1
* [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTraceJulian Lettner2019-03-011-5/+5
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-011-11/+13
* Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"Julian Lettner2019-03-011-13/+11
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-011-11/+13
* [NFC][Sanitizer] Weak linkage is not available on WindowsJulian Lettner2019-02-282-7/+14
* [NFC][Sanitizer] Use correct WEAK annotation to make Windows workJulian Lettner2019-02-281-1/+1
* [Sanitizer] Attempt to fix linker error on ARM variantsJulian Lettner2019-02-272-11/+14
* [NFC][Sanitizer] Pull up GetStackTrace into sanitizer_commonJulian Lettner2019-02-273-14/+11
* [NFC][Sanitizer] Hard-code fast/slow unwinder at call siteJulian Lettner2019-02-272-7/+10
* [Sanitizer] Fix uses of stack->Unwind(..., fast)Julian Lettner2019-02-221-1/+1
* [Sanitizer] On Darwin `__sanitizer_print_stack_trace` only prints topmost frameJulian Lettner2019-02-181-1/+1
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-161-1/+1
* Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld2019-02-151-1/+1
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-151-1/+1
* Revert https://reviews.llvm.org/D56485.Martin Liska2019-01-241-1/+1
* Always compare C++ typeinfo (based on libstdc++ implementation).Martin Liska2019-01-241-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1930-120/+90
* Make compiler-rt CMakeLists.txt formatting a bit more like LLVM's usual forma...Nico Weber2019-01-161-4/+7
* [compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-154-0/+70
* Revert alignment assumptions changesVlad Tsyrklevich2019-01-154-70/+0
* [compiler-rt] Update ubsan_interface.inc with alignment assumption handlersRoman Lebedev2019-01-141-0/+2
* [compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-143-0/+68
* [compiler-rt][UBSan] silence_unsigned_overflow: do *NOT* ignore *fatal* unsig...Roman Lebedev2018-11-212-3/+5
* [compiler-rt][ubsan] Implicit Conversion Sanitizer - integer sign change - co...Roman Lebedev2018-10-303-0/+14
* [compiler-rt][ubsan] Split Implicit Integer Truncation Sanitizer into unsigne...Roman Lebedev2018-10-113-10/+33
* [compiler-rt][ubsan] Implicit Conversion Sanitizer - integer truncation - co...Roman Lebedev2018-07-305-1/+65
* [UBSan] Followup for silence_unsigned_overflow flag to handle negate overflows.Max Moroz2018-07-131-0/+3
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-101-8/+29
* [UBSan] Add silence_unsigned_overflow flag.Matt Morehouse2018-06-272-0/+7
* CFI: Print DSO names for failed cross-DSO icallsVlad Tsyrklevich2018-06-262-8/+32
* Implement CFI for indirect calls via a member function pointer.Peter Collingbourne2018-06-263-6/+14
* [ubsan] Fix __ubsan_on_report interface definitionVedant Kumar2018-06-222-1/+2
* [ubsan] Add support for reporting diagnostics to a monitor processVedant Kumar2018-06-228-59/+209
* [sanitizer] Trivial portion of the port to Myriad RTEMSWalter Lee2018-05-181-1/+1
* [CMake] Build shared version of runtimes for FuchsiaPetr Hosek2018-05-091-1/+1
* [sanitizer] Fix OSX build failure post D45457Kostya Kortchinsky2018-04-161-1/+1
* [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky2018-04-161-0/+4
* [sanitizer] Split coverage into separate RT in sanitizer_commonKostya Kortchinsky2018-03-221-0/+4
* OpenBSD UBsan support / ubsan partKamil Rytarowski2018-03-021-1/+2
* Recognize all NetBSD architectures in UBSanKamil Rytarowski2018-02-171-7/+3