1. cc5e6a7 [llvm-mca] Move llvm-mca library to llvm/lib/MCA. by Clement Courbet · 7 years ago[Renamed (98%) from llvm/tools/llvm-mca/lib/HardwareUnits/RetireControlUnit.cpp]
  2. dffec12 [llvm-mca] Use a small vector for instructions in the EntryStage. by Andrea Di Biagio · 7 years ago
  3. 5a8fd65 [llvm-mca] Move namespace mca inside llvm:: by Fangrui Song · 7 years ago
  4. b5d5deb [llvm-mca] Replace InstRef::isValid with operator bool. NFC. by Matt Davis · 7 years ago
  5. aacd5e1 [llvm-mca] Check for inconsistencies when constructing instruction descriptors. by Andrea Di Biagio · 7 years ago
  6. a769912 [llvm-mca] Remove redundant namespace prefixes. NFC by Andrea Di Biagio · 7 years ago
  7. 271ce76 [llvm-mca] Introduce the llvm-mca library and organize the directory accordingly. NFC. by Matt Davis · 7 years ago[Renamed (98%) from llvm/tools/llvm-mca/RetireControlUnit.cpp]
  8. 580f3eb [llvm-mca] Removed wrong NDEBUG guards introduced by my last commit. by Andrea Di Biagio · 7 years ago
  9. eec6b81 [llvm-mca] Remove unused header files and correctly guard some include headers under NDEBUG. NFC by Andrea Di Biagio · 7 years ago
  10. eb7488e [llvm-mca] Remove unnecessary include and forward decl in RCU. NFC. by Matt Davis · 7 years ago
  11. 5b79ffc5b [llvm-mca] Add the RetireStage. by Matt Davis · 7 years ago
  12. 679083e [llvm-mca] Make Dispatch a subclass of Stage. by Matt Davis · 7 years ago
  13. 904684c [llvm-mca] Remove unused include header files. NFC by Andrea Di Biagio · 7 years ago
  14. e2492c8 [llvm-mca] Add file header to RetireControlUnit.cpp. by Andrea Di Biagio · 7 years ago
  15. 1ca61f6 llvm-mca: Add missing includes by David Blaikie · 7 years ago
  16. 21a8d32 [llvm-mca] Avoid exposing index values in the MCA interfaces. by Matt Davis · 7 years ago
  17. 6aa5dcd [llvm-mca] Lift the logic of the RetireControlUnit from the Dispatch translation unit into its own translation unit. NFC by Matt Davis · 7 years ago