summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_value.h
AgeCommit message (Expand)Author
2015-03-26[UBSan] Explicitly list all supported OS/arch pairs supported by UBSan.Alexey Samsonov
2014-02-25Enable UBSan on FreeBSD. Patch by Viktor Kutuzov.Alexey Samsonov
2013-11-25[UBSan] Fix warning by specifying __extension__ before __int128Alexey Samsonov
2013-03-22ubsan: Pass floating-point arguments to the runtime by value if they fit theRichard Smith
2013-01-14[ubsan] Use __sanitizer::atomic_exchange(), prefer shared impl.Will Dietz
2013-01-09[ubsan] Drop use of __atomic_exchange_n for now to fix build for some.Will Dietz
2013-01-09[ubsan] Add deduplication functionality, always enabled.Will Dietz
2012-11-29ubsan: Don't assume that Clang provides __int128 unless it advertises that it...Richard Smith
2012-11-13Support for building the ubsan runtime when using the autoconf build system onRichard Smith
2012-10-14Use a better test for __int128 support, which works on old GCC versions.Richard Smith
2012-10-13Fix the bootstrap of CompilerRT with host compilers that don't supportChandler Carruth
2012-10-12-fcatch-undefined-behavior: Runtime library support for trapping conversions ...Richard Smith
2012-10-09-fcatch-undefined-behavior: store the type name directly at the end of a type...Richard Smith
2012-10-09Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith