summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView
Commit message (Expand)AuthorAgeFilesLines
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-0411-65/+31
* [llvm-pdbutil] Add -type-ref-stats to help find unused type infoReid Kleckner2019-03-211-2/+4
* Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza2019-03-111-0/+1
* Move some classes into anonymous namespaces. NFC.Benjamin Kramer2019-02-111-0/+2
* [CodeView] Fix cycles in debug info when merging Types with global hashes Alexandre Ganea2019-02-071-1/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1939-156/+117
* [CodeView] More appropriate name and type for a Microsoft precompiled headers...Alexandre Ganea2019-01-071-21/+21
* [PDB] Add some helper functions for working with scopes.Zachary Turner2018-12-171-2/+32
* [NativePDB] Reconstruct function declarations from debug info.Zachary Turner2018-12-071-1/+12
* [PDB] Move some code around. NFC.Zachary Turner2018-12-062-1/+55
* Support skewed stream arrays.Zachary Turner2018-12-061-1/+1
* [CodeView] Add support for ref-qualified member functions.Zachary Turner2018-11-201-0/+2
* [CodeView] Don't print PointerAttributes when dumping.Zachary Turner2018-11-201-1/+0
* [NativePDB] Improved support for nested type reconstruction.Zachary Turner2018-11-131-0/+8
* [COFF][LLD] Add link support for Microsoft precompiled headers OBJsAlexandre Ganea2018-11-052-35/+82
* [codeview] Add breaks to fix -Wimplicit-fallthroughReid Kleckner2018-11-011-0/+2
* [CodeView] Emit the correct TypeIndex for std::nullptr_t.Zachary Turner2018-11-011-0/+3
* 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
OpenPOWER on IntegriCloud