summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView
Commit message (Expand)AuthorAgeFilesLines
* Fix a compilation failure on non-MSVC compilers.Zachary Turner2018-10-081-1/+1
* [PDB] Add the ability to lookup global symbols by name.Zachary Turner2018-10-081-1/+2
* [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner2018-10-011-0/+72
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-272-2/+2
* [PDB] Add native reading support for UDT / class types.Zachary Turner2018-09-212-0/+54
* [PDB] Write FPO Data to the PDB.Zachary Turner2018-09-111-7/+25
* [codeview] Decode and dump FP regs from S_FRAMEPROC recordsReid Kleckner2018-09-112-6/+27
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-312-31/+6
* [CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea2018-07-314-1/+19
* This fixes a crash when a second pass is required for the Codeview Type mergi...Alexandre Ganea2018-07-301-1/+4
* [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
OpenPOWER on IntegriCloud