aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/MSF
AgeCommit message (Expand)AuthorFilesLines
2023-10-21[llvm] Stop including Endian.h (NFC)Kazu Hirata1-1/+0
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-1/+1
2023-10-05[LLD][COFF] Add support for `--time-trace` (#68236)Alexandre Ganea1-0/+5
2023-02-24[PDB] Error on too large stream directoriesHans Wennborg2-0/+14
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle1-3/+4
2022-07-10Revert "ManagedStatic: remove many straightforward uses in llvm"Nicolai Hähnle1-4/+3
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle1-3/+4
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille1-1/+0
2021-12-06Tweak diagnostic text from e4eb6216c2eNico Weber1-2/+1
2021-12-06Fix incorrect fallthrough in e4eb6216c2eNico Weber1-11/+12
2021-12-06Enable pdbpagesize to allow support for PDB file sizes > 4GBChris Davis2-9/+25
2021-09-16[Support] Convert BinaryStream class zoo to 64-bit offsetsNico Weber1-45/+45
2021-07-17[DebugInfo] Remove unnecessary <string> include dependency from DebugInfo hea...Simon Pilgrim1-0/+1
2021-05-18[PDB] Improve error handling when writes failReid Kleckner2-2/+6
2021-03-17[lld-link] emit an error when writing a PDB > 4 GiBNico Weber1-1/+11
2021-01-04[DebugInfo] Use llvm::append_range (NFC)Kazu Hirata1-4/+2
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille2-21/+3
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-9/+9
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-9/+9
2019-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-3/+3
2019-02-11Move some classes into anonymous namespaces. NFC.Benjamin Kramer1-0/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth5-20/+15
2018-08-31[DebugInfo] Common behavior for error typesAlexandre Ganea1-27/+3
2018-06-27Move some code from PDBFileBuilder to MSFBuilder.Zachary Turner1-2/+76
2018-03-29[MSF] Default to FPM2, and always mark FPM pages allocated.Zachary Turner1-32/+6
2018-01-05[MSF] Fix FPM interval calcluationZachary Turner1-8/+6
2017-11-27[BinaryStream] Support growable streams.Zachary Turner1-4/+4
2017-11-01Fix warnings discovered by rL317076. [-Wunused-private-field]NAKAMURA Takumi1-2/+1
2017-08-02[pdb/lld] Write a valid FPM.Zachary Turner3-9/+81
2017-08-02[pdbutil] Add a command to dump the FPM.Zachary Turner2-18/+17
2017-06-23[DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...Eugene Zelenko3-16/+40
2017-06-03[PDB] Fix use after free.Zachary Turner1-29/+34
2017-05-25Fix a bug in MappedBlockStream.Zachary Turner1-17/+15
2017-03-02[Support] Move Stream library from MSF -> Support.Zachary Turner5-214/+1
2017-02-28Fix -Wcovered-switch-default warning.Zachary Turner1-2/+0
2017-02-28[PDB] Add BinaryStreamError.Zachary Turner4-20/+72
2017-02-27Remove some code accidentally left in.Zachary Turner1-2/+0
2017-02-27[PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner3-69/+60
2017-02-25Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi3-106/+73
2017-02-25[PDB] General improvements to Stream library.Zachary Turner3-73/+106
2017-02-25[PDB] Rename Stream related source files.Zachary Turner3-7/+7
2017-02-18Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2-92/+0
2016-12-18[PDB] Validate superblock addressesDavid Majnemer1-0/+9
2016-12-05[pdb] handle missing pdb streams more gracefullyBob Haarman1-0/+2
2016-11-02Add CodeViewRecordIO for reading and writing.Zachary Turner1-0/+20
2016-10-20[CodeView] Refactor serialization to use StreamInterface.Zachary Turner1-0/+63
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner1-1/+1
2016-09-30Do not pass a superblock to PDBFileBuilder.Rui Ueyama1-1/+3
2016-09-14[pdb] Write TPI hash values to the TPI stream.Zachary Turner1-5/+6