summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
AgeCommit message (Expand)Author
2018-12-18[DebugInfo] Move several private headers to include directoryYonghong Song
2018-12-14[codeview] Add begin/endSymbolRecord helpers, NFCReid Kleckner
2018-11-20[CodeView] Add support for ref-qualified member functions.Zachary Turner
2018-11-16[codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner
2018-11-03[codeview] Let the X86 backend tell us the VFRAME offset adjustmentReid Kleckner
2018-10-12[codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd and source fileReid Kleckner
2018-10-02[CodeView] Emit function options for subprogram and member functionsAaron Smith
2018-10-02[codeview] Fix 32-bit x86 variable locations in realigned stack framesReid Kleckner
2018-10-01[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner
2018-09-14[codeview] Remove dead codeReid Kleckner
2018-09-06[DebugInfo] Do not generate label debug info if it has been processed.Hsiangkai Wang
2018-08-17[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang
2018-08-14Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes
2018-08-14[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang
2018-07-31Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich
2018-07-31[DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang
2018-07-24Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen
2018-07-24[DebugInfo] Generate DWARF debug information for labels.Shiva Chen
2018-07-16[CodeGen] Fix inconsistent declaration parameter nameFangrui Song
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-16[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma
2018-04-09[Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea
2018-03-15Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols fo...Reid Kleckner
2018-03-15[codeview] Delete FunctionInfo copy ctor and move out of DenseMapReid Kleckner
2018-03-15Revert r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols for...Reid Kleckner
2018-03-15[CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopesBrock Wyma
2018-03-06[CodeView] Emit UdtSourceLine information for enumsAaron Smith
2018-02-27[CodeView] Lower __restrict and other pointer qualifiers correctlyReid Kleckner
2017-12-13[CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner
2017-11-30Split TypeTableBuilder into two classes.Zachary Turner
2017-10-31[codeview] Merge file checksum entries for DIFiles with the same absolute pathReid Kleckner
2017-09-13Mark static member functions as static in CodeViewDebugAdrian McCarthy
2017-09-05Add llvm.codeview.annotation to implement MSVC __annotationReid Kleckner
2017-08-31[codeview] Generalize DIExpression parsing to handle load chainsReid Kleckner
2017-08-29Reland r311957 [codeview] support more DW_OPs for more complete debug infoBob Haarman
2017-08-29Revert "[codeview] support more DW_OPs for more complete debug info"Bob Haarman
2017-08-29[codeview] support more DW_OPs for more complete debug infoBob Haarman
2017-08-28[CodeView] Don't output S_UDT symbols for forward decls.Zachary Turner
2017-06-30[codeview] Use the first valid source location at the top of every MBBReid Kleckner
2017-06-06[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-05-30[CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner
2017-04-27Rename some PDB classes.Zachary Turner
2017-02-16Refactor DebugHandlerBase a bit to common non-debug-having-function filteringDavid Blaikie
2016-11-30Move VariableDbgInfo from MachineModuleInfo to MachineFunctionMatthias Braun
2016-11-08[CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner
2016-10-05[codeview] Translate bitpiece metadata to DEFRANGE_SUBFIELD* recordsReid Kleckner
2016-09-20Emit S_COMPILE3 CodeView recordAdrian McCarthy
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne
2016-09-09[pdb] Write PDB TPI Stream from Yaml.Zachary Turner
2016-08-31[codeview] Emit vtable shape informationReid Kleckner