aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-30[CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner1-1/+1
2017-04-27Rename some PDB classes.Zachary Turner1-1/+1
2017-02-16Refactor DebugHandlerBase a bit to common non-debug-having-function filteringDavid Blaikie1-6/+7
2016-11-30Move VariableDbgInfo from MachineModuleInfo to MachineFunctionMatthias Braun1-1/+1
2016-11-08[CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner1-2/+2
2016-10-05[codeview] Translate bitpiece metadata to DEFRANGE_SUBFIELD* recordsReid Kleckner1-5/+11
2016-09-20Emit S_COMPILE3 CodeView recordAdrian McCarthy1-0/+2
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne1-1/+2
2016-09-09[pdb] Write PDB TPI Stream from Yaml.Zachary Turner1-0/+1
2016-08-31[codeview] Emit vtable shape informationReid Kleckner1-0/+1
2016-07-14[codeview] Shrink inlined call site line info tablesReid Kleckner1-0/+3
2016-07-06Retry: "Emit CodeView type records for nested classes."Adrian McCarthy1-1/+1
2016-07-06Revert "Emit CodeView type records for nested classes."Adrian McCarthy1-1/+1
2016-07-06Emit CodeView type records for nested classes.Adrian McCarthy1-1/+1
2016-06-24[codeview] Emit parameter variables in the right orderReid Kleckner1-0/+4
2016-06-24[codeview] Emit base class information from DW_TAG_inheritance nodesReid Kleckner1-0/+4
2016-06-23[codeview] Add classes and unions to the Local/Global UDTs listsHans Wennborg1-0/+2
2016-06-23[codeview] Emit retained typesHans Wennborg1-0/+2
2016-06-22[codeview] Defer emission of all referenced complete recordsReid Kleckner1-0/+11
2016-06-22[codeview] Remove ClassInfoMapReid Kleckner1-3/+1
2016-06-22[codeview] Improve names of types in scopes and member function idsReid Kleckner1-5/+10
2016-06-18[codeview] Emit non-virtual method type.Amjad Aboud1-16/+28
2016-06-16[CodeView] Implement support for enumsDavid Majnemer1-0/+1
2016-06-15[CodeView] Add support for emitting S_UDT for typedefsDavid Majnemer1-0/+17
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer1-1/+1
2016-06-08Generate codeview for array type metadata.Adrian McCarthy1-0/+1
2016-06-07Re-land "[codeview] Emit information about global variables"Reid Kleckner1-0/+11
2016-06-06Revert "[codeview] Emit information about global variables"Reid Kleckner1-11/+0
2016-06-06[codeview] Emit information about global variablesReid Kleckner1-0/+11
2016-06-03[codeview] Add basic record type translationReid Kleckner1-1/+26