[NFC] Trim trailing whitespace in *.rst
[platform/upstream/llvm.git] / llvm / docs / CommandGuide / llvm-mca.rst
2021-11-15 Shao-Ce SUN[NFC] Trim trailing whitespace in *.rst
2021-08-25 Patrick Holland[MCA] Moved View.h and View.cpp from /tools/llvm-mca...
2021-07-28 Patrick Holland[MCA] Moving the target specific CustomBehaviour impl...
2021-07-01 Marcos Horro[llvm-mca] Fix JSON output (PR50922)
2021-06-24 Jay Foad[MCA] Allow unlimited cycles in the timeline view
2021-06-16 Patrick HollandReapply "[MCA] Adding the CustomBehaviour class to...
2021-06-15 Andrea Di BiagioRevert "[MCA] Adding the CustomBehaviour class to llvm...
2021-06-15 Patrick Holland[MCA] Adding the CustomBehaviour class to llvm-mca
2021-03-24 Andrew Savonichev[MCA] Disable RCU for InOrderIssueStage
2021-03-04 Andrew Savonichev[MCA] Add support for in-order CPUs
2021-01-21 Wolfgang Pieb[llvm-mca] Initial implementation of serialization...
2020-06-07 Sanjay Patel[Docs] fix typos for llvm-mca; NFC
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-02-07 Justin LebarClarify how llvm-mca detects att vs intel syntax.
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-10-10 Roman Lebedev[MCA] Show aggregate over Average Wait times for the...
2019-08-09 Andrea Di Biagio[MCA] Add flag -show-encoding to llvm-mca.
2019-08-05 Andrea Di Biagio[MCA][doc] Add a section for the 'Bottleneck Analysis'.
2019-08-02 Andrea Di Biagio[MCA] Add support for printing immedate values as hex...
2019-06-27 James Henderson[docs][tools] Add missing "program" tags to rst files
2019-06-19 Andrea Di Biagio[llvm-mca][docs] clarify how the quality of the perf...
2019-06-10 Matt Davis[Docs] [llvm-mca] Point out a caveat for using llvm...
2019-05-09 Andrea Di Biagio[MCA] Add support for nested and overlapping region...
2019-04-08 Andrea Di Biagio[llvm-mca][scheduler-stats] Print issued micro opcodes...
2019-03-04 Andrea Di Biagio[MCA] Highlight kernel bottlenecks in the summary view.
2018-11-23 Andrea Di Biagio[llvm-mca][View] Improved Retire Control Unit Statistics.
2018-08-30 Andrea Di Biagio[llvm-mca] Report the number of dispatched micro opcode...
2018-08-29 Andrea Di Biagio[llvm-mca] Add fields "Total uOps" and "uOps Per Cycle...
2018-08-27 Andrea Di Biagio[llvm-mca] Improved report generated by the SchedulerSt...
2018-08-03 Matt Davis[llvm-mca][docs] Move the code marker text into its...
2018-08-03 Andrea Di Biagio[llvm-mca] Speed up the computation of the wait/ready...
2018-08-03 Andrea Di Biagio[llvm-mca][docs] Improve the CommandLine documentation.
2018-07-31 Matt Davis[llvm-mca][docs] Replace "temporary" with "physical...
2018-07-31 Andrea Di Biagio[llvm-mca][docs] Improve the "How LLVM-MCA works" section.
2018-07-31 Andrea Di Biagio[llvm-mca][docs] Always use `llvm-mca` in place of...
2018-07-30 Matt Davis[llvm-mca][docs] Add instruction flow documentation...
2018-07-23 Matt Davis[llvm-mca][docs] Define IPC where it is first mentioned...
2018-07-21 Matt Davis[llvm-mca][docs] Add documentation for the statistic...
2018-07-19 Matt Davis[llvm-mca][docs] Add Timeline and How MCA works.
2018-07-17 Matt Davis[llvm-mca][docs] Revert mca internals docs.
2018-07-16 Matt Davis[llvm-mca][docs] Add notes about cycle and resource...
2018-07-16 Matt Davis[llvm-mca][docs] Initial description of mca internals...
2018-05-17 Simon PilgrimFix typo in declaring code-block snippet
2018-05-17 Andrea Di Biagio[llvm-mca] Add an example showing how to get Intel...
2018-05-17 Andrea Di Biagio[llvm-mca] add flag -all-views and flag -all-stats.
2018-04-25 Andrea Di Biagio[llvm-mca] Default to the native host cpu if flag ...
2018-04-24 Andrea Di Biagio[llvm-mca][CommandGuide] Fix typo in example.
2018-04-11 Andrea Di Biagio[llvm-mca] Renamed BackendStatistics to RetireControlUn...
2018-04-11 Andrea Di Biagio[llvm-mca] Move the logic that prints scheduler statist...
2018-04-10 Sanjay Patel[llvm-mca] reorder text
2018-04-10 Sanjay Patel[llvm-mca] fix formatting
2018-04-10 Sanjay Patel[llvm-mca] add example workflow for source code
2018-04-10 Andrea Di Biagio[llvm-mca] Move the logic that prints dispatch unit...
2018-04-10 Andrea Di Biagio[llvm-mca] Increase the default number of iterations...
2018-04-09 Andrea Di Biagio[llvm-mca] Add the ability to mark regions of code...
2018-04-05 Andrea Di Biagio[documentation][llvm-mca] Update the documentation.
2018-04-05 Andrea Di Biagio[llvm-mca] Remove flag -max-retire-per-cycle, and updat...
2018-04-03 Andrea Di Biagio[llvm-mca] Move the logic that prints register file...
2018-03-26 Andrea Di Biagio[llvm-mca] Add a flag -instruction-info to enable/disab...
2018-03-26 Andrea Di Biagio[llvm-mca] Update the commandline docs after r328305.
2018-03-26 Andrea Di Biagio[llvm-mca] Add flag -instruction-tables to print the...
2018-03-08 Andrea Di Biagio[llvm-mca] LLVM Machine Code Analyzer.