summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/MSF/MSFBuilder.cpp
AgeCommit message (Expand)Author
2025-11-12Remove unused standard headers: memory, unordered_* (#167297)serge-sans-paille
2025-05-07[NFC][Support] Add llvm::uninitialized_copy (#138174)Rahul Joshi
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-02-24[PDB] Error on too large stream directoriesHans Wennborg
2021-12-06Tweak diagnostic text from e4eb6216c2eNico Weber
2021-12-06Fix incorrect fallthrough in e4eb6216c2eNico Weber
2021-12-06Enable pdbpagesize to allow support for PDB file sizes > 4GBChris Davis
2021-05-18[PDB] Improve error handling when writes failReid Kleckner
2021-03-17[lld-link] emit an error when writing a PDB > 4 GiBNico Weber
2021-01-04[DebugInfo] Use llvm::append_range (NFC)Kazu Hirata
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-27Move some code from PDBFileBuilder to MSFBuilder.Zachary Turner
2018-03-29[MSF] Default to FPM2, and always mark FPM pages allocated.Zachary Turner
2017-11-01Fix warnings discovered by rL317076. [-Wunused-private-field]NAKAMURA Takumi
2017-08-02[pdb/lld] Write a valid FPM.Zachary Turner
2017-06-23[DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...Eugene Zelenko
2016-09-30Do not pass a superblock to PDBFileBuilder.Rui Ueyama
2016-09-14[pdb] Write TPI hash values to the TPI stream.Zachary Turner
2016-08-02PDB: Mark extended file pages as free by default.Rui Ueyama
2016-07-29[msf] Resubmit "Rename Msf -> MSF".Zachary Turner