summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
AgeCommit message (Expand)Author
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-10-05[LLD][COFF] Add support for `--time-trace` (#68236)Alexandre Ganea
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-06-25[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2021-10-09Fixed some errors detected by PVS StudioDávid Bolvanský
2021-03-10Re-land "[PDB] Defer relocating .debug$S until commit time and parallelize it"Reid Kleckner
2021-01-28Revert "[PDB] Defer relocating .debug$S until commit time and parallelize it"Reid Kleckner
2021-01-20Reland "[PDB] Defer relocating .debug$S until commit time and parallelize it"Reid Kleckner
2021-01-19Revert "[PDB] Defer relocating .debug$S until commit time and parallelize it"Mitch Phillips
2021-01-12[PDB] Defer relocating .debug$S until commit time and parallelize itReid Kleckner
2020-01-23[PDB] Simplify API for making section map, NFCReid Kleckner
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-12[PDB] Emit old fpo data to the PDB file.Zachary Turner
2018-09-11[PDB] Write FPO Data to the PDB.Zachary Turner
2018-04-16[PDB] Correctly use the target machine when writing DBI stream.Zachary Turner
2018-04-16Resubmit "Fix some incorrect fields in our generated PDBs."Zachary Turner
2018-04-16Revert "Fix some incorrect fields in our generated PDBs."Zachary Turner
2018-04-16Fix some incorrect fields in our generated PDBs.Zachary Turner
2018-03-23[PDB] Make our PDBs look more like MS PDBs.Zachary Turner
2017-09-07COFF: PDB: Allow multiple modules with the same name.Peter Collingbourne
2017-08-03[PDB] Fix section contributionsReid Kleckner
2017-07-31[lld/pdb] Add an empty globals stream.Zachary Turner
2017-07-10[lld/pdb] Create an empty public symbol record stream.Zachary Turner
2017-07-07Fix some differences between lld and MSVC generated PDBs.Zachary Turner
2017-07-07[PDB] Teach libpdb to write DBI Stream ECNames.Zachary Turner
2017-06-20[PDB] Don't write uninitialized bytes to a PDB file.Zachary Turner
2017-06-19[PDB] Start emitting source file and line informationReid Kleckner
2017-06-13[PDB] Add a module descriptor for every object fileReid Kleckner
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-03[PDB] Fix use after free.Zachary Turner
2017-05-25[pdb] pad source file name buffer at the end instead of the beginningBob Haarman
2017-05-01[CodeView] Write CodeView line information.Zachary Turner
2017-04-27Rename some PDB classes.Zachary Turner
2017-03-15[pdb] Write the module info and symbol record streams.Zachary Turner
2017-03-02[Support] Move Stream library from MSF -> Support.Zachary Turner
2017-02-28[PDB] Make streams carry their own endianness.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-02-18Don't assume little endian in StreamReader / StreamWriter.Zachary Turner
2017-01-25NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy