1. 732afdd Turn cl::values() (for enum) from a vararg function to using C++ variadic template by Mehdi Amini · 9 years ago
  2. 6e0c844 Invoke add-discriminator at -g0 -fsample-profile by Dehao Chen · 9 years ago
  3. 364dbe0 Stop calling getTargetTriple off of the AsmPrinter and constructing a by Eric Christopher · 9 years ago
  4. d4135bb DebugInfo: New metadata representation for global variables. by Peter Collingbourne · 9 years ago
  5. 381fc0e Make some LLVM_CONSTEXPR variables const. NFC. by George Burgess IV · 9 years ago
  6. a01f295 DebugInfo: Add flag to CU to disable emission of inline debug info into the skeleton CU by David Blaikie · 9 years ago
  7. 0a16c22 Use range algorithms instead of unpacking begin/end by David Majnemer · 9 years ago
  8. b7d3311 Move helpers into anonymous namespaces. NFC. by Benjamin Kramer · 9 years ago
  9. 4ca41fd Run clang-tidy's performance-unnecessary-copy-initialization over LLVM. by Benjamin Kramer · 9 years ago
  10. b326986 DwarfDebug: Simplify. NFC. by Peter Collingbourne · 9 years ago
  11. faef320 [MC] Rename EmitFill to emitFill by Petr Hosek · 9 years ago
  12. c53e18d DWARF: Omit DW_AT_APPLE attributes (except ObjC ones) when not targeting LLDB by David Blaikie · 9 years ago
  13. 5973bc8 CodeGen: Move the call to DwarfDebug::beginModule() out of the constructor. by Peter Collingbourne · 9 years ago
  14. 96c9ae6 CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression. by Peter Collingbourne · 9 years ago
  15. 78d947b Fix pr27728. by Rafael Espindola · 9 years ago
  16. 0a78f8c clang-format. NFC. by Rafael Espindola · 9 years ago
  17. 6323ddf Debug Info: Introduce a DwarfDebug::UseDWARF2Bitfields flag by Adrian Prantl · 9 years ago
  18. 723ccd2 Debug Info: Prevent DW_AT_abstract_origin from being emitted twice by Adrian Prantl · 9 years ago
  19. 72da939 Reverting 268054 & 268063 as they caused PR27579. by Amjad Aboud · 10 years ago
  20. 293ee8b Recommitted r264280 "Supporting all entities declared in lexical scope in LLVM debug info." by Amjad Aboud · 10 years ago
  21. a59d3e5 DebugInfo: Remove MDString-based type references by Duncan P. N. Exon Smith · 10 years ago
  22. 43d1e45 [DWARF] Force a linkage_name on an inlined subprogram's abstract origin. by Paul Robinson · 10 years ago
  23. 75819ae [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. by Adrian Prantl · 10 years ago
  24. 3891e9e Drop debug info for DISubprograms that are not referenced by anything by Adrian Prantl · 10 years ago
  25. 5992a72 Support the Nodebug emission kind for DICompileUnits. by Adrian Prantl · 10 years ago
  26. 3e9c887 DwarfDebug: Support floating point constants in location lists. by Adrian Prantl · 10 years ago
  27. b939a25 Move the DebugEmissionKind enum from DIBuilder into DICompileUnit. by Adrian Prantl · 10 years ago
  28. 01bc66a Revert "Recommitted r263424 "Supporting all entities declared in lexical scope in LLVM debug info." After fixing PR26942 (the fix is included in this commit)." by Reid Kleckner · 10 years ago
  29. 0b214e4 [debuginfo] Include dwo_name in the split unit to improve dwp diagnostics by David Blaikie · 10 years ago
  30. 6ff7e10 Recommitted r263424 "Supporting all entities declared in lexical scope in LLVM debug info." by Amjad Aboud · 10 years ago
  31. 1082fa6 Revert "Recommitted r261633 "Supporting all entities declared in lexical scope in LLVM debug info." After fixing PR26715 at r263379." by Benjamin Kramer · 10 years ago
  32. ab0378b Recommitted r261633 "Supporting all entities declared in lexical scope in LLVM debug info." by Amjad Aboud · 10 years ago
  33. dba58fb Improve the debug output of DwarfDebug::buildLocationList(). by Adrian Prantl · 10 years ago
  34. fb2add2 Fix PR26585 by improving the promotion of DBG_VALUEs to DW_AT_locations. by Adrian Prantl · 10 years ago
  35. 693e8de fix typo in comment by Adrian Prantl · 10 years ago
  36. d3661cd Revert r261633 "Supporting all entities declared in lexical scope in LLVM debug info." by Hans Wennborg · 10 years ago
  37. fc8f296 Supporting all entities declared in lexical scope in LLVM debug info. by Amjad Aboud · 10 years ago
  38. 7c384cc DwarfDebug: emit type units immediately. by Peter Collingbourne · 10 years ago
  39. f9c275f [codeview] Describe int local variables using .cv_def_range by Reid Kleckner · 10 years ago
  40. 6c1e47a [DWARFDebug] Fix another case of overlapping ranges by Keno Fischer · 10 years ago
  41. ecefe5a Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes. by Eugene Zelenko · 10 years ago
  42. 8bbce8a Improved macro emission in dwarf. by Amjad Aboud · 10 years ago
  43. c077841 Fixed few comments. by Amjad Aboud · 10 years ago
  44. bc0cb11 [DwarfDebug] Don't merge DebugLocEntries if their pieces overlap by Keno Fischer · 10 years ago
  45. f8eb6a1 [DwarfDebug] Move MergeValues to .cpp, NFC by Keno Fischer · 10 years ago
  46. 2c36421 Turn off lldb debug tuning by default for FreeBSD by Dimitry Andric · 10 years ago
  47. d7cfb48 Added support for macro emission in dwarf (supporting DWARF version 4). by Amjad Aboud · 10 years ago
  48. 6c27a2c Set debugger tuning from TargetOptions (NFC) by Paul Robinson · 10 years ago
  49. d4bff30 DI: Reverse direction of subprogram -> function edge. by Peter Collingbourne · 10 years ago
  50. 298639a Move imported entities into DwarfCompilationUnit to speed up LTO linking. by Ivan Krasin · 10 years ago
  51. 7fa42c8 [AsmPrinter] Prune dead code. NFC. by Benjamin Kramer · 10 years ago
  52. 2b3c16c Do not assert on first non-prologue instruction being a CFI directive. by Michael Kuperstein · 10 years ago
  53. 77fefeb Debug Info: Emit the dwo_name only in skeleton CUs, not in DWOs. by Adrian Prantl · 10 years ago
  54. deef90d DwarfDebug: Emit dwo_id+dwo_name for DICompileUnits that provide a dwoId. by Adrian Prantl · 10 years ago
  55. 78046b4 Make DW_AT_[MIPS_]linkage_name optional, and off by default for SCE. by Paul Robinson · 10 years ago
  56. a5ab844 [MC/Dwarf] Allow to specify custom parameters for linetable emission. by Frederic Riss · 10 years ago
  57. 12d2c12 If the "CodeView" module flag is set, emit codeview instead of DWARF by Reid Kleckner · 10 years ago
  58. ed013cd DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable by Duncan P. N. Exon Smith · 10 years ago
  59. 099ea1c DI: Strengthen block-byref cast to DIDerivedType, NFC by Duncan P. N. Exon Smith · 10 years ago
  60. 6ac940d DI: Only DICompositeType has getElements(), NFC by Duncan P. N. Exon Smith · 10 years ago
  61. b9de106 Add a "debugger tuning" concept that allows us to fine-tune how we by Paul Robinson · 10 years ago
  62. ee5feaf Debug Info: Add basic support for external types references. by Adrian Prantl · 10 years ago
  63. d51dea6 Revert "[DWARF] Fix debug info generation for function static variables, typedefs, and records" by David Blaikie · 10 years ago
  64. 01e8185 [DWARF] Fix debug info generation for function static variables, typedefs, and records by Michael Kuperstein · 10 years ago
  65. 3a73d9e AsmPrinter: Don't emit empty .debug_loc entries by Duncan P. N. Exon Smith · 10 years ago
  66. e6cc531 AsmPrinter: Rewrite initialization of DbgVariable, NFC by Duncan P. N. Exon Smith · 10 years ago
  67. 857546e Rename and improve emitSectionOffset. by Rafael Espindola · 10 years ago
  68. 0ebe35b Revert "[DWARF] Fix a few corner cases in expression emission" by David Blaikie · 10 years ago
  69. e34147c [DWARF] Fix a few corner cases in expression emission by Keno Fischer · 10 years ago
  70. e7e1d0c Reapply "AsmPrinter: Change DIEValue to be stored by value" by Duncan P. N. Exon Smith · 10 years ago
  71. 583bc03 Revert "AsmPrinter: Change DIEValue to be stored by value" by Duncan P. N. Exon Smith · 10 years ago
  72. 7735b48 AsmPrinter: Change DIEValue to be stored by value by Duncan P. N. Exon Smith · 10 years ago
  73. 6f8c1b6 Use "auto &" in range-based for-loop and remove the extra braces. by Adrian Prantl · 10 years ago
  74. 7570731 Fix a use-after-free in a DEBUG output. by Adrian Prantl · 10 years ago
  75. f459994 AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable, NFC by Duncan P. N. Exon Smith · 10 years ago
  76. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  77. a05c082 Don't generate comments in the DebugLocStream unless required. NFC. by Pete Cooper · 10 years ago
  78. 477300d Revert "Add bool to DebugLocDwarfExpression to control emitting comments." by Pete Cooper · 10 years ago
  79. 3552200 Add bool to DebugLocDwarfExpression to control emitting comments. by Pete Cooper · 10 years ago
  80. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  81. 653c109 DwarfDebug: Emit number of bytes in .debug_loc entry directly by Duncan P. N. Exon Smith · 10 years ago
  82. 72d03ef DebugInfo: Use low_pc relative debug_ranges under fission when the CU has a low_pc by David Blaikie · 11 years ago
  83. a9308c4 IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 11 years ago
  84. 9ff69c8 [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. by Lang Hames · 11 years ago
  85. 60635e3 DebugInfo: Drop rest of DIDescriptor subclasses by Duncan P. N. Exon Smith · 11 years ago
  86. 2fbe135 DebugInfo: Delete subclasses of DIScope by Duncan P. N. Exon Smith · 11 years ago
  87. c624688 DebugInfo: Delete old subclasses of DIType by Duncan P. N. Exon Smith · 11 years ago
  88. 698df36 DwarfUnit: Split MDSubroutineType version of constructTypeDIE() by Duncan P. N. Exon Smith · 11 years ago
  89. 9928a90 DebugInfo: Remove DIType by Duncan P. N. Exon Smith · 11 years ago
  90. 848af38 DebugInfo: Remove typedefs for DITypeRef, etc. by Duncan P. N. Exon Smith · 11 years ago
  91. 364a300 AsmPrinter: Create a unified .debug_loc stream by Duncan P. N. Exon Smith · 11 years ago
  92. c0f7dd7 AsmPrinter: Store MDExpression directly instead of MDNode, NFC by Duncan P. N. Exon Smith · 11 years ago
  93. 546c8be AsmPrinter: Stop storing MDLocalVariable in DebugLocEntry by Duncan P. N. Exon Smith · 11 years ago
  94. fba25d6 AsmPrinter: Calculate type upfront for location lists, NFC by Duncan P. N. Exon Smith · 11 years ago
  95. 78a9527 AsmPrinter: Simplify logic for debug info intrinsics' !dbg attachments by Duncan P. N. Exon Smith · 11 years ago
  96. b0b0e49 DebugInfo: DIRef<> => TypedDebugNodeRef<> by Duncan P. N. Exon Smith · 11 years ago
  97. b273d06 DebugInfo: Gut DIScope, DIEnumerator and DISubrange by Duncan P. N. Exon Smith · 11 years ago
  98. b105564 DebugInfo: Gut DIType and subclasses by Duncan P. N. Exon Smith · 11 years ago
  99. 35ef22c DebugInfo: Gut DICompileUnit and DIFile by Duncan P. N. Exon Smith · 11 years ago
  100. 768d96c DebugInfo: factor out dead variable in NDEBUG from r235050 by Duncan P. N. Exon Smith · 11 years ago