Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-mca] Move llvm-mca library to llvm/lib/MCA. | Clement Courbet | 2018-12-17 | 1 | -205/+0 |
* | [llvm-mca] Use a SmallVector instead of std::vector to track register reads/w... | Andrea Di Biagio | 2018-11-22 | 1 | -2/+5 |
* | [llvm-mca] Fix an invalid memory read introduced by r346487. | Andrea Di Biagio | 2018-11-22 | 1 | -6/+25 |
* | [llvm-mca] Move namespace mca inside llvm:: | Fangrui Song | 2018-10-30 | 1 | -2/+2 |
* | [llvm-mca] Lower to mca::Instructon before the pipeline is run. | Andrea Di Biagio | 2018-10-29 | 1 | -1/+1 |
* | [llvm-mca] Introduce a new base class for mca::Instruction, and change how re... | Andrea Di Biagio | 2018-10-25 | 1 | -12/+12 |
* | [llvm-mca] Add support for move elimination in class RegisterFile. | Andrea Di Biagio | 2018-10-03 | 1 | -0/+6 |
* | [llvm-mca] Remove redundant namespace prefixes. NFC | Andrea Di Biagio | 2018-09-28 | 1 | -2/+2 |
* | [llvm-mca] Introduce the llvm-mca library and organize the directory accordin... | Matt Davis | 2018-08-27 | 1 | -0/+177 |