summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/BackendStatistics.h
Commit message (Expand)AuthorAgeFilesLines
* [llvm-mca] Renamed BackendStatistics to RetireControlUnitStatistics.Andrea Di Biagio2018-04-111-67/+0
* [llvm-mca] Move the logic that prints scheduler statistics from BackendStatis...Andrea Di Biagio2018-04-111-49/+4
* [llvm-mca] Move the logic that prints dispatch unit statistics from BackendSt...Andrea Di Biagio2018-04-101-37/+2
* [llvm-mca] Move the logic that prints register file statistics to its own vie...Andrea Di Biagio2018-04-031-23/+1
* [llvm-mca] Remove redundant include from BackendStatistics.h. NFCAndrea Di Biagio2018-04-031-3/+2
* [MC][Tablegen] Allow the definition of processor register files in the schedu...Andrea Di Biagio2018-04-031-4/+5
* [llvm-mca] run clang-format on all files.Andrea Di Biagio2018-03-241-2/+2
* [llvm-mca] Move the logic that computes the register file usage to the Backen...Andrea Di Biagio2018-03-211-10/+18
* [llvm-mca] add keyword override to a couple of methods in BackendStatistics.Andrea Di Biagio2018-03-201-2/+2
* [llvm-mca] Move the logic that computes the scheduler's queue usage to the Ba...Andrea Di Biagio2018-03-201-6/+22
* [llvm-mca] Add pipeline stall events.Andrea Di Biagio2018-03-191-8/+13
* [llvm-mca] Remove method getSchedModel() from the Backend.Andrea Di Biagio2018-03-161-3/+6
* [llvm-mca] Refactor event listeners to make the backend agnostic to event types.Clement Courbet2018-03-131-8/+1
* [llvm-mca] Fix use-of-uninitialized-value error reported by the MemorySanitizer.Andrea Di Biagio2018-03-101-1/+1
* [llvm-mca] Run clang-format on the source code. NFCAndrea Di Biagio2018-03-091-3/+4
* [llvm-mca] Unify the API for the various views. NFCIAndrea Di Biagio2018-03-081-4/+52
* [llvm-mca] LLVM Machine Code Analyzer.Andrea Di Biagio2018-03-081-0/+95
OpenPOWER on IntegriCloud