summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
Commit message (Expand)AuthorAgeFilesLines
* Revert d91ed80 "[codeview] Reference types in type parent scopes"Hans Wennborg2019-11-081-13/+0
* [codeview] Reference types in type parent scopesReid Kleckner2019-11-071-0/+13
* Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs"Amy Huang2019-10-281-1/+1
* Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs."Amy Huang2019-10-251-1/+1
* Add an instruction marker field to the ExtraInfo in MachineInstrs.Amy Huang2019-10-251-1/+1
* [COFF] Change a variable type to be const in the HeapAllocSite map.Amy Huang2019-07-181-1/+2
* Emit global variables as S_CONSTANT records for codeview debug info.Amy Huang2019-05-161-3/+3
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-4/+4
* Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ...Amy Huang2019-04-241-0/+1
* Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)Amy Huang2019-04-231-1/+0
* [MS] Emit S_HEAPALLOCSITE debug infoAmy Huang2019-04-191-0/+1
* [DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFCDavid Stenberg2019-04-101-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [codeview] Check if this 'this' type of a method is a pointerReid Kleckner2018-12-261-1/+1
* [CodeView] Emit global variables within lexical scopes to limit visibilityBrock Wyma2018-12-201-4/+25
* [DebugInfo] Move several private headers to include directoryYonghong Song2018-12-181-2/+2
* [codeview] Add begin/endSymbolRecord helpers, NFCReid Kleckner2018-12-141-1/+10
* [CodeView] Add support for ref-qualified member functions.Zachary Turner2018-11-201-0/+4
* [codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner2018-11-161-0/+3
* [codeview] Let the X86 backend tell us the VFRAME offset adjustmentReid Kleckner2018-11-031-0/+3
* [codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd and source fileReid Kleckner2018-10-121-0/+2
* [CodeView] Emit function options for subprogram and member functionsAaron Smith2018-10-021-4/+4
* [codeview] Fix 32-bit x86 variable locations in realigned stack framesReid Kleckner2018-10-021-0/+2
* [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner2018-10-011-2/+28
* [codeview] Remove dead codeReid Kleckner2018-09-141-4/+0
* [DebugInfo] Do not generate label debug info if it has been processed.Hsiangkai Wang2018-09-061-2/+2
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-171-1/+1
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-141-1/+1
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-141-1/+1
* 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
OpenPOWER on IntegriCloud