summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/Views/SummaryView.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Tools] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-221-1/+1
* [MCA] Moved the bottleneck analysis to its own file. NFCIAndrea Di Biagio2019-04-171-104/+4
* [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-071-5/+8
* [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-041-2/+100
* [MCA][ResourceManager] Add a table that maps processor resource indices to pr...Andrea Di Biagio2019-02-201-6/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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-171-1/+1
* [llvm-mca] Move namespace mca inside llvm::Fangrui Song2018-10-301-2/+2
* [llvm-mca] Fix -wreorder and -Wunused-private-field after r345376. NFCSam McCall2018-10-261-2/+2
* [llvm-mca] Removed dependency on mca::SourcMgr in some Views. NFCAndrea Di Biagio2018-10-261-3/+7
* [llvm-mca] Remove dependency from InstrBuilder in class InstructionTables.Andrea Di Biagio2018-10-241-2/+1
* [llvm-mca] Remove a couple of using directives and a bunch of redundant names...Andrea Di Biagio2018-10-221-1/+1
* [llvm-mca] Report the number of dispatched micro opcodes in the DispatchStati...Andrea Di Biagio2018-08-301-6/+4
* [llvm-mca] Add fields "Total uOps" and "uOps Per Cycle" to the report generat...Andrea Di Biagio2018-08-291-3/+7
* [llvm-mca] Move views and stats into a Views subdir. NFC.Matt Davis2018-08-241-0/+85
OpenPOWER on IntegriCloud