1. efd94c5 Use llvm::stable_sort by Fangrui Song · 7 years ago
  2. 783d84b [llvm] Prevent duplicate files in debug line header in dwarf 5: another attempt by Ali Tamur · 7 years ago
  3. 2122957 MCDwarfLineTableheader::tryGetFile : replace a loop with llvm::find by Fangrui Song · 7 years ago
  4. 06bfe35 Move a couple of optional references to just optional to make the by Eric Christopher · 7 years ago
  5. 492cad5 Remove a parameter that was being passed around that we had at the by Eric Christopher · 7 years ago
  6. ac59067 MCDwarf: use write_zeroes for MCDwarfLineAddr::FixedEncode by Fangrui Song · 7 years ago
  7. 798e83b NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer. by Eric Christopher · 7 years ago
  8. 02e9664 Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."" by Ali Tamur · 7 years ago
  9. 2f5cd03 [llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5." by Ali Tamur · 7 years ago
  10. fdce82a Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5." by Ali Tamur · 7 years ago
  11. 312ab05 [llvm] Prevent duplicate files in debug line header in dwarf 5. by Ali Tamur · 7 years ago
  12. fb26c32 [MC] Sort FDEs by the associated CIE before emitting them. by Eli Friedman · 7 years ago
  13. 1ca2576 [DWARF] Make -g with empty assembler source work better. by Paul Robinson · 7 years ago
  14. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  15. 41a9e53 [Dwarf/AArch64] Return address signing B key dwarf support by Luke Cheeseman · 7 years ago
  16. f57d7d8 [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
  17. 6db3a6a Revert r347490 as it breaks address sanitizer builds by Luke Cheeseman · 7 years ago
  18. d6dbd64 Revert r343341 by Luke Cheeseman · 7 years ago
  19. dbfa6e6 Fix .cfi_restore with register numbers > 64 by Alexander Richardson · 7 years ago
  20. 10981cc Revert r343317 by Luke Cheeseman · 7 years ago
  21. 21f2955b Reapply changes reverted by r343235 by Luke Cheeseman · 7 years ago
  22. 8e5676b Revert r343192 as an ubsan build is currently failing by Luke Cheeseman · 7 years ago
  23. f6844b3 Reapply changes reverted in r343114, lldb patch to follow shortly by Luke Cheeseman · 7 years ago
  24. 77aaa22 Revert r343112 as CallFrameString API change has broken lldb builds by Luke Cheeseman · 7 years ago
  25. 03ad881 [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
  26. 00b88bb Revert r343089 "[AArch64] - Return address signing dwarf support" by Hans Wennborg · 7 years ago
  27. f755e68 [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
  28. 64c901d [MC/Dwarf] Unclamp DWARF linetables format on Darwin. by Jonas Devlieghere · 7 years ago
  29. 49ff4d9 [DWARF] Unclamp line table version on Darwin for v5 and later. by Jonas Devlieghere · 7 years ago
  30. 5c63af0 [DebugInfo] Generate fixups as emitting DWARF .debug_line. by Hsiangkai Wang · 7 years ago
  31. f78650a Remove trailing space by Fangrui Song · 7 years ago
  32. 26ddf27 Use debug-prefix-map for AT_NAME by Jonas Devlieghere · 7 years ago
  33. c17c8bf Support -fdebug-prefix-map in llvm-mc. This is useful to omit the by Paul Robinson · 7 years ago
  34. 8e3e374 [DWARF] Don't keep a ref to possibly stack allocated data. by Paul Robinson · 7 years ago
  35. cc7344a [DWARFv5] Tolerate files not all having an MD5 checksum. by Paul Robinson · 7 years ago
  36. f69316c [DWARFv5] llvm-mc -dwarf-version does not imply -g. by Paul Robinson · 7 years ago
  37. e3f6529 Support: Simplify endian stream interface. NFCI. by Peter Collingbourne · 7 years ago
  38. b271f31 Reapply "[DWARFv5] Emit file 0 to the line table." by Paul Robinson · 8 years ago
  39. 202f809 Revert "Reapply "[DWARFv5] Emit file 0 to the line table."" by Alexander Potapenko · 8 years ago
  40. 07480bd Reapply "[DWARFv5] Emit file 0 to the line table." by Paul Robinson · 8 years ago
  41. 7cb26ad [DWARF] Suppress split line tables more carefully. by Paul Robinson · 8 years ago
  42. e12a48b Revert "Reapply "[DWARFv5] Emit file 0 to the line table."" by Alexander Kornienko · 8 years ago
  43. 4428e90 Reapply "[DWARFv5] Emit file 0 to the line table." by Paul Robinson · 8 years ago
  44. 732e443 Revert "[DWARFv5] Emit file 0 to the line table." Caused an asan failure. by Paul Robinson · 8 years ago
  45. d5069ba [DWARFv5] Emit file 0 to the line table. by Paul Robinson · 8 years ago
  46. 16c7bda [DebugInfo] Support DWARF v5 source code embedding extension by Scott Linder · 8 years ago
  47. 70def12 [DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler files by Paul Robinson · 8 years ago
  48. 1f90029 [DWARFv5] Emit .debug_line_str (in a non-DWO file). by Paul Robinson · 8 years ago
  49. 2bf8f49 Turn two static functions into methods, to simplify calling them. by Paul Robinson · 8 years ago
  50. 29f5f98 [DWARFv5] MC support for MD5 file checksums by Paul Robinson · 8 years ago
  51. a1cedd6 [MC] Allow .file directives to be out-of-order by Paul Robinson · 8 years ago
  52. 23b3f6d [MC/Dwarf] Use the older DWARF linetables format on Darwin. by Davide Italiano · 8 years ago
  53. 795ab0d [DWARFv5] Emit v5 line table header. by Paul Robinson · 8 years ago
  54. 68ba772 Re-submit r289925 (Update .debug_line section version to match DWARF version) by Paul Robinson · 8 years ago
  55. 3da7982 [MC] Handle unknown literal register numbers in .cfi_* directives by Jake Ehrlich · 8 years ago
  56. 29199f5 MC: simplify internal function call parameter by Saleem Abdulrasool · 8 years ago
  57. fc85067 MC: account for the return column in the CIE key by Saleem Abdulrasool · 8 years ago
  58. a219b3d MC: add support for cfi_return_column by Saleem Abdulrasool · 8 years ago
  59. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  60. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  61. dc77b2e Distinguish between code pointer size and DataLayout::getPointerSize() in DWARF info generation by Konstantin Zhuravlyov · 9 years ago
  62. dccb4fe [DWARFv5] llvm-mc support for new unit header. by Paul Robinson · 9 years ago
  63. d96089b [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  64. c4d695e Speculatively revert r289925, see PR31407 by Nico Weber · 9 years ago
  65. 25da8a9 Update .debug_line section version information to match DWARF version. by Ekaterina Romanova · 9 years ago
  66. b7f96d1 Reverting back r285355: "Update .debug_line section version information to match DWARF version", while I'm investigating a test failure. by Ekaterina Romanova · 9 years ago
  67. 0b82459 Update .debug_line section version information to match DWARF version. by Ekaterina Romanova · 9 years ago
  68. 445c952 Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to help by Eric Christopher · 9 years ago
  69. 6e0c844 Invoke add-discriminator at -g0 -fsample-profile by Dehao Chen · 9 years ago
  70. 7b4658f Apply clang-tidy's modernize-loop-convert to lib/MC. by Benjamin Kramer · 9 years ago
  71. 858239d Prune some includes from headers and sink some inline functions by Reid Kleckner · 9 years ago
  72. faef320 [MC] Rename EmitFill to emitFill by Petr Hosek · 9 years ago
  73. 1b54fce Read discriminators correctly from object file. by Dehao Chen · 10 years ago
  74. 18ce9d8 Update discriminator assignment algorithm in clang assembler. by Dehao Chen · 10 years ago
  75. d6cc53f Don't crash when compiling inline assembler containing .file directives. by Adrian Prantl · 10 years ago
  76. e5b78d8 [MCDwarf] Fix encoding of line tables with weird custom parameters by Frederic Riss · 10 years ago
  77. 8cc3078 Rename MCLineEntry to MCDwarfLineEntry by David Majnemer · 10 years ago
  78. e95fa42 Clang-format my previous change (r256313) by Paul Robinson · 10 years ago
  79. 2ae7180 Accept dwarf version 5 for CIE versions. by Eric Christopher · 10 years ago
  80. 22d0d31 Form reform for MCDwarf. by Paul Robinson · 10 years ago
  81. 5b2131c git clang-format and fix variable names. NFC. by Rafael Espindola · 10 years ago
  82. 97588e1 Pass SectionStart directly to the one function that uses it. by Rafael Espindola · 10 years ago
  83. 46be435 Simplify the alignment handling in FDE emission. by Rafael Espindola · 10 years ago
  84. 472954f Delete dead store. NFC. by Rafael Espindola · 10 years ago
  85. 3394642 Use a range loop. by Rafael Espindola · 10 years ago
  86. 6efa6fb Pass the streamer to the constructor instead of every other method. NFC. by Rafael Espindola · 10 years ago
  87. a1d960e Simplify the constructor. NFC. by Rafael Espindola · 10 years ago
  88. 68c2165 git-clang-format an area I am about to change. by Rafael Espindola · 10 years ago
  89. 626788c Small simplification by moving early continue earlier. by Rafael Espindola · 10 years ago
  90. f8e47e4 ARM: add support for WatchOS's compact unwind information. by Tim Northover · 10 years ago
  91. 259f150 [X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before calls by Michael Kuperstein · 10 years ago
  92. 083ca9b Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups. by Hans Wennborg · 10 years ago
  93. 0013be1 Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC by Craig Topper · 10 years ago
  94. d8ac7de Silence a sign mismatch warning; NFC. by Aaron Ballman · 10 years ago
  95. a5ab844 [MC/Dwarf] Allow to specify custom parameters for linetable emission. by Frederic Riss · 10 years ago
  96. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  97. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  98. 58675d4 [MC/Dwarf] Encode DW_CFA_advance_loc in target endianess. by Benjamin Kramer · 10 years ago
  99. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  100. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago