Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix MSVC build after 289461; MSVC isn't sure if this is std:: or llvm:: | Nico Weber | 2016-12-12 | 1 | -2/+2 |
| | | | | llvm-svn: 289480 | ||||
* | Refactor BitcodeReader: move Metadata and ValueId handling in their own ↵ | Mehdi Amini | 2016-12-12 | 1 | -0/+1316 |
class/file Summary: I'm planning on changing the way we load metadata to enable laziness. I'm getting lost in this gigantic files, and gigantic class that is the bitcode reader. This is a first toward splitting it in a few coarse components that are more easily understandable. Reviewers: pcc, tejohnson Subscribers: mgorny, llvm-commits, dexonsmith Differential Revision: https://reviews.llvm.org/D27646 llvm-svn: 289461 |