summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/Views
Commit message (Expand)AuthorAgeFilesLines
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-064-5/+5
* [Tools] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-224-4/+5
* [MCA] Show aggregate over Average Wait times for the whole snippet (PR43219)Roman Lebedev2019-10-102-9/+42
* [MCA] Improved cost computation for loop carried dependencies in the bottlene...Andrea Di Biagio2019-09-192-9/+39
* [MCA] Add flag -show-encoding to llvm-mca.Andrea Di Biagio2019-08-092-9/+35
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-3/+3
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-3/+3
* [MCA][Bottleneck Analysis] Teach how to compute a critical sequence of instru...Andrea Di Biagio2019-06-212-39/+355
* [MCA] Slightly refactor the bottleneck analysis view. NFCIAndrea Di Biagio2019-06-182-69/+88
* [MCA] Fix -Wunused-private-field warning after r362933. NFCAndrea Di Biagio2019-06-102-3/+2
* [MCA] Further refactor the bottleneck analysis view. NFCI.Andrea Di Biagio2019-06-102-110/+171
* [MCA] Remove unused fields from BottleneckAnalysis. NFCAndrea Di Biagio2019-05-312-13/+11
* [MCA] Refactor class BottleneckAnalysis. NFCIAndrea Di Biagio2019-05-312-79/+404
* [MCA] Moved the bottleneck analysis to its own file. NFCIAndrea Di Biagio2019-04-174-153/+254
* [llvm-mca][scheduler-stats] Print issued micro opcodes per cycle. NFCIAndrea Di Biagio2019-04-082-18/+16
* [MCA] Correctly update the UsedResourceGroups mask in the InstrBuilder.Andrea Di Biagio2019-03-261-1/+2
* [llvm-mca] Emit a message when no bottlenecks are identified.Matt Davis2019-03-072-6/+12
* [MCA] Correctly initialize struct SummaryView::BackPressureInfo.Andrea Di Biagio2019-03-041-1/+1
* [MCA] Highlight kernel bottlenecks in the summary view.Andrea Di Biagio2019-03-042-3/+145
* [MCA][ResourceManager] Add a table that maps processor resource indices to pr...Andrea Di Biagio2019-02-202-6/+11
* [MC][X86] Correctly model additional operand latency caused by transfer delay...Andrea Di Biagio2019-01-231-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1918-72/+54
* [MCA] Fix wrong definition of ResourceUnitMask in DefaultResourceStrategy.Andrea Di Biagio2019-01-101-1/+2
* [llvm-mca] Move llvm-mca library to llvm/lib/MCA.Clement Courbet2018-12-172-2/+2
* [llvm-mca][MC] Add the ability to declare which processor resources model loa...Andrea Di Biagio2018-11-292-10/+66
* [llvm-mca][View] Improved Retire Control Unit Statistics.Andrea Di Biagio2018-11-232-15/+58
* [llvm-mca] Add extra counters for move elimination in view RegisterFileStatis...Andrea Di Biagio2018-11-012-18/+95
* [llvm-mca] Move namespace mca inside llvm::Fangrui Song2018-10-3018-16/+36
* [llvm-mca] Fix -wreorder and -Wunused-private-field after r345376. NFCSam McCall2018-10-262-4/+2
* [llvm-mca] Removed dependency on mca::SourcMgr in some Views. NFCAndrea Di Biagio2018-10-267-35/+48
* [llvm-mca] Removed a couple of redundant method declarations, and simplified ...Andrea Di Biagio2018-10-255-24/+13
* [llvm-mca] Remove dependency from InstrBuilder in class InstructionTables.Andrea Di Biagio2018-10-241-2/+1
* [llvm-mca] Refactor class SourceMgr. NFCIAndrea Di Biagio2018-10-243-29/+36
* [llvm-mca] Remove a couple of using directives and a bunch of redundant names...Andrea Di Biagio2018-10-225-5/+5
* [llvm-mca] Remove method RegisterFileStatistics::initializeRegisterFileInfo()...Andrea Di Biagio2018-10-122-7/+3
* [llvm-mca] Delay calculation of Cycles per Resources, separate the cycles and...Matt Davis2018-09-112-2/+3
* [llvm-mca] correctly initialize field 'CycleRetired' in the TimelineView.Andrea Di Biagio2018-08-301-1/+1
* [llvm-mca] Report the number of dispatched micro opcodes in the DispatchStati...Andrea Di Biagio2018-08-305-37/+60
* [llvm-mca] Add fields "Total uOps" and "uOps Per Cycle" to the report generat...Andrea Di Biagio2018-08-291-3/+7
* [llvm-mca] Initialize each element in vector TimelineView::UsedBuffers to a d...Andrea Di Biagio2018-08-282-14/+18
* [llvm-mca][TimelineView] Force the same number of executions for every entry ...Andrea Di Biagio2018-08-282-70/+106
* [llvm-mca] Pass an instruction reference when notifying event listeners about...Andrea Di Biagio2018-08-282-4/+8
* [llvm-mca] Remove unused include. NFCAndrea Di Biagio2018-08-271-1/+0
* [llvm-mca] Improved report generated by the SchedulerStatistics view.Andrea Di Biagio2018-08-272-67/+99
* [llvm-mca] Move views and stats into a Views subdir. NFC.Matt Davis2018-08-2418-0/+1702
OpenPOWER on IntegriCloud