summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MCA/Instruction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MCA] consistently use MCPhysReg instead of unsigned as register type. NFCIAndrea Di Biagio2019-08-221-2/+2
* [MCA] Refactor the logic that computes the critical memory dependency info. NFCIAndrea Di Biagio2019-05-261-11/+13
* [MCA] Add the ability to compute critical register dependency of an instruction.Andrea Di Biagio2019-05-231-1/+33
* [MCA] Slightly refactor method writeStartEvent in WriteState and ReadState. NFCIAndrea Di Biagio2019-02-181-10/+10
* [MCA] Improved code comment. NFCAndrea Di Biagio2019-02-151-1/+2
* [MCA][Scheduler] Use latency information to further classify busy instructions.Andrea Di Biagio2019-02-131-12/+31
* [MCA] Moved the logic that updates register dependencies from DispatchStage t...Andrea Di Biagio2019-02-051-1/+1
* [MCA] Simplify the logic in method WriteState::addUser. NFCIAndrea Di Biagio2019-02-051-5/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-mca] Move llvm-mca library to llvm/lib/MCA.Clement Courbet2018-12-171-0/+205
OpenPOWER on IntegriCloud