1. 1e6d0aa [llvm-mca] Introduce a new base class for mca::Instruction, and change how read/write information is stored. by Andrea Di Biagio · 7 years ago
  2. 207e021 [llvm-mca] Add support for move elimination in class RegisterFile. by Andrea Di Biagio · 7 years ago
  3. a769912 [llvm-mca] Remove redundant namespace prefixes. NFC by Andrea Di Biagio · 7 years ago
  4. 271ce76 [llvm-mca] Introduce the llvm-mca library and organize the directory accordingly. NFC. by Matt Davis · 7 years ago[Renamed from llvm/tools/llvm-mca/Instruction.cpp]
  5. ff630c2 [llvm-mca][BtVer2] teach how to identify false dependencies on partially written by Andrea Di Biagio · 7 years ago
  6. bb25e27 [llvm-mca] A write latency cannot be a negative value. NFC by Andrea Di Biagio · 7 years ago
  7. fa2d16f [llvm-mca] Fix RegisterFile debug prints. NFC by Andrea Di Biagio · 7 years ago
  8. 877f9a7 [llvm-mca] Use a WriteRef to describe register writes in class RegisterFile. by Andrea Di Biagio · 7 years ago
  9. eb1bef6 [llvm-mca] Avoid calling method update() on instructions that are already in the IS_READY state. NFCI by Andrea Di Biagio · 7 years ago
  10. dea343d [llvm-mca] Rename Backend to Pipeline. NFC. by Matt Davis · 7 years ago
  11. 757600b [llvm-mca] Correctly update the CyclesLeft of a register read in the presence of partial register updates. by Andrea Di Biagio · 7 years ago
  12. db66efc [llvm-mca] Remove method Instruction::isZeroLatency(). NFCI by Andrea Di Biagio · 8 years ago
  13. 0a837ef [llvm-mca] Correctly set the ReadAdvance information for register use operands. by Andrea Di Biagio · 8 years ago
  14. 2dee62b [llvm-mca] Minor refactoring. NFCI by Andrea Di Biagio · 8 years ago
  15. 09ea09e [llvm-mca] Simplify (and better standardize) the Instruction interface. by Andrea Di Biagio · 8 years ago
  16. 3562248 [llvm-mca] Simplify code. NFC by Andrea Di Biagio · 8 years ago
  17. 3a6b092 [llvm-mca] LLVM Machine Code Analyzer. by Andrea Di Biagio · 8 years ago