aboutsummaryrefslogtreecommitdiff
path: root/COFF/PDB.cpp
AgeCommit message (Expand)Author
2019-10-15[LLD] [COFF] Update a leftover comment after SVN r374869. NFC.Martin Storsjo
2019-10-15[LLD] [COFF] Wrap file location pair<StringRef,int> in Optional<>. NFC.Martin Storsjo
2019-10-10[PDB] Fix bug when using multiple PCH header objects with the same name.Zachary Turner
2019-10-10[COFF] Wrap definitions in namespace lld { namespace coff {. NFCFangrui Song
2019-10-09Unify the two CRC implementationsHans Wennborg
2019-09-25[LLD] [COFF] Resolve source locations for undefined references using dwarfMartin Storsjo
2019-08-20[COFF] Print the file name on errors writing the pdb fileMartin Storsjo
2019-08-14[LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-16[COFF] Rename variale references in comments after VariableName -> variableNa...Fangrui Song
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-06-18[PDB] Ignore .debug$S subsections with high bit setReid Kleckner
2019-06-14Include the file in the new unknown codeview subsection warningReid Kleckner
2019-06-12[lld] Fix type server merging with PDBs without IPI streamReid Kleckner
2019-06-03[PDB] Copy inlinee lines records into the PDBReid Kleckner
2019-06-03Re-land [LLD][COFF] Early load PDB type server filesAlexandre Ganea
2019-05-28Revert r361842 as it breaks LLDB :: tools/lldb-mi/exec/exec-finish.testAlexandre Ganea
2019-05-28[LLD][COFF] Early load PDB type server filesAlexandre Ganea
2019-05-24[COFF] Replace OutputSection* with uint16_t index in ChunkReid Kleckner
2019-05-09[COFF] Simplify Chunk::writeTo and remove OutputSectionOff, NFCReid Kleckner
2019-05-03Shrink SectionChunk by combining Relocs and SectionName sizesReid Kleckner
2019-04-04[codeview] Remove Type member from CVRecordReid Kleckner
2019-04-02[LLD][COFF] Move type merging structures out of PDB.cpp. NFCAlexandre Ganea
2019-04-01[LLD][COFF] Early dependency detectionAlexandre Ganea
2019-03-29Fix build following r357308 : Ensure only live thunks are considered when cre...Alexandre Ganea
2019-03-29[LLD][COFF] Generate import modules & COFF groups in PDBAlexandre Ganea
2019-03-28[COFF] Optimize range extension thunk insertion memory usageReid Kleckner
2019-03-22[LLD][COFF] Separate module descriptors creation from type/symbol mergingAlexandre Ganea
2019-03-18[DebugInfo][PDB] Don't write empty debug streamsAlexandre Ganea
2019-03-14[LLD][COFF] Add /summary to print statisticsAlexandre Ganea
2019-02-27[LLD][COFF] Support /threads[:no] like the ELF driverAlexandre Ganea
2019-02-23[LLD][COFF] Add support for /FUNCTIONPADMIN command-line optionAlexandre Ganea
2019-02-06[PDB] Remove dots and normalize slashes with /PDBSOURCEPATH.Zachary Turner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
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