summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
AgeCommit message (Expand)Author
2025-11-12CodeGen: Fix CodeView crashes with empty llvm.dbg.cu (#163286)Matt Arsenault
2025-07-07Add CodeView S_LABEL32 symbols for jump table targets (for Windows debugging)...sivadeilra
2025-06-24Add support for Windows Secure Hot-Patching (redo) (#145565)sivadeilra
2025-06-24Revert "Add support for Windows Secure Hot-Patching" (#145553)Qinkun Bao
2025-06-24Add support for Windows Secure Hot-Patching (#138972)sivadeilra
2025-06-13[CodeGen][COFF] Always emit CodeView compiler info on Windows targets (#142970)Jacek Caban
2025-05-16[llvm][NFC] Update LocalVarDef::CVRegister to fix size MS ABI (#140214)Oliver Hunt
2025-05-16[NFC] Address bit-field storage sizes to ensure ideal packing (#139825)Oliver Hunt
2024-07-01[AsmPrinter] Reduce AsmPrinterHandlers virt. fn calls (#96785)Alexis Engelke
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad
2023-09-27[llvm] Implement S_INLINEES debug symbol (#67490)Daniel Paoliello
2023-08-31Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello
2023-08-25Revert "Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tables"Arthur Eubanks
2023-08-25Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich
2023-05-16Emit the correct flags for the PROC CodeView Debug SymbolDaniel Paoliello
2023-05-15Revert "Emit the correct flags for the PROC CodeView Debug Symbol"Muhammad Omair Javaid
2023-05-03Emit the correct flags for the PROC CodeView Debug SymbolDaniel Paoliello
2022-12-06[CodeView] Add support for local S_CONSTANT recordsTobias Hieta
2022-09-03Drop empty string literals from static_assert (NFC)Kazu Hirata
2022-05-20[CodeView] Combine variable def ranges that are continuous.Zequan Wu
2021-12-21Reland - [CodeView] Emit S_OBJNAME recordAlexandre Ganea
2021-12-21Revert [CodeView] Emit S_OBJNAME recordAlexandre Ganea
2021-12-21[CodeView] Emit S_OBJNAME recordAlexandre Ganea
2021-11-02[CodeView] Fortran debug info emission in Code View.Chih-Ping Chen
2021-07-26[CodeView] Saturate values bigger than supported by APInt.Matheus Izvekov
2020-11-30[CodeView] Remove unused declaration collectInlineSiteChildren (NFC)Kazu Hirata
2020-11-03make the AsmPrinterHandler array publicJameson Nash
2020-10-28Recommit "[CodeView] Emit static data members as S_CONSTANTs."Amy Huang
2020-10-27Revert "[CodeView] Emit static data members as S_CONSTANTs."Amy Huang
2020-10-26[CodeView] Emit static data members as S_CONSTANTs.Amy Huang
2020-05-18Re-land [Debug][CodeView] Emit fully qualified names for globalsReid Kleckner
2020-05-18Revert 76c5f277f2 "Re-land [Debug][CodeView] Emit fully qualified names for g...Hans Wennborg
2020-05-15Re-land [Debug][CodeView] Emit fully qualified names for globalsAlexandre Ganea
2020-04-16Reland "[codeview] Reference types in type parent scopes"Amy Huang
2019-11-08Revert d91ed80 "[codeview] Reference types in type parent scopes"Hans Wennborg
2019-11-07[codeview] Reference types in type parent scopesReid Kleckner
2019-10-28Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs"Amy Huang
2019-10-25Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs."Amy Huang
2019-10-25Add an instruction marker field to the ExtraInfo in MachineInstrs.Amy Huang
2019-07-18[COFF] Change a variable type to be const in the HeapAllocSite map.Amy Huang
2019-05-16Emit global variables as S_CONSTANT records for codeview debug info.Amy Huang
2019-05-07[DebugInfo] Delete TypedDINodeRefFangrui Song
2019-04-24Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ...Amy Huang
2019-04-23Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)Amy Huang
2019-04-19[MS] Emit S_HEAPALLOCSITE debug infoAmy Huang
2019-04-10[DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFCDavid Stenberg
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-26[codeview] Check if this 'this' type of a method is a pointerReid Kleckner
2018-12-20[CodeView] Emit global variables within lexical scopes to limit visibilityBrock Wyma