1. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  2. 8024425 Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info emission." by Eric Christopher · 8 years ago
  3. 242706b [DEBUG] Initial adaptation of NVPTX target for debug info emission. by Alexey Bataev · 8 years ago
  4. 3fb39c7 [CodeGen/Dwarf] Make debug_names compatible with split-dwarf by Pavel Labath · 8 years ago
  5. eadfac8 [CodeGen/AccelTable] Don't emit zero-CU name indexes by Pavel Labath · 8 years ago
  6. 889bf9f [CodeGen/AccelTable]: Don't emit accelerator entries for functions with no names by Pavel Labath · 8 years ago
  7. e92f0cf [CodeGen] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
  8. 0cc0306 Fix build breakage from r329201 by Pavel Labath · 8 years ago
  9. 6088c23 Re-commit r329179 after fixing build&test issues by Pavel Labath · 8 years ago
  10. 55fcd07 Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it doesn't build. by Nico Weber · 8 years ago
  11. 69baab1 [CodeGen] Generate DWARF v5 Accelerator Tables by Pavel Labath · 8 years ago
  12. 4b4d85f Style update. NFC. by Rafael Espindola · 8 years ago
  13. b271f31 Reapply "[DWARFv5] Emit file 0 to the line table." by Paul Robinson · 8 years ago
  14. 202f809 Revert "Reapply "[DWARFv5] Emit file 0 to the line table."" by Alexander Potapenko · 8 years ago
  15. 07480bd Reapply "[DWARFv5] Emit file 0 to the line table." by Paul Robinson · 8 years ago
  16. 7cb26ad [DWARF] Suppress split line tables more carefully. by Paul Robinson · 8 years ago
  17. 6054e65 Move TargetLoweringObjectFile from CodeGen to Target to fix layering by David Blaikie · 8 years ago
  18. bff3608 [DEBUGINFO] Add flag for DWARF2 to use sections as references. by Alexey Bataev · 8 years ago
  19. 858a7dd [DEBUGINFO] Add -no-dwarf-debug-ranges option. by Alexey Bataev · 8 years ago
  20. 648ed2d [DEBUGINFO] Add flag -no-dwarf-pub-sections to disable pub sections. by Alexey Bataev · 8 years ago
  21. a223f815 [SelectionDAG] Improve handling of dangling debug info by Bjorn Pettersson · 8 years ago
  22. e12a48b Revert "Reapply "[DWARFv5] Emit file 0 to the line table."" by Alexander Kornienko · 8 years ago
  23. 4428e90 Reapply "[DWARFv5] Emit file 0 to the line table." by Paul Robinson · 8 years ago
  24. 732e443 Revert "[DWARFv5] Emit file 0 to the line table." Caused an asan failure. by Paul Robinson · 8 years ago
  25. d5069ba [DWARFv5] Emit file 0 to the line table. by Paul Robinson · 8 years ago
  26. d7c6fdb Revert "[DEBUGINFO] Add flag for DWARF2 or less to use sections as references." by Alexey Bataev · 8 years ago
  27. 1e0116c [DWARF] Emit a split line table only if there are split type units. by Paul Robinson · 8 years ago
  28. 9de940b [DEBUGINFO] Add flag for DWARF2 or less to use sections as references. by Alexey Bataev · 8 years ago
  29. 46d02de [DebugInfo] Stable sort symbols to remove non-deterministic ordering by Mandeep Singh Grang · 8 years ago
  30. 16c7bda [DebugInfo] Support DWARF v5 source code embedding extension by Scott Linder · 8 years ago
  31. bd786944 [DEBUGINFO] Do not output labels for empty macinfo sections. by Alexey Bataev · 8 years ago
  32. 0d6aead [DEBUGINFO] Add support for emission of the inlined strings. by Alexey Bataev · 8 years ago
  33. a7c457d [CodeGen] Refactor AppleAccelTable by Pavel Labath · 8 years ago
  34. ee88ed6 [DWARF] Fix incorrect prologue end line record. by Paul Robinson · 8 years ago
  35. 855fc3b [NFC] Rename DwarfAccelTable and move header. by Jonas Devlieghere · 8 years ago
  36. e699dfa [NFC] Refactor Apple Accelerator Tables by Jonas Devlieghere · 8 years ago
  37. 456b555 [DWARF] Generate DWARF v5 string offsets tables along with strx* index forms. by Wolfgang Pieb · 8 years ago
  38. 67530e4 Don't emit apple accelerator tables on non-darwin targets by Pavel Labath · 8 years ago
  39. 612e89d [DWARFv5] CodeGen support for MD5 file checksums by Paul Robinson · 8 years ago
  40. 29f5f98 [DWARFv5] MC support for MD5 file checksums by Paul Robinson · 8 years ago
  41. f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  42. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  43. 48e7549 [DWARF] Fix bad comparator in sortGlobalExprs. by Eli Friedman · 8 years ago
  44. 4d93120 Reinstantiate old/bad deduplication logic that was removed in r315279. by Daniel Jasper · 8 years ago
  45. fdf9bf4 CodeGen: Minor cleanups to use MachineInstr::getMF. NFC by Justin Bogner · 8 years ago
  46. d36bbe9 Ignore all duplicate frame index expression by Bjorn Steinbrink · 8 years ago
  47. b52e236 IR: Represent -ggnu-pubnames with a flag on the DICompileUnit. by Peter Collingbourne · 8 years ago
  48. 51529eb Revert "[DWARF] Incorrect prologue end line record." by Robert Lougher · 8 years ago
  49. f696a22 [DWARF] Incorrect prologue end line record. by Robert Lougher · 8 years ago
  50. bb92137 [DWARF] Line 0 should not have a discriminator. by Paul Robinson · 8 years ago
  51. a1e97a7 Untabify. by NAKAMURA Takumi · 8 years ago
  52. 2116dd3 Filter out non-constant DIGlobalVariableExpressions reachable via the CU by Adrian Prantl · 8 years ago
  53. 6e07bfd [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  54. bd6d291 Assert that the offset of a DBG_VALUE is always 0. (NFC) by Adrian Prantl · 8 years ago
  55. 5577363 Remove the unused Offset field from MachineLocation (NFC) by Adrian Prantl · 8 years ago
  56. 2049c0d Remove unreachable code. (NFC) by Adrian Prantl · 8 years ago
  57. c2be863 DebugInfo: Update flag description that'd been copypasted from another by David Blaikie · 8 years ago
  58. 038e28a DebugInfo: Put range base specifier entry functionality behind a flag by David Blaikie · 8 years ago
  59. 4dd6637 DebugInfo: Fix r309526, ensure resetting base address selection entries are used by David Blaikie · 8 years ago
  60. 89c81a0 DebugInfo: Use base address selection entries in debug_ranges to reduce relocations by David Blaikie · 8 years ago
  61. 89daf77 DebugInfo: Consider a CU containing only local imported entities to be 'empty' by David Blaikie · 8 years ago
  62. 960e766 remove redundant check by Adrian Prantl · 8 years ago
  63. 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
  64. 833ad37 Do a better job at emitting prefrabricated skeleton CUs. by Adrian Prantl · 8 years ago
  65. be66271 Debug Info: Support fragmented variables in the MMI side table by Adrian Prantl · 8 years ago
  66. b6d5faf Revert "Debug Info: Support fragmented variables in the MMI side table" by Adrian Prantl · 8 years ago
  67. 3d1ab0c Debug Info: Support fragmented variables in the MMI side table by Adrian Prantl · 8 years ago
  68. 65e7ca9 Debug Info: Don't strip clang module skeleton CUs. by Adrian Prantl · 8 years ago
  69. 25422dc Fix a crash in DwarfDebug::validThroughout. by Adrian Prantl · 8 years ago
  70. 274bcbc Improve the accuracy of variable ranges .debug_loc location lists. by Adrian Prantl · 8 years ago
  71. ffc498d Align definition of DW_OP_plus with DWARF spec [3/3] by Florian Hahn · 8 years ago
  72. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  73. 96ab48f DebugInfo: Include .dwo file name when hashing multiple CUs in a single file by Mehdi Amini · 8 years ago
  74. 4181205 DebugInfo: Omit an empty CU when a subprogram was moved into its use by Mehdi Amini · 8 years ago
  75. e161ced Revert "DebugInfo: Omit an empty CU when a subprogram was moved into its use" by Mehdi Amini · 8 years ago
  76. d8056bb Revert "DebugInfo: Include .dwo file name when hashing multiple CUs in a single file" by Mehdi Amini · 8 years ago
  77. ce0c205 DebugInfo: Include .dwo file name when hashing multiple CUs in a single file by David Blaikie · 8 years ago
  78. f2f898a DebugInfo: Omit an empty CU when a subprogram was moved into its use by David Blaikie · 8 years ago
  79. 07963bd DebugInfo: Do not emit empty CUs by David Blaikie · 8 years ago
  80. 7f2b717 DebugInfo: Don't include locations for debug-having code inlined into nodebug functions by David Blaikie · 8 years ago
  81. 2c78f18 DebugInfo: Simplify scopes+subprogram handling since the subprogram<>cu link inversion by David Blaikie · 8 years ago
  82. b3cee2f DebugInfo: Produce debug_{gnu_}pub{names,types} entries when explicitly requested, even in -gmlt or when empty by David Blaikie · 8 years ago
  83. fb31da1 Don't generate line&scope debug info for meta-instructions. by Adrian Prantl · 8 years ago
  84. 334a130 Revert "Don't generate line&scope debug info for meta-instructions." by Adrian Prantl · 8 years ago
  85. 4c047f8 Don't generate line&scope debug info for meta-instructions. by Adrian Prantl · 8 years ago
  86. 488393f DWARF: Avoid cross-CU references under Fission by David Blaikie · 8 years ago
  87. 96b1ed5 Move Split DWARF handling to an MC option/command line argument rather than using metadata by David Blaikie · 9 years ago
  88. c12cee3 Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations by Adrian Prantl · 9 years ago
  89. 295c952 Revert "Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations" by Adrian Prantl · 9 years ago
  90. 78ff122 Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations by Adrian Prantl · 9 years ago
  91. 6825fb6 PR32382: Fix emitting complex DWARF expressions. by Adrian Prantl · 9 years ago
  92. dc77b2e Distinguish between code pointer size and DataLayout::getPointerSize() in DWARF info generation by Konstantin Zhuravlyov · 9 years ago
  93. 9ea300f If the DIUnit has flags passed on it then have DW_AT_producer be a combination of DICompileUnit::Producer and Flags. by Eric Christopher · 9 years ago
  94. 5503077 Fix PR32298 by adding an early exit to getFrameIndexExprs(). by Adrian Prantl · 9 years ago
  95. 82a0c97 Add a function to MD5 a file's contents. by Zachary Turner · 9 years ago
  96. 956484b Replace uses of DwarfExpression::addMachineReg* with addMachineRegExpression by Adrian Prantl · 9 years ago
  97. a63b8e8 Rename methods in DwarfExpression to adhere to the LLVM coding guidelines. NFC. by Adrian Prantl · 9 years ago
  98. 19aadf5 Revert "Debug Info: Add basic support for external types references." by Adrian Prantl · 9 years ago
  99. 67c2442 Debug Info: Sort frame index expressions before emitting them. by Adrian Prantl · 9 years ago
  100. b2fbb4b Refactor DebugHandlerBase a bit to common non-debug-having-function filtering by David Blaikie · 9 years ago