Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use %run for running CFI tests | Filipe Cabecinhas | 2017-10-02 | 1 | -5/+5 |
| | | | | | | | | | | Reviewers: pcc, krasin, eugenis Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D38412 llvm-svn: 314659 | ||||
* | fix trivial typo; NFC | Hiroshi Inoue | 2017-07-01 | 1 | -1/+1 |
| | | | | llvm-svn: 306955 | ||||
* | CFI: Update tests for various bit vector sizes following lowerbitsets optzns. | Peter Collingbourne | 2015-07-29 | 1 | -14/+1 |
| | | | | | | | | Also add a test to ensure that this doesn't regress. Differential Revision: http://reviews.llvm.org/D11584 llvm-svn: 243547 | ||||
* | CFI: Get check-cfi passing on Windows. | Peter Collingbourne | 2015-07-08 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | Specifically: - Start using %expect_crash. - Provide an implementation of __ubsan::getDynamicTypeInfoFromVtable for the Microsoft C++ ABI. This is all that is needed for CFI diagnostics; UBSan's -fsanitize=vptr also requires an implementation of __ubsan::checkDynamicType. - Build the sanitizer runtimes against the release version of the C runtime, even in debug builds. - Accommodate demangling differences in tests. Differential Revision: http://reviews.llvm.org/D11029 llvm-svn: 241745 | ||||
* | CFI: Add a test for distinguishing between non-overriding siblings. | Peter Collingbourne | 2015-03-14 | 1 | -0/+67 |
llvm-svn: 232238 |