summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_value.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [UBSan] Explicitly list all supported OS/arch pairs supported by UBSan.Alexey Samsonov2015-03-261-7/+0
* Enable UBSan on FreeBSD. Patch by Viktor Kutuzov.Alexey Samsonov2014-02-251-3/+3
* [UBSan] Fix warning by specifying __extension__ before __int128Alexey Samsonov2013-11-251-2/+2
* ubsan: Pass floating-point arguments to the runtime by value if they fit theRichard Smith2013-03-221-1/+10
* [ubsan] Use __sanitizer::atomic_exchange(), prefer shared impl.Will Dietz2013-01-141-1/+4
* [ubsan] Drop use of __atomic_exchange_n for now to fix build for some.Will Dietz2013-01-091-6/+0
* [ubsan] Add deduplication functionality, always enabled.Will Dietz2013-01-091-1/+19
* ubsan: Don't assume that Clang provides __int128 unless it advertises that it...Richard Smith2012-11-291-1/+1
* Support for building the ubsan runtime when using the autoconf build system onRichard Smith2012-11-131-3/+3
* Use a better test for __int128 support, which works on old GCC versions.Richard Smith2012-10-141-1/+1
* Fix the bootstrap of CompilerRT with host compilers that don't supportChandler Carruth2012-10-131-1/+5
* -fcatch-undefined-behavior: Runtime library support for trapping conversions ...Richard Smith2012-10-121-1/+5
* -fcatch-undefined-behavior: store the type name directly at the end of a type...Richard Smith2012-10-091-3/+4
* Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith2012-10-091-0/+171