summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MCA/Stages/DispatchStage.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MCA] consistently use MCPhysReg instead of unsigned as register type. NFCIAndrea Di Biagio2019-08-221-1/+1
* [MCA] Slightly refactor class RetireControlUnit, and add the ability to overr...Andrea Di Biagio2019-08-151-7/+10
* [MCA] Refactor the logic that computes the critical memory dependency info. NFCIAndrea Di Biagio2019-05-261-3/+0
* [MCA] Add field `IsEliminated` to class Instruction. NFCIAndrea Di Biagio2019-04-271-3/+3
* [MCA] Correctly update the UsedResourceGroups mask in the InstrBuilder.Andrea Di Biagio2019-03-261-0/+10
* [MCA] Always check if scheduler resources are unavailable when reporting disp...Andrea Di Biagio2019-02-261-1/+4
* [MCA][Scheduler] Collect resource pressure and memory dependency bottlenecks.Andrea Di Biagio2019-02-201-0/+3
* [MCA] Moved the logic that updates register dependencies from DispatchStage t...Andrea Di Biagio2019-02-051-22/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MCA] Add support for BeginGroup/EndGroup.Andrea Di Biagio2018-12-171-0/+8
* [llvm-mca] Move llvm-mca library to llvm/lib/MCA.Clement Courbet2018-12-171-0/+185
OpenPOWER on IntegriCloud