1. 104dcb3 DebugInfo: Split DWARF + gmlt + no-split-dwarf-inlining shouldn't emit anything to the .dwo file by David Blaikie · 7 years ago
  2. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  3. c4e08fe Recommit r348806: DebugInfo: Use symbol difference for CU length to simplify assembly reading/editing by David Blaikie · 7 years ago
  4. 560ff35 DebugInfo: Avoid using split DWARF when the split unit would be empty. by David Blaikie · 7 years ago
  5. e833cd4 Revert "debuginfo: Use symbol difference for CU length to simplify assembly reading/editing" by Jordan Rupprecht · 7 years ago
  6. dbe67c4 debuginfo: Use symbol difference for CU length to simplify assembly reading/editing by David Blaikie · 7 years ago
  7. c8f7e6c NFC: DebugInfo: Track the origin CU rather than just the base address for range lists by David Blaikie · 7 years ago
  8. c4af8bf DebugInfo: Use address pool forms in debug_rnglists by David Blaikie · 7 years ago
  9. a6e3a82 Revert BTF commit series. by Eli Friedman · 7 years ago
  10. 6c2327a [BPF] Add BTF generation for BPF target by Yonghong Song · 7 years ago
  11. 2532ac8 [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems) by Hsiangkai Wang · 7 years ago
  12. f446282 Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)" by Bruno Cardoso Lopes · 7 years ago
  13. ccae278 [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems) by Hsiangkai Wang · 7 years ago
  14. d4dd721 [DEBUGINFO] Disable emission of the dwarf sections, but allow directives. by Alexey Bataev · 7 years ago
  15. 48ed9ac Revert "[DebugInfo] Generate DWARF debug information for labels." by Vlad Tsyrklevich · 7 years ago
  16. cbc58ad [DebugInfo] Generate DWARF debug information for labels. by Hsiangkai Wang · 7 years ago
  17. f78650a Remove trailing space by Fangrui Song · 7 years ago
  18. 7bfa5d6 dwarfgen: Add support for generating the debug_str_offsets section, take 3 by Pavel Labath · 7 years ago
  19. da3c4fb Revert "dwarfgen: Add support for generating the debug_str_offsets section, take 2" by Pavel Labath · 7 years ago
  20. 78ab659 dwarfgen: Add support for generating the debug_str_offsets section, take 2 by Pavel Labath · 7 years ago
  21. b4e17c2 Revert "dwarfgen: Add support for generating the debug_str_offsets section" by Pavel Labath · 7 years ago
  22. 7a59e3b dwarfgen: Add support for generating the debug_str_offsets section by Pavel Labath · 7 years ago
  23. f5938bf Revert "[DebugInfo] Generate DWARF debug information for labels." by Shiva Chen · 7 years ago
  24. d6b2cdf [DebugInfo] Generate DWARF debug information for labels. by Shiva Chen · 7 years ago
  25. f2b6915e [DWARF] Fixing a bug in DWARF v5 string offsets tables where the length encoded the contribution by Wolfgang Pieb · 7 years ago
  26. 4b4d85f Style update. NFC. by Rafael Espindola · 8 years ago
  27. c929f7a Fix a crash when emitting DIEs for variable-length arrays by Adrian Prantl · 8 years ago
  28. 456b555 [DWARF] Generate DWARF v5 string offsets tables along with strx* index forms. by Wolfgang Pieb · 8 years ago
  29. 6e07bfd [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  30. 3462a42 Make a DWARF generator so we can unit test DWARF APIs with gtest. by Greg Clayton · 9 years ago
  31. 35630c3 This change removes the dependency on DwarfDebug that was used for DW_FORM_ref_addr by making a new DIEUnit class in DIE.cpp. by Greg Clayton · 9 years ago
  32. 7c384cc DwarfDebug: emit type units immediately. by Peter Collingbourne · 10 years ago
  33. 827200c AsmPrinter: Use an intrusively linked list for DIE::Children by Duncan P. N. Exon Smith · 10 years ago
  34. 9dbb501 AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC by Duncan P. N. Exon Smith · 10 years ago
  35. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  36. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  37. 8d3197f AsmPrinter: Stop exposing underlying DIE children list, NFC by Duncan P. N. Exon Smith · 10 years ago
  38. 5188a2a [AsmPrinter] Destroy allocated DIEAbbrevs on teardown. by Benjamin Kramer · 10 years ago
  39. a68b880 AsmPrinter: Avoid a warning in NDEBUG, NFC by Duncan P. N. Exon Smith · 10 years ago
  40. 88a8fc5 AsmPrinter: Stop exposing underlying DIEValue list, NFC by Duncan P. N. Exon Smith · 10 years ago
  41. 815a6eb5 AsmPrinter: Store abbreviation data directly in DIE and DIEValue by Duncan P. N. Exon Smith · 10 years ago
  42. e7e1d0c Reapply "AsmPrinter: Change DIEValue to be stored by value" by Duncan P. N. Exon Smith · 10 years ago
  43. 583bc03 Revert "AsmPrinter: Change DIEValue to be stored by value" by Duncan P. N. Exon Smith · 10 years ago
  44. 7735b48 AsmPrinter: Change DIEValue to be stored by value by Duncan P. N. Exon Smith · 10 years ago
  45. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  46. a9308c4 IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 11 years ago
  47. 9ff69c8 [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. by Lang Hames · 11 years ago
  48. 60635e3 DebugInfo: Drop rest of DIDescriptor subclasses by Duncan P. N. Exon Smith · 11 years ago
  49. 7348dda DebugInfo: Gut DIVariable and DIGlobalVariable by Duncan P. N. Exon Smith · 11 years ago
  50. 063d725 Store an optional section start label in MCSection. by Rafael Espindola · 11 years ago
  51. 9412d63 Move emitDIE and emitAbbrevs to AsmPrinter. NFC. by Frederic Riss · 11 years ago
  52. ca7e470 Debug Info: Support variables that are described by more than one MMI by Adrian Prantl · 11 years ago
  53. e7d4734 Revert "PR21408: Workaround the appearance of duplicate variables due to problems when inlining two calls to the same function from the same call site." by David Blaikie · 11 years ago
  54. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  55. ae57e66 Sink dwarf unit length emission down into DwarfUnit::emitHeader by David Blaikie · 11 years ago
  56. 983bfea Remove DwarfUnit::LabelEnd in favor of computing the length of the section directly by David Blaikie · 11 years ago
  57. fb2efde Correct assert text from r220923 by David Blaikie · 11 years ago
  58. 76fd43c PR21408: Workaround the appearance of duplicate variables due to problems when inlining two calls to the same function from the same call site. by David Blaikie · 11 years ago
  59. 80e5b1e DebugInfo: Sink DwarfDebug::ScopeVariables down into DwarfFile by David Blaikie · 11 years ago
  60. f4c504e DebugInfo: Remove DwarfDebug::addScopeVariable now that it's just a trivial wrapper by David Blaikie · 11 years ago
  61. 1dd573d DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argument ordering of other arguments (abstract arguments) in the same way and already have code for that too. by David Blaikie · 11 years ago
  62. 3b5c840 DebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable into DwarfFile. by David Blaikie · 11 years ago
  63. bcfa8a5 Remove explicit (void) use of DwarfFile::DD that was accidentally left in r220452. by David Blaikie · 11 years ago
  64. f299947 [DebugInfo] Sink DwarfDebug::addCurrentFnArgument down into DwarfFile. by David Blaikie · 11 years ago
  65. 2b22b1e [DebugInfo] Add DwarfDebug& to DwarfFile. by David Blaikie · 11 years ago
  66. 6741bb0 Remove the unused string section symbol parameter from DwarfFile::emitStrings by David Blaikie · 11 years ago
  67. daefdbf Encapsulate the DWARF string pool in a separate type. by David Blaikie · 12 years ago
  68. adcde36 Return DIE by reference instead of pointer from DwarfUnit::getUnitDie by David Blaikie · 12 years ago
  69. e226b08 Separate out the DWARF address pool into its own type/files. by David Blaikie · 12 years ago
  70. 05e736f clang-format r207010 by David Blaikie · 12 years ago
  71. 85f80d7 Split out DwarfFile from DwarfDebug into its own .h/.cpp files. by David Blaikie · 12 years ago