summaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-mca.rst
AgeCommit message (Expand)Author
2025-09-19[MCA] Enable customization of individual instructions (#155420)Roman Belenov
2025-08-01[llvm] Proofread *.rst (#151087)Kazu Hirata
2025-03-25[MCA] Extend -instruction-tables option with verbosity levels (#130574)Julien Villette
2024-05-07[llvm-mca] Abort on parse error without -skip-unsupported-instructions (#90474)Peter Waller
2024-02-06[llvm-mca] Add an empty line to fix doc errorwangpc
2024-02-06[llvm-mca] Fix doc errorwangpc
2023-05-02[docs] Prefer --target= -masm=intel to -target -mllvm -x86-asm-syntax=intelFangrui Song
2023-04-13[Docs] Point to the correct bug trackerJun Zhang
2022-11-18[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCVMichael Maitland
2022-11-15Revert "[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate repor...Michael Maitland
2022-11-15[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCVMichael Maitland
2022-11-15Revert "[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate repor...Michael Maitland
2022-11-15[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCVMichael Maitland
2022-01-21[llvm-mca] Improve barriers for strict region marking (PR52198)Simon Pilgrim
2022-01-11[MCA] Switching from conservatively guessing which instructions arePatrick Holland
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-08-25[MCA] Moved View.h and View.cpp from /tools/llvm-mca/ to /lib/MCA/.Patrick Holland
2021-07-28[MCA] Moving the target specific CustomBehaviour impl. from /tools/llvm-mca/ ...Patrick Holland
2021-07-01[llvm-mca] Fix JSON output (PR50922)Marcos Horro
2021-06-24[MCA] Allow unlimited cycles in the timeline viewJay Foad
2021-06-16Reapply "[MCA] Adding the CustomBehaviour class to llvm-mca".Patrick Holland
2021-06-15Revert "[MCA] Adding the CustomBehaviour class to llvm-mca"Andrea Di Biagio
2021-06-15[MCA] Adding the CustomBehaviour class to llvm-mcaPatrick Holland
2021-03-24[MCA] Disable RCU for InOrderIssueStageAndrew Savonichev
2021-03-04[MCA] Add support for in-order CPUsAndrew Savonichev
2021-01-21[llvm-mca] Initial implementation of serialization using JSON. The viewsWolfgang Pieb
2020-06-07[Docs] fix typos for llvm-mca; NFCSanjay Patel
2020-02-06Clarify how llvm-mca detects att vs intel syntax.Justin Lebar
2019-10-10[MCA] Show aggregate over Average Wait times for the whole snippet (PR43219)Roman Lebedev
2019-08-09[MCA] Add flag -show-encoding to llvm-mca.Andrea Di Biagio
2019-08-05[MCA][doc] Add a section for the 'Bottleneck Analysis'.Andrea Di Biagio
2019-08-02[MCA] Add support for printing immedate values as hex. Also enable lexing of ...Andrea Di Biagio
2019-06-27[docs][tools] Add missing "program" tags to rst filesJames Henderson
2019-06-19[llvm-mca][docs] clarify how the quality of the perf report is affected by th...Andrea Di Biagio
2019-06-10[Docs] [llvm-mca] Point out a caveat for using llvm-mca markers in source code.Matt Davis
2019-05-09[MCA] Add support for nested and overlapping region markersAndrea Di Biagio
2019-04-08[llvm-mca][scheduler-stats] Print issued micro opcodes per cycle. NFCIAndrea Di Biagio
2019-03-04[MCA] Highlight kernel bottlenecks in the summary view.Andrea Di Biagio
2018-11-23[llvm-mca][View] Improved Retire Control Unit Statistics.Andrea Di Biagio
2018-08-30[llvm-mca] Report the number of dispatched micro opcodes in the DispatchStati...Andrea Di Biagio
2018-08-29[llvm-mca] Add fields "Total uOps" and "uOps Per Cycle" to the report generat...Andrea Di Biagio
2018-08-27[llvm-mca] Improved report generated by the SchedulerStatistics view.Andrea Di Biagio
2018-08-03[llvm-mca][docs] Move the code marker text into its own subsection. NFC.Matt Davis
2018-08-03[llvm-mca] Speed up the computation of the wait/ready/issued sets in the Sche...Andrea Di Biagio
2018-08-03[llvm-mca][docs] Improve the CommandLine documentation.Andrea Di Biagio
2018-07-31[llvm-mca][docs] Replace "temporary" with "physical registers". NFC.Matt Davis
2018-07-31[llvm-mca][docs] Improve the "How LLVM-MCA works" section.Andrea Di Biagio
2018-07-31[llvm-mca][docs] Always use `llvm-mca` in place of `MCA`.Andrea Di Biagio
2018-07-30[llvm-mca][docs] Add instruction flow documentation. NFC.Matt Davis
2018-07-23[llvm-mca][docs] Define IPC where it is first mentioned. NFC.Matt Davis