Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ORC] Add dereference operator to SymbolStringPtr. | Lang Hames | 2018-01-05 | 1 | -0/+6 |
| | | | | | | Dereference yields a StringRef. llvm-svn: 321836 | ||||
* | [ORC] Mark SymbolStringPool methods as inline to avoid linkage errors, add a | Lang Hames | 2017-12-07 | 1 | -1/+6 |
| | | | | | | less-than comparison to SymbolStringPtr and a corresponding unit test. llvm-svn: 320116 | ||||
* | [Orc] Add a SymbolStringPool data structure for efficient storage and fast | Lang Hames | 2017-12-05 | 1 | -0/+43 |
comparison of symbol names. SymbolStringPool is a thread-safe string pool that will be used in upcoming Orc APIs to facilitate efficient storage and fast comparison of symbol name strings. llvm-svn: 319839 |