summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify the two CRC implementationsHans Wennborg2019-10-091-3/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-6/+6
* PDB HashTable: Move TraitsT from class parameter to the methods that need itNico Weber2019-07-121-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Give InfoStreamBuilder an opt-in method to write a hash of the PDB as GUID.Nico Weber2018-09-151-7/+26
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-311-1/+0
* Move some code from PDBFileBuilder to MSFBuilder.Zachary Turner2018-06-271-71/+15
* [PDB] Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-231-1/+108
* [PDB] Make our PDBs look more like MS PDBs.Zachary Turner2018-03-231-21/+47
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-201-137/+13
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-201-13/+137
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-191-137/+13
* Support embedding natvis files in PDBs.Zachary Turner2018-03-191-13/+137
* [PDB] Defer writing the build id until the rest of the PDB is written.Zachary Turner2018-03-011-0/+17
* Convert FileOutputBuffer to Expected. NFC.Rafael Espindola2017-11-081-3/+2
* [PDB] Merge Global and Publics Builders.Zachary Turner2017-08-091-39/+12
* [pdb/lld] Write a valid FPM.Zachary Turner2017-08-021-0/+28
* [lld/pdb] Add an empty globals stream.Zachary Turner2017-07-311-0/+22
* [PDB] Write public symbol records and the publics hash tableReid Kleckner2017-07-271-1/+4
* [lld/pdb] Create an empty public symbol record stream.Zachary Turner2017-07-101-0/+25
* [PDB] More changes to bring lld PDBs to parity with MSVC.Zachary Turner2017-07-071-2/+0
* Slightly better fix for dealing with no-id-stream PDBs.Zachary Turner2017-06-121-0/+10
* [PDB] Fix use after free.Zachary Turner2017-06-031-4/+4
* [llvm-pdbdump] in yaml2pdb, generate default output filename if none givenBob Haarman2017-05-171-0/+1
* Resubmit r301986 and r301987 "Add codeview::StringTable"Zachary Turner2017-05-031-7/+14
* Revert r301986 (and subsequent r301987).Daniel Jasper2017-05-031-14/+7
* Make codeview::StringTable.Zachary Turner2017-05-021-7/+14
* Rename pdb::StringTable -> pdb::PDBStringTable.Zachary Turner2017-05-021-8/+10
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-2/+2
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-3/+3
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-3/+3
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-8/+6
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-6/+8
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-2/+2
* Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2017-02-181-2/+2
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-0/+178
OpenPOWER on IntegriCloud