summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/Views/TimelineView.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-061-2/+2
* [MCA] Show aggregate over Average Wait times for the whole snippet (PR43219)Roman Lebedev2019-10-101-9/+41
* 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
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-mca] Move namespace mca inside llvm::Fangrui Song2018-10-301-2/+2
* [llvm-mca] Removed dependency on mca::SourcMgr in some Views. NFCAndrea Di Biagio2018-10-261-13/+12
* [llvm-mca] Refactor class SourceMgr. NFCIAndrea Di Biagio2018-10-241-23/+28
* [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-301-8/+18
* [llvm-mca] Initialize each element in vector TimelineView::UsedBuffers to a d...Andrea Di Biagio2018-08-281-13/+14
* [llvm-mca][TimelineView] Force the same number of executions for every entry ...Andrea Di Biagio2018-08-281-61/+100
* [llvm-mca] Move views and stats into a Views subdir. NFC.Matt Davis2018-08-241-0/+240
OpenPOWER on IntegriCloud