summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/MSF
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-21[llvm] Stop including Endian.h (NFC)Kazu Hirata
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
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle
2022-07-10Revert "ManagedStatic: remove many straightforward uses in llvm"Nicolai Hähnle
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille
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-09-16[Support] Convert BinaryStream class zoo to 64-bit offsetsNico Weber
2021-07-17[DebugInfo] Remove unnecessary <string> include dependency from DebugInfo hea...Simon Pilgrim
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-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
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-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-02-11Move some classes into anonymous namespaces. NFC.Benjamin Kramer
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-31[DebugInfo] Common behavior for error typesAlexandre Ganea
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
2018-01-05[MSF] Fix FPM interval calcluationZachary Turner
2017-11-27[BinaryStream] Support growable streams.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-08-02[pdbutil] Add a command to dump the FPM.Zachary Turner
2017-06-23[DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...Eugene Zelenko
2017-06-03[PDB] Fix use after free.Zachary Turner
2017-05-25Fix a bug in MappedBlockStream.Zachary Turner
2017-03-02[Support] Move Stream library from MSF -> Support.Zachary Turner
2017-02-28Fix -Wcovered-switch-default warning.Zachary Turner
2017-02-28[PDB] Add BinaryStreamError.Zachary Turner
2017-02-27Remove some code accidentally left in.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
2016-12-18[PDB] Validate superblock addressesDavid Majnemer
2016-12-05[pdb] handle missing pdb streams more gracefullyBob Haarman
2016-11-02Add CodeViewRecordIO for reading and writing.Zachary Turner
2016-10-20[CodeView] Refactor serialization to use StreamInterface.Zachary Turner
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner