summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
AgeCommit message (Expand)Author
2025-07-03[DebugInfo] Remove an unnecessary cast (NFC) (#146809)Kazu Hirata
2025-05-23[pdb] Tweak the message about overflowing the publics/globals record streamHans Wennborg
2025-05-22[pdb] Provide a better error message when overflowing the public/global symbo...Hans Wennborg
2023-10-10[llvm] Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-10-05[LLD][COFF] Add support for `--time-trace` (#68236)Alexandre Ganea
2023-07-19PDBFileBuilder: Switch to xxh3_64bitsFangrui Song
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2022-06-19Rename parallelForEachN to just parallelForNico Weber
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-02-26[PDB] Fix unsigned integer overflowNico Weber
2020-12-12fix typos to cycle botsNico Weber
2020-07-10[PDB] Fix out-of-bounds acces when sorting GSI bucketsAlexandre Ganea
2020-06-30[PDB] Defer public serialization until PDB writingReid Kleckner
2020-05-13[PDB] Switch from LLVM_PACKED to LLVM_PACKED_START/ENDReid Kleckner
2020-05-08[PDB] Optimize public symbol processingReid Kleckner
2020-05-04[PDB] Move stream index tracking to GSIStreamBuilderReid Kleckner
2020-05-02[PDB] Bypass generic deserialization code for publics sortingReid Kleckner
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-06-11Deduplicate S_CONSTANTs in LLD.Amy Huang
2019-04-23Use llvm::stable_sortFangrui Song
2019-04-04[codeview] Remove Type member from CVRecordReid Kleckner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-04[PDB] Emit S_UDT records in LLD.Zachary Turner
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-11pdb output: Initialize padding in PublicsStreamHeader.Nico Weber
2018-07-16[llvm] Change 2 instances of std::sort to llvm::sortMandeep Singh Grang
2018-07-06[PDB] memicmp only exists on Windows, use StringRef::compare_lower insteadBenjamin Kramer
2018-07-06[PDB] One more fix for hasing GSI records.Zachary Turner
2018-07-06[PDB] Sort globals symbols by name in GSI hash buckets.Zachary Turner
2018-03-23[PDB] Make our PDBs look more like MS PDBs.Zachary Turner
2017-08-21[lld/pdb] Speed up construction of publics & globals addr map.Zachary Turner
2017-08-20Move helper classes into anonymous namespaces.Benjamin Kramer
2017-08-11[LLD/PDB] Write actual records to the globals stream.Zachary Turner
2017-08-09[PDB] Fix an issue writing the publics stream.Zachary Turner
2017-08-09[PDB] Merge Global and Publics Builders.Zachary Turner