aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-18[COFF] Change a variable type to be const in the HeapAllocSite map.Amy Huang1-1/+2
2019-05-16Emit global variables as S_CONSTANT records for codeview debug info.Amy Huang1-3/+3
2019-05-07[DebugInfo] Delete TypedDINodeRefFangrui Song1-4/+4
2019-04-24Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ...Amy Huang1-0/+1
2019-04-23Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)Amy Huang1-1/+0
2019-04-19[MS] Emit S_HEAPALLOCSITE debug infoAmy Huang1-0/+1
2019-04-10[DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFCDavid Stenberg1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-26[codeview] Check if this 'this' type of a method is a pointerReid Kleckner1-1/+1
2018-12-20[CodeView] Emit global variables within lexical scopes to limit visibilityBrock Wyma1-4/+25
2018-12-18[DebugInfo] Move several private headers to include directoryYonghong Song1-2/+2
2018-12-14[codeview] Add begin/endSymbolRecord helpers, NFCReid Kleckner1-1/+10
2018-11-20[CodeView] Add support for ref-qualified member functions.Zachary Turner1-0/+4
2018-11-16[codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner1-0/+3
2018-11-03[codeview] Let the X86 backend tell us the VFRAME offset adjustmentReid Kleckner1-0/+3
2018-10-12[codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd and source fileReid Kleckner1-0/+2
2018-10-02[CodeView] Emit function options for subprogram and member functionsAaron Smith1-4/+4
2018-10-02[codeview] Fix 32-bit x86 variable locations in realigned stack framesReid Kleckner1-0/+2
2018-10-01[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner1-2/+28
2018-09-14[codeview] Remove dead codeReid Kleckner1-4/+0
2018-09-06[DebugInfo] Do not generate label debug info if it has been processed.Hsiangkai Wang1-2/+2
2018-08-17[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang1-1/+1
2018-08-14Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes1-1/+1
2018-08-14[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang1-1/+1
2018-07-31Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich1-1/+1
2018-07-31[DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang1-1/+1
2018-07-24Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen1-1/+1
2018-07-24[DebugInfo] Generate DWARF debug information for labels.Shiva Chen1-1/+1
2018-07-16[CodeGen] Fix inconsistent declaration parameter nameFangrui Song1-2/+2
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-5/+5
2018-04-16[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma1-0/+4
2018-04-09[Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea1-1/+2
2018-03-15Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols fo...Reid Kleckner1-1/+37
2018-03-15[codeview] Delete FunctionInfo copy ctor and move out of DenseMapReid Kleckner1-1/+6
2018-03-15Revert r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols for...Reid Kleckner1-37/+1
2018-03-15[CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopesBrock Wyma1-1/+37
2018-03-06[CodeView] Emit UdtSourceLine information for enumsAaron Smith1-0/+2
2018-02-27[CodeView] Lower __restrict and other pointer qualifiers correctlyReid Kleckner1-2/+6
2017-12-13[CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner1-2/+4
2017-11-30Split TypeTableBuilder into two classes.Zachary Turner1-2/+2
2017-10-31[codeview] Merge file checksum entries for DIFiles with the same absolute pathReid Kleckner1-2/+3
2017-09-13Mark static member functions as static in CodeViewDebugAdrian McCarthy1-1/+2
2017-09-05Add llvm.codeview.annotation to implement MSVC __annotationReid Kleckner1-0/+2
2017-08-31[codeview] Generalize DIExpression parsing to handle load chainsReid Kleckner1-1/+1
2017-08-29Reland r311957 [codeview] support more DW_OPs for more complete debug infoBob Haarman1-0/+6
2017-08-29Revert "[codeview] support more DW_OPs for more complete debug info"Bob Haarman1-6/+0
2017-08-29[codeview] support more DW_OPs for more complete debug infoBob Haarman1-0/+6
2017-08-28[CodeView] Don't output S_UDT symbols for forward decls.Zachary Turner1-5/+5
2017-06-30[codeview] Use the first valid source location at the top of every MBBReid Kleckner1-1/+0
2017-06-06[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-17/+34