1. 7876c0e [llvm-symbolizer] Add support for -i and -inlines as aliases for -inlining by Douglas Yung · 7 years ago
  2. 25ce596 [llvm-symbolizer] Improve compatibility of --functions with GNU addr2line by James Henderson · 7 years ago
  3. 352695c [FileCheck] Suppress old -v/-vv diags if dumping input by Joel E. Denny · 7 years ago
  4. 33c16a3 [llvm-symbolizer] Add support for --basenames/-s by James Henderson · 7 years ago
  5. 119cf66 [llvm-symbolizer] Add -no-demangle as alias for -demangle=false by Dmitry Venikov · 7 years ago
  6. e50d9cb [llvm-readobj][ELF]Add demangling support by James Henderson · 7 years ago
  7. d3f21d3 [llvm-symbolizer] Add -C as a short alias to -demangle by Dmitry Venikov · 7 years ago
  8. 7e66021 llvm-objdump -m -D should disassemble all text segments by Michael Trent · 7 years ago
  9. b7cef81 Replace "no-frame-pointer-*" function attributes with "frame-pointer" by Francis Visoiu Mistrih · 7 years ago
  10. 5c1768f [llvm-symbolizer] Add -addresses, -a as aliases for -print-address by Dmitry Venikov · 7 years ago
  11. 37c1e2e [llvm-symbolizer] Add -exe, -e as aliases to -obj by Dmitry Venikov · 7 years ago
  12. 60d71e4 [llvm-symbolizer] Add -p as alias to -pretty-print by Dmitry Venikov · 7 years ago
  13. 52aa224 [llvm-profdata] add value-cutoff functionality in show command by Rong Xu · 7 years ago
  14. 7162e16 [PGO] Revert r350579 to fix commit message. by Rong Xu · 7 years ago
  15. 6f366c3 [PGO] Use SourceFileName rather module name in PGOFuncName by Rong Xu · 7 years ago
  16. 3c5d267 [FileCheck] Annotate input dump (1/7) by Joel E. Denny · 7 years ago
  17. 07a8255 [llvm-mca][View] Improved Retire Control Unit Statistics. by Andrea Di Biagio · 7 years ago
  18. 8b07812 [FileCheck] fixing docs buildbot - use proper code-block type by Fedor Sergeev · 7 years ago
  19. 5bf0c15 [FileCheck] fixing small formatting error in docs by Fedor Sergeev · 7 years ago
  20. 6c9e19b [FileCheck] introduce CHECK-COUNT-<num> repetition directive by Fedor Sergeev · 7 years ago
  21. b2091c9 [llvm-cov] Add lcov tracefile export format. by Max Moroz · 7 years ago
  22. 24994d7 [FileCheck] Parse command-line options from FILECHECK_OPTS by Joel E. Denny · 7 years ago
  23. 41c8af3 [MCSched] Bind PFM Counters to the CPUs instead of the SchedModel. by Clement Courbet · 7 years ago
  24. 3e66509 [SourceMgr][FileCheck] Obey -color by extending WithColor by Joel E. Denny · 7 years ago
  25. 036e54d Revert r344930 as it broke some of the bots on Windows. by Aaron Ballman · 7 years ago
  26. 279f8a4 [SourceMgr][FileCheck] Obey -color by extending WithColor by Joel E. Denny · 7 years ago
  27. f973c2d [llvm-exegesis] Allow measuring several instructions in a single run. by Clement Courbet · 7 years ago
  28. c4976f6 The llvm-exegesis output file is a html file not a txt file. by Simon Pilgrim · 7 years ago
  29. 86ecf46 [llvm-exegesis] Fix doc in r342947. by Clement Courbet · 7 years ago
  30. 78b2e73 [llvm-exegesis] Allow benchmarking arbitrary code snippets. by Clement Courbet · 7 years ago
  31. 3164fcf Add flag to llvm-profdata to allow symbols in profile data to be remapped, and by Richard Smith · 7 years ago
  32. 8b647dc [llvm-mca] Report the number of dispatched micro opcodes in the DispatchStatistics view. by Andrea Di Biagio · 7 years ago
  33. a2eee47 [llvm-mca] Add fields "Total uOps" and "uOps Per Cycle" to the report generated by the SummaryView. by Andrea Di Biagio · 7 years ago
  34. b89b96c [llvm-mca] Improved report generated by the SchedulerStatistics view. by Andrea Di Biagio · 7 years ago
  35. a2e0c24 [llvm] Document "%T" as deprecated in CommandGuide/lit.rst by Kuba Mracek · 7 years ago
  36. 9dd1d45 [AArch64] Add Tiny Code Model for AArch64 by David Green · 7 years ago
  37. 4a68586 Add a CommandGuide for llvm-objdump by Michael Trent · 7 years ago
  38. ef705b7 [docs] Fix an LLVM-syntax code block to actually be valid LLVM synatx. by Chandler Carruth · 7 years ago
  39. b4588e5 [llvm-mca][docs] Move the code marker text into its own subsection. NFC. by Matt Davis · 7 years ago
  40. 1c3bcc6 [llvm-mca] Speed up the computation of the wait/ready/issued sets in the Scheduler. by Andrea Di Biagio · 7 years ago
  41. eaca8ed [llvm-mca][docs] Improve the CommandLine documentation. by Andrea Di Biagio · 7 years ago
  42. e8c70bc [llvm-mca][docs] Replace "temporary" with "physical registers". NFC. by Matt Davis · 7 years ago
  43. 1dac6ba [llvm-mca][docs] Improve the "How LLVM-MCA works" section. by Andrea Di Biagio · 7 years ago
  44. bdcf6ad [llvm-mca][docs] Always use `llvm-mca` in place of `MCA`. by Andrea Di Biagio · 7 years ago
  45. 8d253a7 [llvm-mca][docs] Add instruction flow documentation. NFC. by Matt Davis · 7 years ago
  46. 07dee81 [llvm-mca][docs] Define IPC where it is first mentioned. NFC. by Matt Davis · 7 years ago
  47. f2603c0 [llvm-mca][docs] Add documentation for the statistic outputs from mca. NFC by Matt Davis · 7 years ago
  48. 346dfbe [FileCheck] Provide an option for FileCheck to dump original input to stderr on failure by George Karpenkov · 7 years ago
  49. bc093ea [llvm-mca][docs] Add Timeline and How MCA works. by Matt Davis · 7 years ago
  50. a448670b [llvm-mca][docs] Revert mca internals docs. by Matt Davis · 7 years ago
  51. 1c1de45 [llvm-mca][docs] Add notes about cycle and resource callbacks. NFC. by Matt Davis · 7 years ago
  52. ed78e85 [llvm-mca][docs] Initial description of mca internals. NFC by Matt Davis · 7 years ago
  53. 899692e [docs] Update usage directive for llvm-cov report -show-functions by Vedant Kumar · 7 years ago
  54. dc5ba31 [FileCheck] Implement -v and -vv for tracing matches by Joel E. Denny · 7 years ago
  55. bcf5b44 [FileCheck] Don't permit overlapping CHECK-DAG by Joel E. Denny · 7 years ago
  56. 614c986 Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG by Joel E. Denny · 7 years ago
  57. edf3388 [FileCheck] Don't permit overlapping CHECK-DAG by Joel E. Denny · 7 years ago
  58. 6a8c6ca [TableGen] Add a general-purpose JSON backend. by Simon Tatham · 7 years ago
  59. d4f77a5 nm: Add -no-weak flag for hiding weak symbols by Dave Lee · 7 years ago
  60. c307b00 Fix doc title underlining. by James Henderson · 7 years ago
  61. 5507f66 [FileCheck] Add CHECK-EMPTY directive for checking for blank lines by James Henderson · 7 years ago
  62. 05f6626 [docs] Update doc after split of -gen-intrinsic in r335407 by Fangrui Song · 7 years ago
  63. a563843 [docs] Fix indentation of llvm-exegesis command line arguments by Simon Pilgrim · 7 years ago
  64. e752fd6 [llvm-exegesis] Optionally ignore instructions without a sched class. by Clement Courbet · 7 years ago
  65. 6eb680a [llvm-exegesis] Fix off-by-one in llvm-exegesis documentation. by Clement Courbet · 8 years ago
  66. 31b3739 [lit] Report line number for failed RUN command by Joel E. Denny · 8 years ago
  67. 71792c7 Revert r333584: [lit] Report line number for failed RUN command by Joel E. Denny · 8 years ago
  68. b642347 [lit] Report line number for failed RUN command by Joel E. Denny · 8 years ago
  69. 2637e5f [llvm-exegesis] Show sched class details in analysis. by Clement Courbet · 8 years ago
  70. 488ebfb [llvm-exegesis] Update doc to mention that the output is in html. by Clement Courbet · 8 years ago
  71. 5ec03cd [llvm-exegesis] Improve documentation. by Clement Courbet · 8 years ago
  72. 93d45bc Fix typo in declaring code-block snippet by Simon Pilgrim · 8 years ago
  73. d8d940a [llvm-mca] Add an example showing how to get Intel assembly syntax by Andrea Di Biagio · 8 years ago
  74. 650b5fc [llvm-mca] add flag -all-views and flag -all-stats. by Andrea Di Biagio · 8 years ago
  75. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 8 years ago
  76. 1ca6668 Revert r330755 "[lit] Report line number for failed RUN command" by Reid Kleckner · 8 years ago
  77. 93c49d5 [llvm-mca] Default to the native host cpu if flag -mcpu is not specified. by Andrea Di Biagio · 8 years ago
  78. 8a47530 [lit] Report line number for failed RUN command by Joel E. Denny · 8 years ago
  79. ef507cb [llvm-mca][CommandGuide] Fix typo in example. by Andrea Di Biagio · 8 years ago
  80. f41ad5c [llvm-mca] Renamed BackendStatistics to RetireControlUnitStatistics. by Andrea Di Biagio · 8 years ago
  81. 1cc29c0 [llvm-mca] Move the logic that prints scheduler statistics from BackendStatistics to its own view. by Andrea Di Biagio · 8 years ago
  82. 40ad926 [llvm-mca] reorder text by Sanjay Patel · 8 years ago
  83. e3a59e2 [llvm-mca] fix formatting by Sanjay Patel · 8 years ago
  84. c86033a [llvm-mca] add example workflow for source code by Sanjay Patel · 8 years ago
  85. 821f650 [llvm-mca] Move the logic that prints dispatch unit statistics from BackendStatistics to its own view. by Andrea Di Biagio · 8 years ago
  86. 074cef3 [llvm-mca] Increase the default number of iterations to 100. by Andrea Di Biagio · 8 years ago
  87. c659012 [llvm-mca] Add the ability to mark regions of code for analysis (PR36875) by Andrea Di Biagio · 8 years ago
  88. 4220f89 [llvm-cov] Implement -ignore-filename-regex= option for excluding source files. by Max Moroz · 8 years ago
  89. efc3f39 [documentation][llvm-mca] Update the documentation. by Andrea Di Biagio · 8 years ago
  90. 020ba25 [llvm-mca] Remove flag -max-retire-per-cycle, and update the docs. by Andrea Di Biagio · 8 years ago
  91. ac74acd Re-land r329156 "Add llvm-exegesis tool." by Clement Courbet · 8 years ago
  92. 7949b3b Revert r329156 "Add llvm-exegesis tool." by Clement Courbet · 8 years ago
  93. 7287b2c Add llvm-exegesis tool. by Clement Courbet · 8 years ago
  94. 8dabf4f [llvm-mca] Move the logic that prints register file statistics to its own view. NFCI by Andrea Di Biagio · 8 years ago
  95. 9e3e7a9 [dsymutil] Upstream emitting of papertrail warnings. by Jonas Devlieghere · 8 years ago
  96. ff9c109 [llvm-mca] Add a flag -instruction-info to enable/disable the instruction info view. by Andrea Di Biagio · 8 years ago
  97. 1feccc2 [llvm-mca] Update the commandline docs after r328305. by Andrea Di Biagio · 8 years ago
  98. d156929 [llvm-mca] Add flag -instruction-tables to print the theoretical resource pressure distribution for instructions (PR36874) by Andrea Di Biagio · 8 years ago
  99. a2a940d Add llvm-mca.rst to the table of contents in docs/CommandGuide. by Andrea Di Biagio · 8 years ago
  100. 3a6b092 [llvm-mca] LLVM Machine Code Analyzer. by Andrea Di Biagio · 8 years ago