| Commit message (Expand) | Author | Age | Files | Lines |
| * | PDB HashTable: Move TraitsT from class parameter to the methods that need it | Nico Weber | 2019-07-12 | 1 | -54/+65 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | HashTableTest: squelch some "comparison of integers of different signs" warnings | Pavel Labath | 2018-03-16 | 1 | -9/+9 |
| * | Fix structure alignment issue. | Zachary Turner | 2018-03-15 | 1 | -4/+0 |
| * | Refactor the PDB HashTable class. | Zachary Turner | 2018-03-15 | 1 | -45/+100 |
| * | Silence an unsigned vs signed compare warning. | Eric Christopher | 2018-02-16 | 1 | -7/+7 |
| * | Fix emission of PDB string table. | Zachary Turner | 2018-02-16 | 1 | -0/+41 |
| * | [gtest] Create a shared include directory for gtest utilities. | Zachary Turner | 2017-06-14 | 1 | -5/+5 |
| * | [Support] Move Stream library from MSF -> Support. | Zachary Turner | 2017-03-02 | 1 | -3/+3 |
| * | [PDB] Make streams carry their own endianness. | Zachary Turner | 2017-02-28 | 1 | -1/+2 |
| * | [PDB] Partial resubmit of r296215, which improved PDB Stream Library. | Zachary Turner | 2017-02-27 | 1 | -3/+3 |
| * | Revert r296215, "[PDB] General improvements to Stream library." and followings. | NAKAMURA Takumi | 2017-02-25 | 1 | -4/+3 |
| * | [PDB] General improvements to Stream library. | Zachary Turner | 2017-02-25 | 1 | -3/+4 |
| * | [PDB] Rename Stream related source files. | Zachary Turner | 2017-02-25 | 1 | -3/+3 |
| * | Fix for r293104, which renamed a directory. | Adrian McCarthy | 2017-01-25 | 1 | -1/+1 |
| * | [pdb] Add HashTable data structure. | Zachary Turner | 2017-01-19 | 1 | -0/+167 |