Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-04-12 | NFC: Clean up the implementation of StringPool a bit, and remove dependence o... | Chris Lattner | 1 | -13/+11 |
2020-03-02 | Explicitly include <cassert> when using assert | Joerg Sonnenberger | 1 | -0/+1 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-07-30 | Remove trailing space | Fangrui Song | 1 | -2/+2 |
2014-06-11 | Convert StringMapEntry::Create to use StringRef instead of start/end pointers... | Craig Topper | 1 | -1/+1 |
2010-07-14 | Don't pass StringRef by reference. | Benjamin Kramer | 1 | -1/+1 |
2009-08-23 | Kill off more cerr/cout uses and prune includes a bit. | Benjamin Kramer | 1 | -1/+0 |
2009-07-23 | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar | 1 | -3/+4 |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 1 | -2/+2 |
2007-12-08 | Adding a StringPool data structure, which GC will use. | Gordon Henriksen | 1 | -0/+35 |