summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp
AgeCommit message (Expand)Author
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata
2023-01-22Use llvm::popcount instead of llvm::countPopulation(NFC)Kazu Hirata
2022-03-24[NFCI] Fix set-but-unused warning in GlobalsStream.cppDávid Bolvanský
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-09[PDB] Fix another bug in globals stream name lookup.Zachary Turner
2018-10-09[PDB] Fix failure on big endian machines.Zachary Turner
2018-10-08Remove unused variable.Zachary Turner
2018-10-08[PDB] fix a bug in global stream name lookup.Zachary Turner
2018-10-08[DebugInfo][PDB] Fix a signed/unsigned coversion warningKristina Brooks
2018-10-08Fix a -Wsign-compare warning.Zachary Turner
2018-10-08[PDB] Add the ability to lookup global symbols by name.Zachary Turner
2017-11-16Test commit. Add a missing dash to the standard llvm file header; NFC.Aaron Smith
2017-10-27[PDB] Handle an empty globals hash table with no bucketsReid Kleckner
2017-07-26[PDB] Improve GSI hash table dumping for publics and globalsReid Kleckner
2017-07-21Fix DebugInfo/PDB build by adding missing changesReid Kleckner
2017-03-02[Support] Move Stream library from MSF -> Support.Zachary Turner
2017-02-27[PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner
2017-02-25Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi
2017-02-25[PDB] General improvements to Stream library.Zachary Turner
2017-02-25[PDB] Rename Stream related source files.Zachary Turner
2017-01-25NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy