summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PDB] Fix another bug in globals stream name lookup.Zachary Turner2018-10-091-9/+15
* [PDB] Fix failure on big endian machines.Zachary Turner2018-10-091-1/+2
* Remove unused variable.Zachary Turner2018-10-081-1/+0
* [PDB] fix a bug in global stream name lookup.Zachary Turner2018-10-081-5/+8
* [DebugInfo][PDB] Fix a signed/unsigned coversion warningKristina Brooks2018-10-081-1/+1
* Fix a -Wsign-compare warning.Zachary Turner2018-10-081-1/+1
* [PDB] Add the ability to lookup global symbols by name.Zachary Turner2018-10-081-5/+54
* Test commit. Add a missing dash to the standard llvm file header; NFC.Aaron Smith2017-11-161-1/+1
* [PDB] Handle an empty globals hash table with no bucketsReid Kleckner2017-10-271-2/+3
* [PDB] Improve GSI hash table dumping for publics and globalsReid Kleckner2017-07-261-8/+89
* Fix DebugInfo/PDB build by adding missing changesReid Kleckner2017-07-211-1/+1
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-1/+1
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-1/+1
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-1/+1
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-1/+1
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-1/+1
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-0/+42
OpenPOWER on IntegriCloud