aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-mca.rst
AgeCommit message (Expand)AuthorFilesLines
2025-03-25[MCA] Extend -instruction-tables option with verbosity levels (#130574)Julien Villette1-1/+19
2024-05-07[llvm-mca] Abort on parse error without -skip-unsupported-instructions (#90474)Peter Waller1-0/+10
2024-02-06[llvm-mca] Add an empty line to fix doc errorwangpc1-0/+1
2024-02-06[llvm-mca] Fix doc errorwangpc1-1/+1
2023-05-02[docs] Prefer --target= -masm=intel to -target -mllvm -x86-asm-syntax=intelFangrui Song1-2/+2
2023-04-13[Docs] Point to the correct bug trackerJun Zhang1-1/+1
2022-11-18[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCVMichael Maitland1-5/+118
2022-11-15Revert "[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate repor...Michael Maitland1-118/+5
2022-11-15[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCVMichael Maitland1-5/+118
2022-11-15Revert "[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate repor...Michael Maitland1-118/+5
2022-11-15[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCVMichael Maitland1-5/+118
2022-01-21[llvm-mca] Improve barriers for strict region marking (PR52198)Simon Pilgrim1-2/+2
2022-01-11[MCA] Switching from conservatively guessing which instructions arePatrick Holland1-9/+15
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN1-6/+6
2021-08-25[MCA] Moved View.h and View.cpp from /tools/llvm-mca/ to /lib/MCA/.Patrick Holland1-1/+28
2021-07-28[MCA] Moving the target specific CustomBehaviour impl. from /tools/llvm-mca/ ...Patrick Holland1-3/+6
2021-07-01[llvm-mca] Fix JSON output (PR50922)Marcos Horro1-7/+9
2021-06-24[MCA] Allow unlimited cycles in the timeline viewJay Foad1-2/+2
2021-06-16Reapply "[MCA] Adding the CustomBehaviour class to llvm-mca".Patrick Holland1-0/+34
2021-06-15Revert "[MCA] Adding the CustomBehaviour class to llvm-mca"Andrea Di Biagio1-34/+0
2021-06-15[MCA] Adding the CustomBehaviour class to llvm-mcaPatrick Holland1-0/+34
2021-03-24[MCA] Disable RCU for InOrderIssueStageAndrew Savonichev1-4/+3
2021-03-04[MCA] Add support for in-order CPUsAndrew Savonichev1-9/+31
2021-01-21[llvm-mca] Initial implementation of serialization using JSON. The viewsWolfgang Pieb1-0/+6
2020-06-07[Docs] fix typos for llvm-mca; NFCSanjay Patel1-3/+3
2020-02-06Clarify how llvm-mca detects att vs intel syntax.Justin Lebar1-0/+4
2019-10-10[MCA] Show aggregate over Average Wait times for the whole snippet (PR43219)Roman Lebedev1-1/+3
2019-08-09[MCA] Add flag -show-encoding to llvm-mca.Andrea Di Biagio1-4/+33
2019-08-05[MCA][doc] Add a section for the 'Bottleneck Analysis'.Andrea Di Biagio1-6/+79
2019-08-02[MCA] Add support for printing immedate values as hex. Also enable lexing of ...Andrea Di Biagio1-0/+5
2019-06-27[docs][tools] Add missing "program" tags to rst filesJames Henderson1-0/+7
2019-06-19[llvm-mca][docs] clarify how the quality of the perf report is affected by th...Andrea Di Biagio1-0/+11
2019-06-10[Docs] [llvm-mca] Point out a caveat for using llvm-mca markers in source code.Matt Davis1-2/+11
2019-05-09[MCA] Add support for nested and overlapping region markersAndrea Di Biagio1-7/+45
2019-04-08[llvm-mca][scheduler-stats] Print issued micro opcodes per cycle. NFCIAndrea Di Biagio1-4/+4
2019-03-04[MCA] Highlight kernel bottlenecks in the summary view.Andrea Di Biagio1-0/+6
2018-11-23[llvm-mca][View] Improved Retire Control Unit Statistics.Andrea Di Biagio1-0/+4
2018-08-30[llvm-mca] Report the number of dispatched micro opcodes in the DispatchStati...Andrea Di Biagio1-6/+5
2018-08-29[llvm-mca] Add fields "Total uOps" and "uOps Per Cycle" to the report generat...Andrea Di Biagio1-20/+33
2018-08-27[llvm-mca] Improved report generated by the SchedulerStatistics view.Andrea Di Biagio1-7/+13
2018-08-03[llvm-mca][docs] Move the code marker text into its own subsection. NFC.Matt Davis1-36/+39
2018-08-03[llvm-mca] Speed up the computation of the wait/ready/issued sets in the Sche...Andrea Di Biagio1-16/+16
2018-08-03[llvm-mca][docs] Improve the CommandLine documentation.Andrea Di Biagio1-39/+38
2018-07-31[llvm-mca][docs] Replace "temporary" with "physical registers". NFC.Matt Davis1-4/+4
2018-07-31[llvm-mca][docs] Improve the "How LLVM-MCA works" section.Andrea Di Biagio1-4/+24
2018-07-31[llvm-mca][docs] Always use `llvm-mca` in place of `MCA`.Andrea Di Biagio1-50/+47
2018-07-30[llvm-mca][docs] Add instruction flow documentation. NFC.Matt Davis1-0/+177
2018-07-23[llvm-mca][docs] Define IPC where it is first mentioned. NFC.Matt Davis1-7/+7
2018-07-21[llvm-mca][docs] Add documentation for the statistic outputs from mca. NFCMatt Davis1-3/+125
2018-07-19[llvm-mca][docs] Add Timeline and How MCA works.Matt Davis1-3/+223