summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_type_hash_itanium.cc
Commit message (Expand)AuthorAgeFilesLines
* Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFOStephan Bergmann2019-05-021-3/+10
* Always compare C++ typeinfo (based on libstdc++ implementation).Martin Liska2019-03-061-0/+1
* Revert https://reviews.llvm.org/D56485.Martin Liska2019-01-241-1/+1
* Always compare C++ typeinfo (based on libstdc++ implementation).Martin Liska2019-01-241-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ubsan] Fix a faulty memory accessibility checkVedant Kumar2017-06-151-2/+2
* Bug 33221 [UBSAN] segfault with -fsanitize=undefinedVedant Kumar2017-06-011-1/+1
* [ubsan] More 0 -> nullptr conversions (NFC)Vedant Kumar2016-10-061-4/+4
* [ubsan] 0 -> nullptr (NFC)Vedant Kumar2016-10-061-2/+2
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-0/+2
* Revert " [compiler-rt] Allow c++ abi to be explictly disabled in cmake con...Dean Michael Berris2016-08-261-1/+1
* [compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationDean Michael Berris2016-08-261-1/+1
* Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci2016-08-161-1/+1
* [compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci2016-08-161-1/+1
* Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci2016-08-161-1/+1
* [compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci2016-08-161-1/+1
* Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci2016-08-161-1/+1
* [compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci2016-08-161-1/+1
* UBSan: crash less often on corrupted Vtables.Ivan Krasin2016-06-021-0/+6
* [UBSan] Fix isDerivedFromAtOffset on iOS ARM64Filipe Cabecinhas2016-02-271-1/+3
* Revert "ubsan: Implement memory permission validation for vtables."Evgeniy Stepanov2015-09-171-39/+0
* ubsan: Disable vptr validation on powerpc64.Peter Collingbourne2015-09-121-2/+2
* ubsan: Implement memory permission validation for vtables.Peter Collingbourne2015-09-111-0/+39
* [UBSan] Fix UBSan-vptr false positive.Alexey Samsonov2015-08-051-3/+3
* CFI: Get check-cfi passing on Windows.Peter Collingbourne2015-07-081-0/+251