summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/MSF
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-3/+3
* Move some classes into anonymous namespaces. NFC.Benjamin Kramer2019-02-111-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-311-27/+3
* Move some code from PDBFileBuilder to MSFBuilder.Zachary Turner2018-06-271-2/+76
* [MSF] Default to FPM2, and always mark FPM pages allocated.Zachary Turner2018-03-291-32/+6
* [MSF] Fix FPM interval calcluationZachary Turner2018-01-051-8/+6
* [BinaryStream] Support growable streams.Zachary Turner2017-11-271-4/+4
* Fix warnings discovered by rL317076. [-Wunused-private-field]NAKAMURA Takumi2017-11-011-2/+1
* [pdb/lld] Write a valid FPM.Zachary Turner2017-08-023-9/+81
* [pdbutil] Add a command to dump the FPM.Zachary Turner2017-08-022-18/+17
* [DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...Eugene Zelenko2017-06-233-16/+40
* [PDB] Fix use after free.Zachary Turner2017-06-031-29/+34
* Fix a bug in MappedBlockStream.Zachary Turner2017-05-251-17/+15
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-025-214/+1
* Fix -Wcovered-switch-default warning.Zachary Turner2017-02-281-2/+0
* [PDB] Add BinaryStreamError.Zachary Turner2017-02-284-20/+72
* Remove some code accidentally left in.Zachary Turner2017-02-271-2/+0
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-273-69/+60
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-253-106/+73
* [PDB] General improvements to Stream library.Zachary Turner2017-02-253-73/+106
* [PDB] Rename Stream related source files.Zachary Turner2017-02-253-7/+7
* Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2017-02-182-92/+0
* [PDB] Validate superblock addressesDavid Majnemer2016-12-181-0/+9
* [pdb] handle missing pdb streams more gracefullyBob Haarman2016-12-051-0/+2
* Add CodeViewRecordIO for reading and writing.Zachary Turner2016-11-021-0/+20
* [CodeView] Refactor serialization to use StreamInterface.Zachary Turner2016-10-201-0/+63
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-1/+1
* Do not pass a superblock to PDBFileBuilder.Rui Ueyama2016-09-301-1/+3
* [pdb] Write TPI hash values to the TPI stream.Zachary Turner2016-09-141-5/+6
* [pdb] Print out some more info when dumping a raw stream.Zachary Turner2016-09-091-0/+4
* [msf] Make FPM reader use MappedBlockStream.Zachary Turner2016-08-031-0/+29
* PDB: Mark extended file pages as free by default.Rui Ueyama2016-08-021-1/+1
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-298-0/+980
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-298-980/+0
* [msf] Rename Msf to MSF.Zachary Turner2016-07-298-0/+980
OpenPOWER on IntegriCloud