summaryrefslogtreecommitdiff
path: root/lld/COFF/PDB.cpp
AgeCommit message (Expand)Author
2019-01-11Fix unchecked Error introduced in r350956Alexandre Ganea
2019-01-11[LLD][COFF] Support /ignore:4099. Support /ignore with comma-separated argume...Alexandre Ganea
2019-01-07[CodeView] More appropriate name and type for a Microsoft precompiled headers...Alexandre Ganea
2019-01-05[LLD][COFF] PDB: Parallel sort publicsAlexandre Ganea
2019-01-05[LLD][COFF] Fix namespace compilation issue with a upcoming patch. NFCAlexandre Ganea
2019-01-04[LLD][COFF] Fix file/line retrieval when a undefined symbol is to be printedAlexandre Ganea
2018-12-18[codeview] Align symbol records to save 441MB during linking clang.pdbReid Kleckner
2018-12-13Correctly handle skewed streams in drop_front() method.Zachary Turner
2018-12-06[PDB] Move some code around. NFC.Zachary Turner
2018-12-04[PDB] Emit S_UDT records in LLD.Zachary Turner
2018-11-30[PDB] Quote linker arguments containing spaces (mimic MSVC)Alexandre Ganea
2018-11-27[PDB] Add symbol records in bulkReid Kleckner
2018-11-20[CodeView] RelocPtr points to little endian data.Zachary Turner
2018-11-13[PDB] Simplify symbol handling code, NFCReid Kleckner
2018-11-10[PDB] Simplify some ghash code, NFCReid Kleckner
2018-11-08[LLD] Fix Microsoft precompiled headers cross-compile on LinuxAlexandre Ganea
2018-11-05Fix build breakerage on GCC 5.4:Alexandre Ganea
2018-11-05[COFF][LLD] Add link support for Microsoft precompiled headers OBJsAlexandre Ganea
2018-10-12Better support for POSIX paths in PDBs.Zachary Turner
2018-10-11Revert SymbolFileNativePDB plugin.Zachary Turner
2018-10-11Better support for POSIX paths in PDBs.Zachary Turner
2018-10-09lld-link: Use /pdbsourcepath: for more places when present.Nico Weber
2018-09-28[LLD][COFF] Fix pdb loading when the path points to a removable deviceAlexandre Ganea
2018-09-25[COFF] Add support for creating range extension thunks for ARMMartin Storsjo
2018-09-15lld-link: Set PDB GUID to hash of PDB contents instead of to a random byte se...Nico Weber
2018-09-12[PDB] Emit old fpo data to the PDB file.Zachary Turner
2018-09-11[PDB] Write FPO Data to the PDB.Zachary Turner
2018-09-10Buildfix for r341825Alexandre Ganea
2018-09-10[LLD][COFF] Cleanup error messages / add more coverage testsAlexandre Ganea
2018-08-31[DebugInfo] Common behavior for error typesAlexandre Ganea
2018-08-31[COFF] When doing automatic dll imports, replace whole .refptr.<var> chunks w...Martin Storsjo
2018-07-19[PDB] Add PDBSourcePath flag to support absolutize source file pathTakuto Ikuta
2018-05-17Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.Zachary Turner
2018-04-20[LLD/PDB] Remove improper assert.Zachary Turner
2018-04-20[LLD/PDB] Emit first section contribution for DBI Module Descriptor.Zachary Turner
2018-04-19COFF: Remove OutputSection::getPermissions() and getCharacteristics().Peter Collingbourne
2018-04-17COFF: Friendlier undefined symbol errors.Peter Collingbourne
2018-04-16[PDB] Correctly use the target machine when writing DBI stream.Zachary Turner
2018-04-16Resubmit "Fix some incorrect fields in our generated PDBs."Zachary Turner
2018-04-16Revert "Fix some incorrect fields in our generated PDBs."Zachary Turner
2018-04-16Fix some incorrect fields in our generated PDBs.Zachary Turner
2018-04-09COFF: Remove dead code. NFCI.Peter Collingbourne
2018-03-26Fix for header rename in LLVMDavid Blaikie
2018-03-23[PDB] Resubmit "Support embedding natvis files in PDBs."Zachary Turner
2018-03-23[PDB] Make our PDBs look more like MS PDBs.Zachary Turner
2018-03-20Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner
2018-03-20Resubmit "Support embedding natvis files in PDBs."Zachary Turner
2018-03-19Revert "Support embedding natvis files in PDBs."Zachary Turner