summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/lib/HardwareUnits/ResourceManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-mca] Move llvm-mca library to llvm/lib/MCA.Clement Courbet2018-12-171-326/+0
* [llvm-mca] Speedup the default resource selection strategy.Andrea Di Biagio2018-11-301-15/+28
* [llvm-mca] Correctly update the resource strategy for processor resources wit...Andrea Di Biagio2018-11-121-1/+7
* [llvm-mca] Move namespace mca inside llvm::Fangrui Song2018-10-301-2/+2
* [llvm-mca] Remove dependency from InstrBuilder in class InstructionTables.Andrea Di Biagio2018-10-241-2/+1
* Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFCFangrui Song2018-10-191-7/+6
* [llvm-mca] Remove redundant namespace prefixes. NFCAndrea Di Biagio2018-09-281-6/+6
* [llvm-mca] Delay calculation of Cycles per Resources, separate the cycles and...Matt Davis2018-09-111-3/+3
* [llvm-mca] Introduce the llvm-mca library and organize the directory accordin...Matt Davis2018-08-271-0/+309
OpenPOWER on IntegriCloud