summaryrefslogtreecommitdiff
path: root/lib/ubsan_minimal
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minimal} to .cppNico Weber2019-08-012-1/+1
* [compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-151-0/+1
* Revert alignment assumptions changesVlad Tsyrklevich2019-01-151-1/+0
* [compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-141-0/+1
* [ubsan-minimal] update comments in CMakeLists.txtVitaly Buka2018-10-301-5/+3
* [compiler-rt][ubsan] Implicit Conversion Sanitizer - integer truncation - co...Roman Lebedev2018-07-301-0/+1
* [CMake] Build shared version of runtimes for FuchsiaPetr Hosek2018-05-091-1/+1
* [ubsan-minimal] Fix the ubsan_minimal debug build (COMPILER_RT_DEBUG=1) on ma...Dan Liew2018-02-241-0/+13
* [ubsan-minimal] Add a path for non-POSIX (and bare-metal) use of the libraryFilipe Cabecinhas2017-12-151-0/+5
* [ubsan-minimal] Get rid of the libc++ dependency.Evgeniy Stepanov2017-11-112-18/+23
* [ubsan-minimal] Make the interface more compatible with RTUBSanVedant Kumar2017-09-191-5/+12
* Runtime detection of android_set_abort_message.Evgeniy Stepanov2017-09-111-4/+2
* [ubsan-minimal] Enable on DarwinVedant Kumar2017-09-111-1/+4
* Disable ubsan-minimal on Darwin.Evgeniy Stepanov2017-08-291-1/+1
* Minimal runtime for UBSan.Evgeniy Stepanov2017-08-293-0/+142