summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/Pointer
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] alignment-assumption-blacklist.cpp test apparently passes on an...Roman Lebedev2019-01-151-5/+0
* [compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-1512-0/+327
* Revert alignment assumptions changesVlad Tsyrklevich2019-01-1512-253/+0
* Silence failing testsVlad Tsyrklevich2019-01-152-2/+2
* [compiler-rt] UBSan: just completely disable two alignment-assumption tests f...Roman Lebedev2019-01-142-8/+4
* [compiler-rt] UBSan: Disable 3 of the new alignment assumption tests on android.Roman Lebedev2019-01-143-5/+10
* [compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-1412-0/+252
* [UBSan] Add missing `%run` prefixes to Pointer tests.Dan Liew2018-09-032-4/+4
* [ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (compiler...Vedant Kumar2017-07-131-4/+11
* [ubsan] Detect invalid unsigned pointer index expression (compiler-rt)Vedant Kumar2017-06-121-0/+13
* [ubsan] Runtime support for pointer overflow checkingVedant Kumar2017-06-011-0/+19