Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm] Change 2 instances of std::sort to llvm::sort | Mandeep Singh Grang | 2018-07-16 | 1 | -1/+1 |
* | [PDB] memicmp only exists on Windows, use StringRef::compare_lower instead | Benjamin Kramer | 2018-07-06 | 1 | -2/+2 |
* | [PDB] One more fix for hasing GSI records. | Zachary Turner | 2018-07-06 | 1 | -8/+27 |
* | [PDB] Sort globals symbols by name in GSI hash buckets. | Zachary Turner | 2018-07-06 | 1 | -5/+19 |
* | [PDB] Make our PDBs look more like MS PDBs. | Zachary Turner | 2018-03-23 | 1 | -4/+4 |
* | [lld/pdb] Speed up construction of publics & globals addr map. | Zachary Turner | 2017-08-21 | 1 | -19/+21 |
* | Move helper classes into anonymous namespaces. | Benjamin Kramer | 2017-08-20 | 1 | -1/+1 |
* | [LLD/PDB] Write actual records to the globals stream. | Zachary Turner | 2017-08-11 | 1 | -10/+29 |
* | [PDB] Fix an issue writing the publics stream. | Zachary Turner | 2017-08-09 | 1 | -16/+5 |
* | [PDB] Merge Global and Publics Builders. | Zachary Turner | 2017-08-09 | 1 | -0/+312 |