summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-311-1/+1
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-311-1/+1
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-1/+1
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-1/+1
* [CodeGen] Fix inconsistent declaration parameter nameFangrui Song2018-07-161-2/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-5/+5
* [CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma2018-04-161-0/+4
* [Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea2018-04-091-1/+2
* Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols fo...Reid Kleckner2018-03-151-1/+37
* [codeview] Delete FunctionInfo copy ctor and move out of DenseMapReid Kleckner2018-03-151-1/+6
* Revert r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols for...Reid Kleckner2018-03-151-37/+1
* [CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopesBrock Wyma2018-03-151-1/+37
* [CodeView] Emit UdtSourceLine information for enumsAaron Smith2018-03-061-0/+2
* [CodeView] Lower __restrict and other pointer qualifiers correctlyReid Kleckner2018-02-271-2/+6
* [CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner2017-12-131-2/+4
* Split TypeTableBuilder into two classes.Zachary Turner2017-11-301-2/+2
* [codeview] Merge file checksum entries for DIFiles with the same absolute pathReid Kleckner2017-10-311-2/+3
* Mark static member functions as static in CodeViewDebugAdrian McCarthy2017-09-131-1/+2
* Add llvm.codeview.annotation to implement MSVC __annotationReid Kleckner2017-09-051-0/+2
* [codeview] Generalize DIExpression parsing to handle load chainsReid Kleckner2017-08-311-1/+1
* Reland r311957 [codeview] support more DW_OPs for more complete debug infoBob Haarman2017-08-291-0/+6
* Revert "[codeview] support more DW_OPs for more complete debug info"Bob Haarman2017-08-291-6/+0
* [codeview] support more DW_OPs for more complete debug infoBob Haarman2017-08-291-0/+6
* [CodeView] Don't output S_UDT symbols for forward decls.Zachary Turner2017-08-281-5/+5
* [codeview] Use the first valid source location at the top of every MBBReid Kleckner2017-06-301-1/+0
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-06-061-17/+34
* [CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner2017-05-301-1/+1
* Rename some PDB classes.Zachary Turner2017-04-271-1/+1
* Refactor DebugHandlerBase a bit to common non-debug-having-function filteringDavid Blaikie2017-02-161-6/+7
* Move VariableDbgInfo from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-1/+1
* [CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner2016-11-081-2/+2
* [codeview] Translate bitpiece metadata to DEFRANGE_SUBFIELD* recordsReid Kleckner2016-10-051-5/+11
* Emit S_COMPILE3 CodeView recordAdrian McCarthy2016-09-201-0/+2
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-1/+2
* [pdb] Write PDB TPI Stream from Yaml.Zachary Turner2016-09-091-0/+1
* [codeview] Emit vtable shape informationReid Kleckner2016-08-311-0/+1
* [codeview] Shrink inlined call site line info tablesReid Kleckner2016-07-141-0/+3
* Retry: "Emit CodeView type records for nested classes."Adrian McCarthy2016-07-061-1/+1
* Revert "Emit CodeView type records for nested classes."Adrian McCarthy2016-07-061-1/+1
* Emit CodeView type records for nested classes.Adrian McCarthy2016-07-061-1/+1
* [codeview] Emit parameter variables in the right orderReid Kleckner2016-06-241-0/+4
* [codeview] Emit base class information from DW_TAG_inheritance nodesReid Kleckner2016-06-241-0/+4
* [codeview] Add classes and unions to the Local/Global UDTs listsHans Wennborg2016-06-231-0/+2
* [codeview] Emit retained typesHans Wennborg2016-06-231-0/+2
* [codeview] Defer emission of all referenced complete recordsReid Kleckner2016-06-221-0/+11
* [codeview] Remove ClassInfoMapReid Kleckner2016-06-221-3/+1
* [codeview] Improve names of types in scopes and member function idsReid Kleckner2016-06-221-5/+10
* [codeview] Emit non-virtual method type.Amjad Aboud2016-06-181-16/+28
* [CodeView] Implement support for enumsDavid Majnemer2016-06-161-0/+1
* [CodeView] Add support for emitting S_UDT for typedefsDavid Majnemer2016-06-151-0/+17
OpenPOWER on IntegriCloud