summaryrefslogtreecommitdiffstats
path: root/lld/COFF/PDB.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Print the most redundant type record indices with /summaryReid Kleckner2020-01-021-1/+90
* [COFF] Avoid CodeView include in headerReid Kleckner2019-11-141-2/+4
* [LLD] [COFF] Update a leftover comment after SVN r374869. NFC.Martin Storsjo2019-10-151-1/+1
* [LLD] [COFF] Wrap file location pair<StringRef,int> in Optional<>. NFC.Martin Storsjo2019-10-151-6/+6
* [PDB] Fix bug when using multiple PCH header objects with the same name.Zachary Turner2019-10-101-17/+9
* [COFF] Wrap definitions in namespace lld { namespace coff {. NFCFangrui Song2019-10-101-4/+8
* Unify the two CRC implementationsHans Wennborg2019-10-091-4/+2
* [LLD] [COFF] Resolve source locations for undefined references using dwarfMartin Storsjo2019-09-251-2/+2
* [COFF] Print the file name on errors writing the pdb fileMartin Storsjo2019-08-201-0/+1
* [LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [COFF] Rename variale references in comments after VariableName -> variableNa...Fangrui Song2019-07-161-3/+3
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-878/+878
* [PDB] Ignore .debug$S subsections with high bit setReid Kleckner2019-06-181-0/+5
* Include the file in the new unknown codeview subsection warningReid Kleckner2019-06-141-1/+1
* [lld] Fix type server merging with PDBs without IPI streamReid Kleckner2019-06-121-13/+20
* [PDB] Copy inlinee lines records into the PDBReid Kleckner2019-06-031-16/+87
* Re-land [LLD][COFF] Early load PDB type server filesAlexandre Ganea2019-06-031-110/+12
* Revert r361842 as it breaks LLDB :: tools/lldb-mi/exec/exec-finish.testAlexandre Ganea2019-05-281-11/+109
* [LLD][COFF] Early load PDB type server filesAlexandre Ganea2019-05-281-109/+11
* [COFF] Replace OutputSection* with uint16_t index in ChunkReid Kleckner2019-05-241-1/+1
* [COFF] Simplify Chunk::writeTo and remove OutputSectionOff, NFCReid Kleckner2019-05-091-4/+6
* Shrink SectionChunk by combining Relocs and SectionName sizesReid Kleckner2019-05-031-1/+1
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-041-3/+3
* [LLD][COFF] Move type merging structures out of PDB.cpp. NFCAlexandre Ganea2019-04-021-54/+23
* [LLD][COFF] Early dependency detectionAlexandre Ganea2019-04-011-59/+38
* Fix build following r357308 : Ensure only live thunks are considered when cre...Alexandre Ganea2019-03-291-0/+3
* [LLD][COFF] Generate import modules & COFF groups in PDBAlexandre Ganea2019-03-291-12/+136
* [COFF] Optimize range extension thunk insertion memory usageReid Kleckner2019-03-281-1/+0
* [LLD][COFF] Separate module descriptors creation from type/symbol mergingAlexandre Ganea2019-03-221-26/+39
* [DebugInfo][PDB] Don't write empty debug streamsAlexandre Ganea2019-03-181-6/+13
* [LLD][COFF] Add /summary to print statisticsAlexandre Ganea2019-03-141-1/+44
* [LLD][COFF] Support /threads[:no] like the ELF driverAlexandre Ganea2019-02-271-5/+4
* [LLD][COFF] Add support for /FUNCTIONPADMIN command-line optionAlexandre Ganea2019-02-231-64/+7
* [PDB] Remove dots and normalize slashes with /PDBSOURCEPATH.Zachary Turner2019-02-061-6/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix unchecked Error introduced in r350956Alexandre Ganea2019-01-111-1/+3
* [LLD][COFF] Support /ignore:4099. Support /ignore with comma-separated argume...Alexandre Ganea2019-01-111-2/+4
* [CodeView] More appropriate name and type for a Microsoft precompiled headers...Alexandre Ganea2019-01-071-5/+5
* [LLD][COFF] PDB: Parallel sort publicsAlexandre Ganea2019-01-051-4/+5
* [LLD][COFF] Fix namespace compilation issue with a upcoming patch. NFCAlexandre Ganea2019-01-051-4/+4
* [LLD][COFF] Fix file/line retrieval when a undefined symbol is to be printedAlexandre Ganea2019-01-041-7/+13
* [codeview] Align symbol records to save 441MB during linking clang.pdbReid Kleckner2018-12-181-4/+6
* Correctly handle skewed streams in drop_front() method.Zachary Turner2018-12-131-1/+4
* [PDB] Move some code around. NFC.Zachary Turner2018-12-061-34/+2
* [PDB] Emit S_UDT records in LLD.Zachary Turner2018-12-041-11/+9
* [PDB] Quote linker arguments containing spaces (mimic MSVC)Alexandre Ganea2018-11-301-1/+27
* [PDB] Add symbol records in bulkReid Kleckner2018-11-271-31/+85
* [CodeView] RelocPtr points to little endian data.Zachary Turner2018-11-201-1/+1
* [PDB] Simplify symbol handling code, NFCReid Kleckner2018-11-131-25/+22
* [PDB] Simplify some ghash code, NFCReid Kleckner2018-11-101-17/+21
OpenPOWER on IntegriCloud