summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView
AgeCommit message (Expand)Author
2019-07-17Adding inline comments to code view type record directives for better readabi...Nilanjana Basu
2019-07-11Fix a few 'no newline at end of file' warnings that Xcode emitsNico Weber
2019-07-09Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu
2019-07-03Revert Changing CodeView debug info type record representation in assembly fi...Nilanjana Basu
2019-07-03Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu
2019-05-31[COFF, ARM64] Add CodeView register mappingTom Tan
2019-05-22Reverted r361134 because of a failing test left unattended for a long time.Galina Kistanova
2019-05-20Use llvm::sort. NFCFangrui Song
2019-05-15[codeview] Finish support for reading and writing S_ANNOTATION recordsReid Kleckner
2019-04-04[codeview] Remove Type member from CVRecordReid Kleckner
2019-03-21[llvm-pdbutil] Add -type-ref-stats to help find unused type infoReid Kleckner
2019-03-11Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza
2019-02-11Move some classes into anonymous namespaces. NFC.Benjamin Kramer
2019-02-07[CodeView] Fix cycles in debug info when merging Types with global hashes Alexandre Ganea
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-07[CodeView] More appropriate name and type for a Microsoft precompiled headers...Alexandre Ganea
2018-12-17[PDB] Add some helper functions for working with scopes.Zachary Turner
2018-12-07[NativePDB] Reconstruct function declarations from debug info.Zachary Turner
2018-12-06[PDB] Move some code around. NFC.Zachary Turner
2018-12-06Support skewed stream arrays.Zachary Turner
2018-11-20[CodeView] Add support for ref-qualified member functions.Zachary Turner
2018-11-20[CodeView] Don't print PointerAttributes when dumping.Zachary Turner
2018-11-13[NativePDB] Improved support for nested type reconstruction.Zachary Turner
2018-11-05[COFF][LLD] Add link support for Microsoft precompiled headers OBJsAlexandre Ganea
2018-11-01[codeview] Add breaks to fix -Wimplicit-fallthroughReid Kleckner
2018-11-01[CodeView] Emit the correct TypeIndex for std::nullptr_t.Zachary Turner
2018-10-08Fix a compilation failure on non-MSVC compilers.Zachary Turner
2018-10-08[PDB] Add the ability to lookup global symbols by name.Zachary Turner
2018-10-01[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-21[PDB] Add native reading support for UDT / class types.Zachary Turner
2018-09-11[PDB] Write FPO Data to the PDB.Zachary Turner
2018-09-11[codeview] Decode and dump FP regs from S_FRAMEPROC recordsReid Kleckner
2018-08-31[DebugInfo] Common behavior for error typesAlexandre Ganea
2018-07-31[CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea
2018-07-30This fixes a crash when a second pass is required for the Codeview Type mergi...Alexandre Ganea
2018-06-29[CodeView] Correctly compute the name of S_PROCREF symbols.Zachary Turner
2018-05-17Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.Zachary Turner
2018-05-17[codeview] Include record prefix in global type hashingReid Kleckner
2018-04-16[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma
2018-04-13[DebugInfo] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-04-10[DebugInfo][COFF] Fix reading variable-length encoded recordsAlexandre Ganea
2018-04-10Fix line endings (CR/LF -> LF) introduced by rL329613Alexandre Ganea
2018-04-09[Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea
2018-04-01[DebugInfo] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-23[PDB] Make our PDBs look more like MS PDBs.Zachary Turner
2018-03-22[Codeview/PDB] Rename some methods for clarity.Zachary Turner
2018-03-20Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner