Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-apply r269081 and r269082 with a fix for MSVC. | Peter Collingbourne | 2016-05-10 | 1 | -0/+82 |
| | | | | llvm-svn: 269094 | ||||
* | Revert r269081 and r269082 while I try to find the right incantation to fix ↵ | Peter Collingbourne | 2016-05-10 | 1 | -82/+0 |
| | | | | | | MSVC build. llvm-svn: 269091 | ||||
* | WholeProgramDevirt: Move logic for finding devirtualizable call sites to ↵ | Peter Collingbourne | 2016-05-10 | 1 | -0/+82 |
Analysis. The plan is to eventually make this logic simpler, however I expect it to be a little tricky for the foreseeable future (at least until we're rid of pointee types), so move it here so that it can be reused to build a summary index for devirtualization. Differential Revision: http://reviews.llvm.org/D20005 llvm-svn: 269081 |