summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PDB] Emit old fpo data to the PDB file.Zachary Turner2018-09-121-7/+21
* [PDB] Write FPO Data to the PDB.Zachary Turner2018-09-111-3/+28
* [PDB] Correctly use the target machine when writing DBI stream.Zachary Turner2018-04-161-0/+5
* Resubmit "Fix some incorrect fields in our generated PDBs."Zachary Turner2018-04-161-1/+9
* Revert "Fix some incorrect fields in our generated PDBs."Zachary Turner2018-04-161-9/+1
* Fix some incorrect fields in our generated PDBs.Zachary Turner2018-04-161-1/+9
* [PDB] Make our PDBs look more like MS PDBs.Zachary Turner2018-03-231-15/+23
* COFF: PDB: Allow multiple modules with the same name.Peter Collingbourne2017-09-071-18/+3
* [PDB] Fix section contributionsReid Kleckner2017-08-031-13/+0
* [lld/pdb] Add an empty globals stream.Zachary Turner2017-07-311-1/+5
* [lld/pdb] Create an empty public symbol record stream.Zachary Turner2017-07-101-2/+10
* Fix some differences between lld and MSVC generated PDBs.Zachary Turner2017-07-071-1/+1
* [PDB] Teach libpdb to write DBI Stream ECNames.Zachary Turner2017-07-071-2/+10
* [PDB] Don't write uninitialized bytes to a PDB file.Zachary Turner2017-06-201-0/+1
* [PDB] Start emitting source file and line informationReid Kleckner2017-06-191-2/+6
* [PDB] Add a module descriptor for every object fileReid Kleckner2017-06-131-22/+12
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [PDB] Fix use after free.Zachary Turner2017-06-031-3/+3
* [pdb] pad source file name buffer at the end instead of the beginningBob Haarman2017-05-251-9/+16
* [CodeView] Write CodeView line information.Zachary Turner2017-05-011-0/+8
* Rename some PDB classes.Zachary Turner2017-04-271-3/+4
* [pdb] Write the module info and symbol record streams.Zachary Turner2017-03-151-66/+45
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-1/+1
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-18/+13
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-15/+16
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-24/+27
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-27/+24
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-1/+1
* Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2017-02-181-7/+13
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-0/+412
OpenPOWER on IntegriCloud