summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/PDB/HashTableTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* PDB HashTable: Move TraitsT from class parameter to the methods that need itNico Weber2019-07-121-54/+65
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* HashTableTest: squelch some "comparison of integers of different signs" warningsPavel Labath2018-03-161-9/+9
* Fix structure alignment issue.Zachary Turner2018-03-151-4/+0
* Refactor the PDB HashTable class.Zachary Turner2018-03-151-45/+100
* Silence an unsigned vs signed compare warning.Eric Christopher2018-02-161-7/+7
* Fix emission of PDB string table.Zachary Turner2018-02-161-0/+41
* [gtest] Create a shared include directory for gtest utilities.Zachary Turner2017-06-141-5/+5
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-3/+3
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-1/+2
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-3/+3
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-4/+3
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-3/+4
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-3/+3
* Fix for r293104, which renamed a directory.Adrian McCarthy2017-01-251-1/+1
* [pdb] Add HashTable data structure.Zachary Turner2017-01-191-0/+167
OpenPOWER on IntegriCloud