Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-dwp: Fix the build by moving DWPStringPool into the llvm namespace | David Blaikie | 2016-05-23 | 1 | -0/+2 |
| | | | | llvm-svn: 270453 | ||||
* | llvm-dwp: Add an abstraction for the DWP string pool | David Blaikie | 2016-05-23 | 1 | -0/+54 |
Also reference strings in the memory mapped file, reduces memory usage on a large test case by 18.5%. llvm-svn: 270449 |