summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MCA/HardwareUnits/ResourceManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* [MCA] Slightly refactor the logic in ResourceManager. NFCIAndrea Di Biagio2019-08-151-22/+33
* [MCA][ResourceManager] Add a table that maps processor resource indices to pr...Andrea Di Biagio2019-02-201-21/+24
* [MCA] Store a bitmask of used groups in the instruction descriptor.Andrea Di Biagio2019-02-131-4/+11
* [MCA] Return a mask of busy resources from method ResourceManager::checkAvail...Andrea Di Biagio2019-02-111-9/+21
* [MCA] Speedup ResourceManager queries. NFCIAndrea Di Biagio2019-02-061-8/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MCA] Fix wrong definition of ResourceUnitMask in DefaultResourceStrategy.Andrea Di Biagio2019-01-101-4/+2
* [llvm-mca] Display masks in hexEvandro Menezes2019-01-091-3/+3
* [llvm-mca] Improve debugging (NFC)Evandro Menezes2019-01-081-0/+1
* [MCA] Improved handling of in-order issue/dispatch resources.Andrea Di Biagio2019-01-041-18/+0
* [MCA] Store extra information about processor resources in the ResourceManager.Andrea Di Biagio2019-01-041-14/+32
* [MCA] Improve code comment and reuse an helper function in ResourceManager. NFCIAndrea Di Biagio2019-01-031-9/+10
* [MCA] Minor refactoring of method DefaultResourceStrategy::select. NFCIAndrea Di Biagio2019-01-021-18/+21
* [llvm-mca] Dump mask in hexEvandro Menezes2018-12-181-2/+4
* [llvm-mca] Move llvm-mca library to llvm/lib/MCA.Clement Courbet2018-12-171-0/+326
OpenPOWER on IntegriCloud