1. 0eaee54 [llvm] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  2. 2bea69b Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Register as started by r367614. NFC by Daniel Sanders · 6 years ago
  3. b9973f8 Reland "[DwarfDebug] Dump call site debug info" by Djordje Todorovic · 6 years ago
  4. 40580d3 DWARF: Skip zero column for inline call sites by David Blaikie · 6 years ago
  5. 83264b3 [DebugInfo] Add column info for inline sites by Jonas Devlieghere · 6 years ago
  6. 0739ccd Revert "[DwarfDebug] Dump call site debug info" by Djordje Todorovic · 6 years ago
  7. c1e0ea9 [NFC][AsmPrinter] Fix the formatting for the rL365467 by Djordje Todorovic · 6 years ago
  8. 01eaae6 [DwarfDebug] Dump call site debug info by Djordje Todorovic · 6 years ago
  9. 12aca5d Reland "[LiveDebugValues] Emit the debug entry values" by Djordje Todorovic · 6 years ago
  10. fb9ce10 hwasan: Add a tag_offset DWARF attribute to instrumented stack variables. by Peter Collingbourne · 6 years ago
  11. abc1dff [DebugInfo] More strict debug range for stack variables by Nikola Prica · 6 years ago
  12. da82ce9 [DebugInfo] Delete TypedDINodeRef by Fangrui Song · 7 years ago
  13. 832c7d9 DebugInfo: Emit only declarations (not whole definitions) of non-unit user defined types into type units by David Blaikie · 7 years ago
  14. 2f51176 Reapply: "DebugInfo: Emit only one kind of accelerated access/name table"" by David Blaikie · 7 years ago
  15. a2470a4 Revert "DebugInfo: Emit only one kind of accelerated access/name table" by David Blaikie · 7 years ago
  16. 68602ab DebugInfo: Emit only one kind of accelerated access/name table by David Blaikie · 7 years ago
  17. 6ed5706 Add LLVM IR debug info support for Fortran COMMON blocks by Adrian Prantl · 7 years ago
  18. 798e83b NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer. by Eric Christopher · 7 years ago
  19. b86ce21 [DebugInfo] Introduce DW_OP_LLVM_convert by Markus Lavin · 7 years ago
  20. ad78768 Revert "[DebugInfo] Introduce DW_OP_LLVM_convert" by Markus Lavin · 7 years ago
  21. cd8a940 [DebugInfo] Introduce DW_OP_LLVM_convert by Markus Lavin · 7 years ago
  22. f3a9150 [DEBUG_INFO][NVPTX] Generate DW_AT_address_class to get the values in debugger. by Alexey Bataev · 7 years ago
  23. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  24. 61c127c DebugInfo: Move addAddrBase from DwarfUnit to DwarfCompileUnit by David Blaikie · 7 years ago
  25. c8f7e6c NFC: DebugInfo: Track the origin CU rather than just the base address for range lists by David Blaikie · 7 years ago
  26. 60fddac DebugInfo: Reuse common addresses for rnglist base address selections by David Blaikie · 7 years ago
  27. 74533bd [DWARF] Use a function-local offset for AT_call_return_pc by Vedant Kumar · 7 years ago
  28. 32e09de DebugInfo: Implement debug_rnglists.dwo by David Blaikie · 7 years ago
  29. c4af8bf DebugInfo: Use address pool forms in debug_rnglists by David Blaikie · 7 years ago
  30. 161dd3c DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5 by David Blaikie · 7 years ago
  31. 5931b4e [DebugInfo] Add support for DWARF5 call site-related attributes by Vedant Kumar · 7 years ago
  32. f8ab35a Emit template type and value parameter DIEs for template variables. by Matthew Voss · 7 years ago
  33. 55321d8 [DebugInfo] Do not generate address info for removed debug labels. by Hsiangkai Wang · 7 years ago
  34. ef2ae74 Revert "[DebugInfo] Do not generate address info for removed debug labels." by Justin Bogner · 7 years ago
  35. 9c24636 [DebugInfo] Do not generate address info for removed debug labels. by Hsiangkai Wang · 7 years ago
  36. 609bf36 Remove addBlockByrefAddress(), it is dead code as far as clang is concerned. by Adrian Prantl · 7 years ago
  37. 2532ac8 [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems) by Hsiangkai Wang · 7 years ago
  38. 22d580f2 Fix "control reaches end of non-void function" -Wreturn-type warning. NFCI. by Simon Pilgrim · 7 years ago
  39. 0e03047 DebugInfo: Remove command line (& target-based) disabling of pubnames in favor of metadata by David Blaikie · 7 years ago
  40. 66cf14d DebugInfo: Add metadata support for disabling DWARF pub sections by David Blaikie · 7 years ago
  41. f446282 Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)" by Bruno Cardoso Lopes · 7 years ago
  42. ccae278 [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems) by Hsiangkai Wang · 7 years ago
  43. 8e422b8 [AArch64] DWARF: do not generate AT_location for thread local by Lei Liu · 7 years ago
  44. d4dd721 [DEBUGINFO] Disable emission of the dwarf sections, but allow directives. by Alexey Bataev · 7 years ago
  45. 48ed9ac Revert "[DebugInfo] Generate DWARF debug information for labels." by Vlad Tsyrklevich · 7 years ago
  46. cbc58ad [DebugInfo] Generate DWARF debug information for labels. by Hsiangkai Wang · 7 years ago
  47. 9ea6508 [DWARF v5] Reposting r337981, which was reverted in r337997 due to a test failure in debuginfo_tests. by Wolfgang Pieb · 7 years ago
  48. 4dd7558 [DEBUGINFO, NVPTX] Emit correct debug information for local variables. by Alexey Bataev · 7 years ago
  49. 7ae86fe [DEBUGINFO, NVPTX] Set `DW_AT_frame_base` to `DW_OP_call_frame_cfa`. by Alexey Bataev · 7 years ago
  50. 7d808c1 Revert r337981: it breaks the debuginfo-tests by Alex Lorenz · 7 years ago
  51. c42087d [DWARF v5] Don't emit multiple DW_AT_rnglists_base attributes. Some refactoring of by Wolfgang Pieb · 7 years ago
  52. f5938bf Revert "[DebugInfo] Generate DWARF debug information for labels." by Shiva Chen · 7 years ago
  53. d6b2cdf [DebugInfo] Generate DWARF debug information for labels. by Shiva Chen · 7 years ago
  54. fcf3810 [DWARF v5] Generate range list tables into the .debug_rnglists section. No support for split DWARF by Wolfgang Pieb · 7 years ago
  55. 543c0e1 [DWARFv5] Put the DWO ID in its place. by Paul Robinson · 8 years ago
  56. 2a6afe5 [CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstract correctly by Pavel Labath · 8 years ago
  57. 3edc63a DwarfCompileUnit: Fix another assertion failure on malformed input by Adrian Prantl · 8 years ago
  58. 4b542c6 Fix a bug that prevents global variables from having a DW_OP_deref. by Adrian Prantl · 8 years ago
  59. 855b910 Revert "Fix a bug that prevents global variables from having a DW_OP_deref." by Adrian Prantl · 8 years ago
  60. e42805d Fix a bug that prevents global variables from having a DW_OP_deref. by Adrian Prantl · 8 years ago
  61. 6054e65 Move TargetLoweringObjectFile from CodeGen to Target to fix layering by David Blaikie · 8 years ago
  62. bff3608 [DEBUGINFO] Add flag for DWARF2 to use sections as references. by Alexey Bataev · 8 years ago
  63. 858a7dd [DEBUGINFO] Add -no-dwarf-debug-ranges option. by Alexey Bataev · 8 years ago
  64. 648ed2d [DEBUGINFO] Add flag -no-dwarf-pub-sections to disable pub sections. by Alexey Bataev · 8 years ago
  65. d7c6fdb Revert "[DEBUGINFO] Add flag for DWARF2 or less to use sections as references." by Alexey Bataev · 8 years ago
  66. 9f9e468 [TLS] use emulated TLS if the target supports only this mode by Chih-Hung Hsieh · 8 years ago
  67. 9de940b [DEBUGINFO] Add flag for DWARF2 or less to use sections as references. by Alexey Bataev · 8 years ago
  68. 16c7bda [DebugInfo] Support DWARF v5 source code embedding extension by Scott Linder · 8 years ago
  69. 03dd6f5 Use a stable topological sort in DwarfCompileUnit::createScopeChildrenDIE() by Adrian Prantl · 8 years ago
  70. c929f7a Fix a crash when emitting DIEs for variable-length arrays by Adrian Prantl · 8 years ago
  71. a9e3153 [DebugInfo] Fix fragment offset emission order for symbol locations by Mikael Holmen · 8 years ago
  72. dc00bec [DebugInfo] Emit DWARF reference for DIVariable 'count' in DISubrange by Sander de Smalen · 8 years ago
  73. 612e89d [DWARFv5] CodeGen support for MD5 file checksums by Paul Robinson · 8 years ago
  74. 29f5f98 [DWARFv5] MC support for MD5 file checksums by Paul Robinson · 8 years ago
  75. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  76. 294e689 [DebugInfo] Fix potential CU mismatch for SubprogramScopeDIEs. by Jonas Devlieghere · 8 years ago
  77. 1be62f0 Move TargetFrameLowering.h to CodeGen where it's implemented by David Blaikie · 8 years ago
  78. a2f9e3a Deprecate DwarfUnit::addBlockByrefAddress(). by Adrian Prantl · 8 years ago
  79. 876da02 Remove -generate-dwarf-pub-sections flag. by Peter Collingbourne · 8 years ago
  80. b52e236 IR: Represent -ggnu-pubnames with a flag on the DICompileUnit. by Peter Collingbourne · 8 years ago
  81. 6e07bfd [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  82. bd6d291 Assert that the offset of a DBG_VALUE is always 0. (NFC) by Adrian Prantl · 8 years ago
  83. 5577363 Remove the unused Offset field from MachineLocation (NFC) by Adrian Prantl · 8 years ago
  84. 61b39b2 Remove unused includes of MachineLocation.h (NFC) by Adrian Prantl · 8 years ago
  85. 2049c0d Remove unreachable code. (NFC) by Adrian Prantl · 8 years ago
  86. 2195e13 DebugInfo: Ensure imported entities at the top level of an inlined function don't cause degenerate concrete definitions by David Blaikie · 8 years ago
  87. d63bfd2 Debug Info: Add a file: field to DIImportedEntity. by Adrian Prantl · 8 years ago
  88. e60147c [DWARF] Move a couple of member functions to the DWARFUnit baseclass. NFC. by Wolfgang Pieb · 8 years ago
  89. ffc498d Align definition of DW_OP_plus with DWARF spec [3/3] by Florian Hahn · 8 years ago
  90. b3cee2f DebugInfo: Produce debug_{gnu_}pub{names,types} entries when explicitly requested, even in -gmlt or when empty by David Blaikie · 9 years ago
  91. 488393f DWARF: Avoid cross-CU references under Fission by David Blaikie · 9 years ago
  92. c12cee3 Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations by Adrian Prantl · 9 years ago
  93. 295c952 Revert "Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations" by Adrian Prantl · 9 years ago
  94. 78ff122 Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations by Adrian Prantl · 9 years ago
  95. 6825fb6 PR32382: Fix emitting complex DWARF expressions. by Adrian Prantl · 9 years ago
  96. b216e3e Refactor code to reduce indentation and improve readability. (NFC) by Adrian Prantl · 9 years ago
  97. f0ffc52 Fix a bug when emitting debug info for partially constant global variables. by Adrian Prantl · 9 years ago
  98. 956484b Replace uses of DwarfExpression::addMachineReg* with addMachineRegExpression by Adrian Prantl · 9 years ago
  99. a63b8e8 Rename methods in DwarfExpression to adhere to the LLVM coding guidelines. NFC. by Adrian Prantl · 9 years ago
  100. 3443575 Add missing module/license header. NFC. by Paul Robinson · 9 years ago