1. 2eebdab [llvm-symbolizer] Add -C as a short alias to -demangle by Dmitry Venikov · 7 years ago
  2. e9414c2 llvm-objdump -m -D should disassemble all text segments by Michael Trent · 7 years ago
  3. 08223c3 Replace "no-frame-pointer-*" function attributes with "frame-pointer" by Francis Visoiu Mistrih · 7 years ago
  4. 7fd3419 [llvm-symbolizer] Add -addresses, -a as aliases for -print-address by Dmitry Venikov · 7 years ago
  5. a16ce91 [llvm-symbolizer] Add -exe, -e as aliases to -obj by Dmitry Venikov · 7 years ago
  6. 2b64d3c [llvm-symbolizer] Add -p as alias to -pretty-print by Dmitry Venikov · 7 years ago
  7. c445cab [llvm-profdata] add value-cutoff functionality in show command by Rong Xu · 7 years ago
  8. 5f281ed [PGO] Revert r350579 to fix commit message. by Rong Xu · 7 years ago
  9. bf02309 [PGO] Use SourceFileName rather module name in PGOFuncName by Rong Xu · 7 years ago
  10. e1af89a [FileCheck] Annotate input dump (1/7) by Joel E. Denny · 7 years ago
  11. 848dcbd [llvm-mca][View] Improved Retire Control Unit Statistics. by Andrea Di Biagio · 7 years ago
  12. 9bfa082 [FileCheck] fixing docs buildbot - use proper code-block type by Fedor Sergeev · 7 years ago
  13. 7230fe4 [FileCheck] fixing small formatting error in docs by Fedor Sergeev · 7 years ago
  14. 162ad1b [FileCheck] introduce CHECK-COUNT-<num> repetition directive by Fedor Sergeev · 7 years ago
  15. fcdc267 [llvm-cov] Add lcov tracefile export format. by Max Moroz · 7 years ago
  16. e861874 [FileCheck] Parse command-line options from FILECHECK_OPTS by Joel E. Denny · 7 years ago
  17. f4fb61b [MCSched] Bind PFM Counters to the CPUs instead of the SchedModel. by Clement Courbet · 7 years ago
  18. 718a779 [SourceMgr][FileCheck] Obey -color by extending WithColor by Joel E. Denny · 7 years ago
  19. 3035373 Revert r344930 as it broke some of the bots on Windows. by Aaron Ballman · 7 years ago
  20. 1aa867a [SourceMgr][FileCheck] Obey -color by extending WithColor by Joel E. Denny · 7 years ago
  21. 0a1aef0 [llvm-exegesis] Allow measuring several instructions in a single run. by Clement Courbet · 7 years ago
  22. 8a1edcb The llvm-exegesis output file is a html file not a txt file. by Simon Pilgrim · 7 years ago
  23. ac26717 [llvm-exegesis] Fix doc in r342947. by Clement Courbet · 7 years ago
  24. 956d5f3 [llvm-exegesis] Allow benchmarking arbitrary code snippets. by Clement Courbet · 7 years ago
  25. 61be1ad Add flag to llvm-profdata to allow symbols in profile data to be remapped, and by Richard Smith · 7 years ago
  26. f0c09e5 [llvm-mca] Report the number of dispatched micro opcodes in the DispatchStatistics view. by Andrea Di Biagio · 7 years ago
  27. 4dfd5db [llvm-mca] Add fields "Total uOps" and "uOps Per Cycle" to the report generated by the SummaryView. by Andrea Di Biagio · 7 years ago
  28. 0f9e36f [llvm-mca] Improved report generated by the SchedulerStatistics view. by Andrea Di Biagio · 7 years ago
  29. d41a545 [llvm] Document "%T" as deprecated in CommandGuide/lit.rst by Kuba Mracek · 7 years ago
  30. 3d765ce [AArch64] Add Tiny Code Model for AArch64 by David Green · 7 years ago
  31. c1affcd Add a CommandGuide for llvm-objdump by Michael Trent · 7 years ago
  32. 7290db8 [docs] Fix an LLVM-syntax code block to actually be valid LLVM synatx. by Chandler Carruth · 7 years ago
  33. dfa0460 [llvm-mca][docs] Move the code marker text into its own subsection. NFC. by Matt Davis · 7 years ago
  34. d6b95e9 [llvm-mca] Speed up the computation of the wait/ready/issued sets in the Scheduler. by Andrea Di Biagio · 7 years ago
  35. 614e612 [llvm-mca][docs] Improve the CommandLine documentation. by Andrea Di Biagio · 7 years ago
  36. 8073c65 [llvm-mca][docs] Replace "temporary" with "physical registers". NFC. by Matt Davis · 7 years ago
  37. c122af5 [llvm-mca][docs] Improve the "How LLVM-MCA works" section. by Andrea Di Biagio · 7 years ago
  38. c49e383 [llvm-mca][docs] Always use `llvm-mca` in place of `MCA`. by Andrea Di Biagio · 7 years ago
  39. d08e6c7 [llvm-mca][docs] Add instruction flow documentation. NFC. by Matt Davis · 7 years ago
  40. e6aaf315 [llvm-mca][docs] Define IPC where it is first mentioned. NFC. by Matt Davis · 7 years ago
  41. bdf2ac0 [llvm-mca][docs] Add documentation for the statistic outputs from mca. NFC by Matt Davis · 7 years ago
  42. 4571da6 [FileCheck] Provide an option for FileCheck to dump original input to stderr on failure by George Karpenkov · 7 years ago
  43. e05bab2 [llvm-mca][docs] Add Timeline and How MCA works. by Matt Davis · 7 years ago
  44. 95e53c2 [llvm-mca][docs] Revert mca internals docs. by Matt Davis · 7 years ago
  45. 40b80a4 [llvm-mca][docs] Add notes about cycle and resource callbacks. NFC. by Matt Davis · 7 years ago
  46. 9dce11c [llvm-mca][docs] Initial description of mca internals. NFC by Matt Davis · 7 years ago
  47. 1c00edf [docs] Update usage directive for llvm-cov report -show-functions by Vedant Kumar · 7 years ago
  48. 9074a87 [FileCheck] Implement -v and -vv for tracing matches by Joel E. Denny · 7 years ago
  49. 0195c0b [FileCheck] Don't permit overlapping CHECK-DAG by Joel E. Denny · 7 years ago
  50. 0e8a665 Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG by Joel E. Denny · 7 years ago
  51. c642c1b [FileCheck] Don't permit overlapping CHECK-DAG by Joel E. Denny · 7 years ago
  52. 9cfd4e5 [TableGen] Add a general-purpose JSON backend. by Simon Tatham · 7 years ago
  53. 629c9d3 nm: Add -no-weak flag for hiding weak symbols by Dave Lee · 7 years ago
  54. 3e90a9b Fix doc title underlining. by James Henderson · 7 years ago
  55. 583ccd4 [FileCheck] Add CHECK-EMPTY directive for checking for blank lines by James Henderson · 7 years ago
  56. 5223dab [docs] Update doc after split of -gen-intrinsic in r335407 by Fangrui Song · 7 years ago
  57. 6cc4ab3 [docs] Fix indentation of llvm-exegesis command line arguments by Simon Pilgrim · 7 years ago
  58. 288479f [llvm-exegesis] Optionally ignore instructions without a sched class. by Clement Courbet · 7 years ago
  59. 1a0db44 [llvm-exegesis] Fix off-by-one in llvm-exegesis documentation. by Clement Courbet · 7 years ago
  60. 1d95844 [lit] Report line number for failed RUN command by Joel E. Denny · 7 years ago
  61. 2263402 Revert r333584: [lit] Report line number for failed RUN command by Joel E. Denny · 7 years ago
  62. e7c7bc0 [lit] Report line number for failed RUN command by Joel E. Denny · 7 years ago
  63. 7273b3f [llvm-exegesis] Show sched class details in analysis. by Clement Courbet · 7 years ago
  64. 1e7d8b3 [llvm-exegesis] Update doc to mention that the output is in html. by Clement Courbet · 7 years ago
  65. 2652053 [llvm-exegesis] Improve documentation. by Clement Courbet · 7 years ago
  66. 49f3003 Fix typo in declaring code-block snippet by Simon Pilgrim · 7 years ago
  67. a1fecd5 [llvm-mca] Add an example showing how to get Intel assembly syntax by Andrea Di Biagio · 7 years ago
  68. acf3f6e [llvm-mca] add flag -all-views and flag -all-stats. by Andrea Di Biagio · 7 years ago
  69. 0818e78 Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  70. 8bd0ee7 Revert r330755 "[lit] Report line number for failed RUN command" by Reid Kleckner · 7 years ago
  71. e508042 [llvm-mca] Default to the native host cpu if flag -mcpu is not specified. by Andrea Di Biagio · 7 years ago
  72. c2a684a [lit] Report line number for failed RUN command by Joel E. Denny · 7 years ago
  73. 97ee2ba [llvm-mca][CommandGuide] Fix typo in example. by Andrea Di Biagio · 7 years ago
  74. 900cf75 [llvm-mca] Renamed BackendStatistics to RetireControlUnitStatistics. by Andrea Di Biagio · 7 years ago
  75. 2d438c0 [llvm-mca] Move the logic that prints scheduler statistics from BackendStatistics to its own view. by Andrea Di Biagio · 7 years ago
  76. 30c344c [llvm-mca] reorder text by Sanjay Patel · 7 years ago
  77. 6592e3d [llvm-mca] fix formatting by Sanjay Patel · 7 years ago
  78. 272dbbe [llvm-mca] add example workflow for source code by Sanjay Patel · 7 years ago
  79. 955aba4 [llvm-mca] Move the logic that prints dispatch unit statistics from BackendStatistics to its own view. by Andrea Di Biagio · 7 years ago
  80. 259800c [llvm-mca] Increase the default number of iterations to 100. by Andrea Di Biagio · 7 years ago
  81. aae4cd3 [llvm-mca] Add the ability to mark regions of code for analysis (PR36875) by Andrea Di Biagio · 7 years ago
  82. 06fa683 [llvm-cov] Implement -ignore-filename-regex= option for excluding source files. by Max Moroz · 7 years ago
  83. 14cfc65 [documentation][llvm-mca] Update the documentation. by Andrea Di Biagio · 7 years ago
  84. 370e64a [llvm-mca] Remove flag -max-retire-per-cycle, and update the docs. by Andrea Di Biagio · 7 years ago
  85. fd68be2 Re-land r329156 "Add llvm-exegesis tool." by Clement Courbet · 7 years ago
  86. fb12c07 Revert r329156 "Add llvm-exegesis tool." by Clement Courbet · 7 years ago
  87. 780c045 Add llvm-exegesis tool. by Clement Courbet · 7 years ago
  88. 6ea791d [llvm-mca] Move the logic that prints register file statistics to its own view. NFCI by Andrea Di Biagio · 7 years ago
  89. 67eb8fd [dsymutil] Upstream emitting of papertrail warnings. by Jonas Devlieghere · 7 years ago
  90. fafdf4a [llvm-mca] Add a flag -instruction-info to enable/disable the instruction info view. by Andrea Di Biagio · 7 years ago
  91. 33dfb9d [llvm-mca] Update the commandline docs after r328305. by Andrea Di Biagio · 7 years ago
  92. 181ce9f [llvm-mca] Add flag -instruction-tables to print the theoretical resource pressure distribution for instructions (PR36874) by Andrea Di Biagio · 7 years ago
  93. 017ddc2 Add llvm-mca.rst to the table of contents in docs/CommandGuide. by Andrea Di Biagio · 8 years ago
  94. 29b29cc [llvm-mca] LLVM Machine Code Analyzer. by Andrea Di Biagio · 8 years ago
  95. e5edcce [dsymutil] Embed toolchain in dSYM bundle by Jonas Devlieghere · 8 years ago
  96. 6169346 Re-land [dsymutil] Upstream update feature by Jonas Devlieghere · 8 years ago
  97. 6bac809 Revert dsymutil -update commits by Jonas Devlieghere · 8 years ago
  98. 87dba15 [dsymutil] Upstream update feature. by Jonas Devlieghere · 8 years ago
  99. 2fa8e76 [dsymutil] Enable -minimize feature. by Jonas Devlieghere · 8 years ago
  100. a470b46 [MC] Fix -stack-size-section on ARM by Sean Eveson · 8 years ago