summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/Dispatch.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-mca] Remove method Instruction::isZeroLatency(). NFCIAndrea Di Biagio2018-04-251-3/+7
* [llvm-mca] Let the Scheduler notify dispatch stall events caused by the lack ...Andrea Di Biagio2018-04-111-21/+1
* [MC][Tablegen] Allow models to describe the retire control unit for llvm-mca. Andrea Di Biagio2018-04-051-0/+18
* [MC][Tablegen] Allow the definition of processor register files in the schedu...Andrea Di Biagio2018-04-031-49/+94
* [llvm-mca] Correctly set the ReadAdvance information for register use operands.Andrea Di Biagio2018-03-291-1/+1
* [llvm-mca] pass the correct set of used registers in checkRAT.Andrea Di Biagio2018-03-271-3/+5
* [llvm-mca] run clang-format on all files.Andrea Di Biagio2018-03-241-3/+2
* [llvm-mca] Simplify (and better standardize) the Instruction interface.Andrea Di Biagio2018-03-221-9/+9
* [llvm-mca] Move the logic that computes the register file usage to the Backen...Andrea Di Biagio2018-03-211-19/+22
* [llvm-mca] Clean up some code. NFCAndrea Di Biagio2018-03-211-13/+4
* [llvm-mca] Remove const from a bunch of ArrayRef. NFCAndrea Di Biagio2018-03-201-1/+1
* [llvm-mca] Simplify code. NFCAndrea Di Biagio2018-03-191-1/+1
* [llvm-mca] Add pipeline stall events.Andrea Di Biagio2018-03-191-32/+16
* [llvm-mca] Allow the definition of multiple register files.Andrea Di Biagio2018-03-181-44/+139
* [llvm-mca] Simplify code. NFC.Andrea Di Biagio2018-03-151-1/+2
* [llvm-mca] Move the logic that updates the register files from InstrBuilder t...Andrea Di Biagio2018-03-141-1/+42
* [llvm-mca] Refactor event listeners to make the backend agnostic to event types.Clement Courbet2018-03-131-3/+12
* [llvm-mca] Fix handling of zero-latency instructions.Andrea Di Biagio2018-03-081-0/+1
* [llvm-mca] LLVM Machine Code Analyzer.Andrea Di Biagio2018-03-081-0/+268
OpenPOWER on IntegriCloud