summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_value.cc
AgeCommit message (Expand)Author
2016-03-12Fix bad regression from r263077 when building with MSVC.Nico Weber
2016-03-09sanitizer: Fix endianness checks for gccAlexey Samsonov
2015-08-11[ubsan][mips] Revise r243384 to avoid special casing big-endian mips.Daniel Sanders
2015-07-28[UBSan][MIPS] Fix cast-overflow tests for mips big endianSagar Thakur
2015-04-01[PPC64]This activates UBSan for the power architecture.Bill Seurer
2015-03-26[UBSan] Explicitly list all supported OS/arch pairs supported by UBSan.Alexey Samsonov
2014-05-23[ubsan] handle long double in 32-bit mode; part of the patch by Marek PolacekKostya Serebryany
2013-03-22ubsan: Pass floating-point arguments to the runtime by value if they fit theRichard Smith
2012-10-14Provide a slightly more helpful diagnostic if -fcatch-undefined-behavior findsRichard 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-09Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith