aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-24Add support for Windows Secure Hot-Patching (redo) (#145565)sivadeilra1-0/+2
2025-06-24Revert "Add support for Windows Secure Hot-Patching" (#145553)Qinkun Bao1-2/+0
2025-06-24Add support for Windows Secure Hot-Patching (#138972)sivadeilra1-0/+2
2025-06-13[CodeGen][COFF] Always emit CodeView compiler info on Windows targets (#142970)Jacek Caban1-0/+4
2025-05-16[llvm][NFC] Update LocalVarDef::CVRegister to fix size MS ABI (#140214)Oliver Hunt1-1/+1
2025-05-16[NFC] Address bit-field storage sizes to ensure ideal packing (#139825)Oliver Hunt1-2/+2
2024-07-01[AsmPrinter] Reduce AsmPrinterHandlers virt. fn calls (#96785)Alexis Engelke1-2/+0
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad1-1/+1
2023-09-27[llvm] Implement S_INLINEES debug symbol (#67490)Daniel Paoliello1-0/+6
2023-08-31Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello1-0/+16
2023-08-25Revert "Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tables"Arthur Eubanks1-16/+0
2023-08-25Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello1-0/+16
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-05-16Emit the correct flags for the PROC CodeView Debug SymbolDaniel Paoliello1-0/+2
2023-05-15Revert "Emit the correct flags for the PROC CodeView Debug Symbol"Muhammad Omair Javaid1-2/+0
2023-05-03Emit the correct flags for the PROC CodeView Debug SymbolDaniel Paoliello1-0/+2
2022-12-06[CodeView] Add support for local S_CONSTANT recordsTobias Hieta1-0/+1
2022-09-03Drop empty string literals from static_assert (NFC)Kazu Hirata1-1/+1
2022-05-20[CodeView] Combine variable def ranges that are continuous.Zequan Wu1-21/+49
2021-12-21Reland - [CodeView] Emit S_OBJNAME recordAlexandre Ganea1-0/+2
2021-12-21Revert [CodeView] Emit S_OBJNAME recordAlexandre Ganea1-2/+0
2021-12-21[CodeView] Emit S_OBJNAME recordAlexandre Ganea1-0/+2
2021-11-02[CodeView] Fortran debug info emission in Code View.Chih-Ping Chen1-0/+13
2021-07-26[CodeView] Saturate values bigger than supported by APInt.Matheus Izvekov1-0/+2
2020-11-30[CodeView] Remove unused declaration collectInlineSiteChildren (NFC)Kazu Hirata1-4/+0
2020-11-03make the AsmPrinterHandler array publicJameson Nash1-0/+2
2020-10-28Recommit "[CodeView] Emit static data members as S_CONSTANTs."Amy Huang1-0/+5
2020-10-27Revert "[CodeView] Emit static data members as S_CONSTANTs."Amy Huang1-5/+0
2020-10-26[CodeView] Emit static data members as S_CONSTANTs.Amy Huang1-0/+5
2020-05-18Re-land [Debug][CodeView] Emit fully qualified names for globalsReid Kleckner1-2/+2
2020-05-18Revert 76c5f277f2 "Re-land [Debug][CodeView] Emit fully qualified names for g...Hans Wennborg1-2/+2
2020-05-15Re-land [Debug][CodeView] Emit fully qualified names for globalsAlexandre Ganea1-2/+2
2020-04-16Reland "[codeview] Reference types in type parent scopes"Amy Huang1-0/+9
2019-11-08Revert d91ed80 "[codeview] Reference types in type parent scopes"Hans Wennborg1-13/+0
2019-11-07[codeview] Reference types in type parent scopesReid Kleckner1-0/+13
2019-10-28Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs"Amy Huang1-1/+1
2019-10-25Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs."Amy Huang1-1/+1
2019-10-25Add an instruction marker field to the ExtraInfo in MachineInstrs.Amy Huang1-1/+1
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