summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/ubsan/ubsan_value.cc
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix bad regression from r263077 when building with MSVC.Nico Weber2016-03-121-2/+2
* sanitizer: Fix endianness checks for gccAlexey Samsonov2016-03-091-1/+1
* [ubsan][mips] Revise r243384 to avoid special casing big-endian mips.Daniel Sanders2015-08-111-4/+5
* [UBSan][MIPS] Fix cast-overflow tests for mips big endianSagar Thakur2015-07-281-1/+1
* [PPC64]This activates UBSan for the power architecture.Bill Seurer2015-04-011-1/+7
* [UBSan] Explicitly list all supported OS/arch pairs supported by UBSan.Alexey Samsonov2015-03-261-0/+4
* [ubsan] handle long double in 32-bit mode; part of the patch by Marek PolacekKostya Serebryany2014-05-231-0/+1
* ubsan: Pass floating-point arguments to the runtime by value if they fit theRichard Smith2013-03-221-8/+28
* Provide a slightly more helpful diagnostic if -fcatch-undefined-behavior findsRichard Smith2012-10-141-0/+6
* Fix the bootstrap of CompilerRT with host compilers that don't supportChandler Carruth2012-10-131-2/+2
* -fcatch-undefined-behavior: Runtime library support for trapping conversions ...Richard Smith2012-10-121-1/+1
* Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith2012-10-091-0/+75
OpenPOWER on IntegriCloud