summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView
Commit message (Expand)AuthorAgeFilesLines
* [CodeView] Correctly compute the name of S_PROCREF symbols.Zachary Turner2018-06-291-0/+2
* Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner2018-05-171-5/+5
* Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner2018-05-171-4/+5
* [pdb] Change /DEBUG:GHASH to emit 8 byte hashes.Zachary Turner2018-05-171-5/+4
* [codeview] Include record prefix in global type hashingReid Kleckner2018-05-171-0/+1
* [CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma2018-04-161-0/+1
* [DebugInfo] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-131-1/+1
* [DebugInfo][COFF] Fix reading variable-length encoded recordsAlexandre Ganea2018-04-101-2/+2
* Fix line endings (CR/LF -> LF) introduced by rL329613Alexandre Ganea2018-04-103-1400/+1400
* [Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea2018-04-093-1360/+1400
* [DebugInfo] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-1/+1
* [PDB] Make our PDBs look more like MS PDBs.Zachary Turner2018-03-231-0/+9
* [Codeview/PDB] Rename some methods for clarity.Zachary Turner2018-03-223-12/+21
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-203-21/+12
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-203-12/+21
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-193-21/+12
* Support embedding natvis files in PDBs.Zachary Turner2018-03-193-12/+21
* [CodeView] Lower __restrict and other pointer qualifiers correctlyReid Kleckner2018-02-272-7/+12
* [codeview] Remove unused variableReid Kleckner2018-02-271-1/+0
* [CodeView] Micro-optimizations to speed up type merging.Zachary Turner2018-01-302-115/+91
* Speed up iteration of CodeView record streams.Zachary Turner2018-01-181-4/+6
* [COFF] Teach LLD to use the COFF .debug$H section.Zachary Turner2017-12-142-13/+116
* [CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner2017-12-132-0/+128
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-136-7/+0
* [DebugInfo] Fix register variables not showing up in pdb.Zachary Turner2017-12-071-0/+3
* Teach llvm-pdbutil to dump types from object files.Zachary Turner2017-12-051-4/+10
* Fix -Wmissing-braces error.Zachary Turner2017-12-051-2/+2
* [CodeView] Add support for content hashing CodeView type records.Zachary Turner2017-12-053-34/+83
* Simplify the DenseSet used for hashing CodeView records.Zachary Turner2017-11-301-96/+44
* Split TypeTableBuilder into two classes.Zachary Turner2017-11-304-48/+143
* [CodeView] Factor some code out of TypeTableBuilder.Zachary Turner2017-11-292-38/+36
* Make TypeTableBuilder inherit from TypeCollection.Zachary Turner2017-11-291-0/+37
* Fix a warning.Zachary Turner2017-11-291-1/+1
* [NFC] Minor cleanups in CodeView TypeTableBuilder.Zachary Turner2017-11-281-10/+7
* Fix non assert build warnings.Rafael Espindola2017-11-281-0/+3
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-288-393/+530
* [codeview] Fix handling of S_HEAPALLOCSITEReid Kleckner2017-10-241-2/+1
* [codeview] Add support for inlinee listsReid Kleckner2017-10-231-0/+1
* [codeview] Recognize two records with no type index fieldsReid Kleckner2017-10-231-0/+2
* CodeView: Provide a .def file with the register idsHans Wennborg2017-10-031-49/+3
* CodeView symbol dumper: use symbolic names for registersHans Wennborg2017-10-021-4/+7
* [llvm-pdbutil] Support dumping CodeView from object files.Zachary Turner2017-09-012-3/+38
* [PDB] Serialize records into a stack-allocated buffer.Zachary Turner2017-08-211-2/+1
* Remove unused variable.Zachary Turner2017-08-171-1/+0
* [llvm-pdbutil] Fix some dumping issues.Zachary Turner2017-08-171-1/+3
* [LLD/PDB] Write actual records to the globals stream.Zachary Turner2017-08-114-5/+82
* [PDB] Fix linking of function symbols and local variables.Zachary Turner2017-08-081-8/+39
* [PDB] Improve GSI hash table dumping for publics and globalsReid Kleckner2017-07-261-0/+6
* [codeview] Emit 'D' as the cv source language for D codeReid Kleckner2017-07-241-1/+1
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-173-5/+13
OpenPOWER on IntegriCloud