summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/BitSetUtils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Re-apply r269081 and r269082 with a fix for MSVC.Peter Collingbourne2016-05-101-0/+82
| | | | llvm-svn: 269094
* Revert r269081 and r269082 while I try to find the right incantation to fix ↵Peter Collingbourne2016-05-101-82/+0
| | | | | | MSVC build. llvm-svn: 269091
* WholeProgramDevirt: Move logic for finding devirtualizable call sites to ↵Peter Collingbourne2016-05-101-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
OpenPOWER on IntegriCloud