| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm-mca] [llvm-mca] Improved error handling and error reporting from class ... | Andrea Di Biagio | 2018-10-24 | 1 | -36/+23 |
| * | [llvm-mca] Use llvm::ArrayRef in class SourceMgr. NFCI | Andrea Di Biagio | 2018-10-22 | 1 | -1/+1 |
| * | Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC | Fangrui Song | 2018-10-19 | 1 | -7/+6 |
| * | [llvm-mca] Correctly set aliases for register writes introduced by optimized ... | Andrea Di Biagio | 2018-10-12 | 2 | -15/+65 |
| * | [tblgen][llvm-mca] Add the ability to describe move elimination candidates vi... | Andrea Di Biagio | 2018-10-12 | 2 | -6/+10 |
| * | [tblgen][CodeGenSchedule] Add a check for invalid RegisterFile definitions wi... | Andrea Di Biagio | 2018-10-11 | 1 | -6/+4 |
| * | [llvm-mca] Minor refactoring in preparation for a patch that will fully fix P... | Andrea Di Biagio | 2018-10-10 | 1 | -7/+9 |
| * | [llvm-mca] Move field 'AllowZeroMoveEliminationOnly' to class RegisterFile. NFC. | Andrea Di Biagio | 2018-10-04 | 1 | -1/+19 |
| * | [llvm-mca] Check for inconsistencies when constructing instruction descriptors. | Andrea Di Biagio | 2018-10-04 | 2 | -2/+36 |
| * | [llvm-mca] Add support for move elimination in class RegisterFile. | Andrea Di Biagio | 2018-10-03 | 4 | -0/+81 |
| * | [llvm-mca] Constify the 'notify' routines. NFC. | Matt Davis | 2018-10-02 | 3 | -9/+11 |
| * | [MCA] Remove SM.hasNext() call in FetchStage::execute. | Owen Rodley | 2018-10-02 | 1 | -1/+1 |
| * | [llvm-mca] Rename the 'Subtract' method to 'subtract' | Matt Davis | 2018-10-01 | 1 | -1/+1 |
| * | [llvm-mca] Remove redundant namespace prefixes. NFC | Andrea Di Biagio | 2018-09-28 | 8 | -37/+36 |
| * | [llvm-mca] Teach how to track zero registers in class RegisterFile. | Andrea Di Biagio | 2018-09-28 | 1 | -11/+34 |
| * | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 2 | -5/+4 |
| * | [llvm-mca] Improve code comments in LSUnit.{h, cpp}. NFC | Andrea Di Biagio | 2018-09-24 | 1 | -1/+11 |
| * | [MCA] Remove dependency on CodeGen. | Dean Michael Berris | 2018-09-21 | 3 | -3/+1 |
| * | [TableGen][SubtargetEmitter] Add the ability for processor models to describe... | Andrea Di Biagio | 2018-09-19 | 1 | -5/+25 |
| * | [llvm-mca] Add the ability to mark register reads/writes associated with dep-... | Andrea Di Biagio | 2018-09-18 | 4 | -25/+24 |
| * | [llvm-mca] Slightly refactor class InstRef. NFC. | Andrea Di Biagio | 2018-09-18 | 1 | -1/+1 |
| * | Revert r342148 (and follow-on fix attempts r342154, r342180, r342182, r342193) | Nico Weber | 2018-09-15 | 1 | -4/+8 |
| * | Renovate CMake files in the `llvm-(cfi-verify|exegesis|mca)` tools. | Richard Diamond | 2018-09-13 | 1 | -8/+4 |
| * | [llvm-mca] Delay calculation of Cycles per Resources, separate the cycles and... | Matt Davis | 2018-09-11 | 4 | -15/+16 |
| * | [llvm-mca] Fix typo in debug output. NFC. | Matt Davis | 2018-09-01 | 1 | -1/+1 |
| * | [llvm-mca] Report the number of dispatched micro opcodes in the DispatchStati... | Andrea Di Biagio | 2018-08-30 | 1 | -4/+20 |
| * | [llvm-mca] Remove unused formal. NFC. | Matt Davis | 2018-08-29 | 1 | -2/+2 |
| * | [llvm-mca] Move the initialization of Pipeline. NFC. | Matt Davis | 2018-08-29 | 1 | -2/+2 |
| * | [llvm-mca] Pass an instruction reference when notifying event listeners about... | Andrea Di Biagio | 2018-08-28 | 1 | -20/+15 |
| * | [llvm-mca] Introduce the llvm-mca library and organize the directory accordin... | Matt Davis | 2018-08-27 | 20 | -0/+2744 |