1. 8a42bf2 [lit] Move the recursiveExpansionLimit setting to TestingConfig by Louis Dionne · 5 years ago
  2. a26a441 [llvm-objdump][XCOFF] Use symbol index+symbol name + storage mapping class as label for -D by diggerlin · 5 years ago
  3. 948ef5b [llvm-objdump] Teach `llvm-objdump` dump dynamic symbols. by vgxbj · 5 years ago
  4. 5e508b9 [llvm-dwarfdump] Add the --show-sections-sizes option by Djordje Todorovic · 5 years ago
  5. de22d71 [llvm-exegesis] 'Min' repetition mode by Roman Lebedev · 5 years ago
  6. 11ccad6 [docs] Make llvm-addr2line documentation more explicit about which by Richard Smith · 5 years ago
  7. 21d9d08 New symbolizer option to print files relative to the compilation directory. by Sterling Augustine · 5 years ago
  8. faf415a [lit] Recursively expand substitutions by Louis Dionne · 5 years ago
  9. ed8ad6e Add an -object-path-prefix option to dsymutil by Adrian Prantl · 5 years ago
  10. 83346a4 [lit] NFC: Document missing result codes by Louis Dionne · 5 years ago
  11. 9860517 doc: use the right url to bugzilla by Sylvestre Ledru · 5 years ago
  12. 72fd103 Doc: Links should use https by Sylvestre Ledru · 5 years ago
  13. 9e48422 Revert "[llvm-objdump] Display locations of variables alongside disassembly" by Nico Weber · 5 years ago
  14. 3a5dded [llvm-objdump] Display locations of variables alongside disassembly by Oliver Stannard · 6 years ago
  15. 0d673be [llvm-objdump] Rename --disassemble-functions to --disassemble-symbols by Fangrui Song · 5 years ago
  16. 974bce3 [docs][llvm-objcopy][llvm-strip] Move --wildcard description earlier by James Henderson · 5 years ago
  17. 6b74745 [docs][llvm-symbolizer] Fix indentation of inline option examples by James Henderson · 5 years ago
  18. 190707f [docs][llvm-symbolizer] Fix --functions description by James Henderson · 5 years ago
  19. cc5549d [NFC][llvm-exegesis] Docs/help: opcode-index=-1 means measure everything by Roman Lebedev · 5 years ago
  20. 6d00734 Clarify how llvm-mca detects att vs intel syntax. by Justin Lebar · 6 years ago
  21. 89a6647 [llvm-exegesis] Document `repetition-mode`. by Clement Courbet · 5 years ago
  22. 578d2e2 [llvm-extract] Add -keep-const-init commandline option by Juneyoung Lee · 6 years ago
  23. c64b566 Print discriminators when printing .debug_line in GNU style. by Sterling Augustine · 6 years ago
  24. f69eba0 [llvm-objcopy][COFF] Add support for --set-section-flags by Sergey Dmitriev · 6 years ago
  25. 8e96697 FileCheck [9/12]: Add support for matching formats by Thomas Preud'homme · 6 years ago
  26. 0298a87 [doc][llvm-objcopy] Remove redundant COFF-specific sub-heading by James Henderson · 6 years ago
  27. f65d4aa [llvm] NFC: fix trivial typos in documents by Kazuaki Ishizaki · 6 years ago
  28. e446322 [llvm-objcopy][ELF] Allow setting SHF_EXCLUDE flag for ELF sections by Sergey Dmitriev · 6 years ago
  29. 3b8ef78 [llvm-locstats] Add the --compare option by Djordje Todorovic · 6 years ago
  30. ce8795e [llvm-locstats] Fix the docs by Djordje Todorovic · 6 years ago
  31. ada9646 [llvm-locstats] Add the --draw-plot option by Djordje Todorovic · 6 years ago
  32. a3ebc40 [llvm-locstats][NFC] Support OOP concept by Djordje Todorovic · 6 years ago
  33. dedad08 [llvm-symbolizer] Support reading options from environment by Petr Hosek · 6 years ago
  34. b6e90a1 llvm-cxxmap: fix support for remapping non-mangled names. by Richard Smith · 6 years ago
  35. 9e119ad [llvm-objcopy][MachO] Implement --add-section by Seiya Nuta · 6 years ago
  36. d5655c4 [llvm-dwarfdump][Statistics] Don't count coverage less than 1% as 0% by Kristina Bessonova · 6 years ago
  37. 1cc4b60 [llvm-dwarfdump][Statistics] Change the coverage buckets representation. NFC by Kristina Bessonova · 6 years ago
  38. cd2c409 [llvm-readobj] - Implement --dependent-libraries flag. by Georgii Rymar · 6 years ago
  39. 82f3c5d [lit] Document the undocumented pre-defined substitutions by Daniel Sanders · 6 years ago
  40. d72a8a4 [llvm-objcopy][MachO] Implement --dump-section by Seiya Nuta · 6 years ago
  41. bc11830 [llvm-objcopy][MachO] Implement --remove-section by Seiya Nuta · 6 years ago
  42. 7af6025 [llvm-objcopy][COFF] Implement --redefine-sym and --redefine-syms by Fangrui Song · 6 years ago
  43. 5ad0103 [llvm-objcopy][ELF] Implement --only-keep-debug by Fangrui Song · 6 years ago
  44. fb4a550 [llvm-objcopy] Preserve .ARM.attributes section when stripping files by James Henderson · 6 years ago
  45. 9bbf2a1 [llvm-objcopy][MachO] Implement --strip-all by Seiya Nuta · 6 years ago
  46. 8d24d72 Revert "[llvm-cov] Add option to whitelist filenames" by Vlad Tsyrklevich · 6 years ago
  47. bfed824 [llvm-cov] Add option to whitelist filenames by Vedant Kumar · 6 years ago
  48. c7557dd [Remarks] Remove references to ELF support by Francis Visoiu Mistrih · 6 years ago
  49. 7f19dd1 [llvm-objcopy][MachO] Implement --only-section by Seiya Nuta · 6 years ago
  50. fe263c4 [docs][llvm-ar] Update llvm-ar command guide by Owen Reynolds · 6 years ago
  51. edeebad [llvm-objcopy] Add support for shell wildcards by Jordan Rupprecht · 6 years ago
  52. 5095a67 [docs][llvm-ar] Fix option:: O after r375106 by Fangrui Song · 6 years ago
  53. a69cc92 [llvm-ar] Implement the O modifier: display member offsets inside the archive by Fangrui Song · 6 years ago
  54. 28a3b2a [llvm-ar] Make paths case insensitive when on windows by Owen Reynolds · 6 years ago
  55. 5b5b2fd [FileCheck] Implement --ignore-case option. by Kai Nacke · 6 years ago
  56. b858895 [lit] Bring back `--threads` option alias by Julian Lettner · 6 years ago
  57. a5e65c1 [MCA] Show aggregate over Average Wait times for the whole snippet (PR43219) by Roman Lebedev · 6 years ago
  58. d3aed7f Revert "[FileCheck] Implement --ignore-case option." by Dmitri Gribenko · 6 years ago
  59. dfd2b6f [FileCheck] Implement --ignore-case option. by Kai Nacke · 6 years ago
  60. 2cd0f28 [llvm-exegesis] Add options to SnippetGenerator. by Clement Courbet · 6 years ago
  61. 0c56f42 [llvm-locstats] Fix a typo in the documentation; NFC by Djordje Todorovic · 6 years ago
  62. 671fb34 [llvm-objcopy] Add --set-section-alignment by Fangrui Song · 6 years ago
  63. 2ef18fb Reland "[utils] Implement the llvm-locstats tool" by Djordje Todorovic · 6 years ago
  64. 372048e Revert "Reland "[utils] Implement the llvm-locstats tool"" by Djordje Todorovic · 6 years ago
  65. 6d7f7e6 Reland "[utils] Implement the llvm-locstats tool" by Djordje Todorovic · 6 years ago
  66. 2d92c88 [llvm-readobj/llvm-readelf] Delete --arm-attributes (alias for --arch-specific) by Fangrui Song · 6 years ago
  67. 8180f3b Revert "Reland "[utils] Implement the llvm-locstats tool"" by Djordje Todorovic · 6 years ago
  68. 0f30960 Reland "[utils] Implement the llvm-locstats tool" by Djordje Todorovic · 6 years ago
  69. 12e3099 [docs][llvm-strings] Clarify "printable character" wording by James Henderson · 6 years ago
  70. 4dd9b2f [docs][llvm-strip] Update llvm-strip doc to better match llvm-objcopy's by James Henderson · 6 years ago
  71. 1b10386 [docs][llvm-strip][llvm-objcopy] Improve wording and fix highlighting by James Henderson · 6 years ago
  72. eefbc35 [docs][llvm-size] Fix typo by James Henderson · 6 years ago
  73. ead96d7 Revert "Reland "[utils] Implement the llvm-locstats tool"" by Djordje Todorovic · 6 years ago
  74. 0e490ae Reland "[utils] Implement the llvm-locstats tool" by Djordje Todorovic · 6 years ago
  75. 778a5e5 [docs] Make --version text more correct by James Henderson · 6 years ago
  76. 75b6279 [docs][llvm-strings] Write llvm-strings documentation by James Henderson · 6 years ago
  77. e8ed932 [docs][llvm-size] Write llvm-size documentation by James Henderson · 6 years ago
  78. 2f519d7 [llvm-objcopy] Ignore -B --binary-architecture= by Fangrui Song · 6 years ago
  79. c45fd0c [llvm-objcopy] Add support for response files in llvm-strip and llvm-objcopy by Michael Pozulp · 6 years ago
  80. a2497b4 [docs][llvm-readelf][llvm-readobj] Improve --stack-sizes documentation by James Henderson · 6 years ago
  81. bb69208 Fix a few spellos in docs. by Nico Weber · 6 years ago
  82. 818e5c9 [docs][llvm-objcopy][llvm-strip] Improve --strip-unneeded description by James Henderson · 6 years ago
  83. f145456 [docs][llvm-strip] Remove unnecessary whitespace for consistency by James Henderson · 6 years ago
  84. b21cc62 Revert "[utils] Implement the llvm-locstats tool" by Djordje Todorovic · 6 years ago
  85. 5400897 [utils] Implement the llvm-locstats tool by Djordje Todorovic · 6 years ago
  86. 0fcfe89 [llvm-profdata] Add mode to recover from profile read failures by Vedant Kumar · 6 years ago
  87. a291b95 [FileCheck] Forbid using var defined on same line by Thomas Preud'homme · 6 years ago
  88. fa1fe93 [llvm-objcopy] Allow the visibility of symbols created by --binary and by Chris Jackson · 6 years ago
  89. c2ca965 Fix some regressions caused by r369553 on old versions of Debian and Ubuntu by Sylvestre Ledru · 6 years ago
  90. a28b8d7 [docs] Convert remaining command guide entries from md to rst. by Jordan Rupprecht · 6 years ago
  91. e5cdfbc [llvm-objcopy] Allow 'protected' visibility to be set when using add-symbol by Chris Jackson · 6 years ago
  92. 3de9813 [Docs][llvm-strip] Fix an indentation issue. by Michael Pozulp · 6 years ago
  93. 4fe911d [Docs][llvm-strip] Add help text to llvm-strip rst doc by Michael Pozulp · 6 years ago
  94. cbec9af [MCA] Add flag -show-encoding to llvm-mca. by Andrea Di Biagio · 6 years ago
  95. a87f856 [llvm-lipo] Update llvm-lipo docs for -info -thin -create -replace -segalign flags by Anusha Basana · 6 years ago
  96. c71c629 [llvm-readelf] Support dumping of stack sizes sections with readelf --stack-sizes by Wolfgang Pieb · 6 years ago
  97. 225655f [MCA][doc] Add a section for the 'Bottleneck Analysis'. by Andrea Di Biagio · 6 years ago
  98. 89683e9 [doc] Give a workaround for a FileCheck regex that ends in a brace. by Paul Robinson · 6 years ago
  99. 207e3af [MCA] Add support for printing immedate values as hex. Also enable lexing of masm binary and hex literals. by Andrea Di Biagio · 6 years ago
  100. cdeaac5 [llvm-objcopy] Add support for --add-section for COFF by Sergey Dmitriev · 6 years ago