1. 6e07bfd [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  2. 3462a42 Make a DWARF generator so we can unit test DWARF APIs with gtest. by Greg Clayton · 9 years ago
  3. 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
  4. 7c384cc DwarfDebug: emit type units immediately. by Peter Collingbourne · 10 years ago
  5. 827200c AsmPrinter: Use an intrusively linked list for DIE::Children by Duncan P. N. Exon Smith · 10 years ago
  6. 9dbb501 AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC by Duncan P. N. Exon Smith · 10 years ago
  7. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  8. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  9. 8d3197f AsmPrinter: Stop exposing underlying DIE children list, NFC by Duncan P. N. Exon Smith · 10 years ago
  10. 5188a2a [AsmPrinter] Destroy allocated DIEAbbrevs on teardown. by Benjamin Kramer · 10 years ago
  11. a68b880 AsmPrinter: Avoid a warning in NDEBUG, NFC by Duncan P. N. Exon Smith · 10 years ago
  12. 88a8fc5 AsmPrinter: Stop exposing underlying DIEValue list, NFC by Duncan P. N. Exon Smith · 10 years ago
  13. 815a6eb5 AsmPrinter: Store abbreviation data directly in DIE and DIEValue by Duncan P. N. Exon Smith · 10 years ago
  14. e7e1d0c Reapply "AsmPrinter: Change DIEValue to be stored by value" by Duncan P. N. Exon Smith · 10 years ago
  15. 583bc03 Revert "AsmPrinter: Change DIEValue to be stored by value" by Duncan P. N. Exon Smith · 10 years ago
  16. 7735b48 AsmPrinter: Change DIEValue to be stored by value by Duncan P. N. Exon Smith · 10 years ago
  17. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  18. a9308c4 IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 11 years ago
  19. 9ff69c8 [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. by Lang Hames · 11 years ago
  20. 60635e3 DebugInfo: Drop rest of DIDescriptor subclasses by Duncan P. N. Exon Smith · 11 years ago
  21. 7348dda DebugInfo: Gut DIVariable and DIGlobalVariable by Duncan P. N. Exon Smith · 11 years ago
  22. 063d725 Store an optional section start label in MCSection. by Rafael Espindola · 11 years ago
  23. 9412d63 Move emitDIE and emitAbbrevs to AsmPrinter. NFC. by Frederic Riss · 11 years ago
  24. ca7e470 Debug Info: Support variables that are described by more than one MMI by Adrian Prantl · 11 years ago
  25. 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
  26. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  27. ae57e66 Sink dwarf unit length emission down into DwarfUnit::emitHeader by David Blaikie · 11 years ago
  28. 983bfea Remove DwarfUnit::LabelEnd in favor of computing the length of the section directly by David Blaikie · 11 years ago
  29. fb2efde Correct assert text from r220923 by David Blaikie · 11 years ago
  30. 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
  31. 80e5b1e DebugInfo: Sink DwarfDebug::ScopeVariables down into DwarfFile by David Blaikie · 11 years ago
  32. f4c504e DebugInfo: Remove DwarfDebug::addScopeVariable now that it's just a trivial wrapper by David Blaikie · 11 years ago
  33. 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
  34. 3b5c840 DebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable into DwarfFile. by David Blaikie · 11 years ago
  35. bcfa8a5 Remove explicit (void) use of DwarfFile::DD that was accidentally left in r220452. by David Blaikie · 11 years ago
  36. f299947 [DebugInfo] Sink DwarfDebug::addCurrentFnArgument down into DwarfFile. by David Blaikie · 11 years ago
  37. 2b22b1e [DebugInfo] Add DwarfDebug& to DwarfFile. by David Blaikie · 11 years ago
  38. 6741bb0 Remove the unused string section symbol parameter from DwarfFile::emitStrings by David Blaikie · 11 years ago
  39. daefdbf Encapsulate the DWARF string pool in a separate type. by David Blaikie · 12 years ago
  40. adcde36 Return DIE by reference instead of pointer from DwarfUnit::getUnitDie by David Blaikie · 12 years ago
  41. e226b08 Separate out the DWARF address pool into its own type/files. by David Blaikie · 12 years ago
  42. 05e736f clang-format r207010 by David Blaikie · 12 years ago
  43. 85f80d7 Split out DwarfFile from DwarfDebug into its own .h/.cpp files. by David Blaikie · 12 years ago