summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/ubsan-suppress-checks.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ubsan] Skip alignment checks which are folded awayVedant Kumar2017-10-031-0/+12
* [ubsan] Skip alignment checks on allocas with known alignmentVedant Kumar2017-04-261-4/+1
* [ubsan] Skip null checks if they are constant-folded awayVedant Kumar2017-04-171-0/+2
* [ubsan] Skip null checks on pointers to the start of an allocaVedant Kumar2017-04-171-7/+19
* [ubsan] Don't check alignment if the alignment is 1Vedant Kumar2017-04-141-1/+1
* [ubsan] Reduce alignment checking of C++ object pointersVedant Kumar2017-04-141-0/+221