summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/lib/Instruction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-mca] Move llvm-mca library to llvm/lib/MCA.Clement Courbet2018-12-171-205/+0
* [llvm-mca] Use a SmallVector instead of std::vector to track register reads/w...Andrea Di Biagio2018-11-221-2/+5
* [llvm-mca] Fix an invalid memory read introduced by r346487.Andrea Di Biagio2018-11-221-6/+25
* [llvm-mca] Move namespace mca inside llvm::Fangrui Song2018-10-301-2/+2
* [llvm-mca] Lower to mca::Instructon before the pipeline is run.Andrea Di Biagio2018-10-291-1/+1
* [llvm-mca] Introduce a new base class for mca::Instruction, and change how re...Andrea Di Biagio2018-10-251-12/+12
* [llvm-mca] Add support for move elimination in class RegisterFile.Andrea Di Biagio2018-10-031-0/+6
* [llvm-mca] Remove redundant namespace prefixes. NFCAndrea Di Biagio2018-09-281-2/+2
* [llvm-mca] Introduce the llvm-mca library and organize the directory accordin...Matt Davis2018-08-271-0/+177
OpenPOWER on IntegriCloud