Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add whole-program vtable optimization feature to Clang. | Peter Collingbourne | 2016-02-24 | 1 | -205/+0 |
* | [cfi] Safe handling of unaddressable vtable pointers (clang). | Evgeniy Stepanov | 2016-02-03 | 1 | -8/+25 |
* | [cfi] Cross-DSO CFI diagnostic mode (clang part) | Evgeniy Stepanov | 2016-01-25 | 1 | -3/+3 |
* | CFI: Introduce -fsanitize=cfi-icall flag. | Peter Collingbourne | 2015-09-10 | 1 | -35/+35 |
* | CodeGen: Fix off-by-one error in CFI class identification function for MS ABI. | Peter Collingbourne | 2015-07-08 | 1 | -0/+23 |
* | CFI: Implement bitset emission for the Microsoft ABI. | Peter Collingbourne | 2015-06-19 | 1 | -23/+87 |
* | Fix Windows test failure. | Peter Collingbourne | 2015-06-19 | 1 | -1/+1 |
* | Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag. | Peter Collingbourne | 2015-06-19 | 1 | -5/+16 |
* | Implement no_sanitize attribute. | Peter Collingbourne | 2015-05-15 | 1 | -3/+19 |
* | Implement CFI type checks for non-virtual calls. | Peter Collingbourne | 2015-04-02 | 1 | -0/+74 |