This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 859ed6ce4d9 Revert r342457 "Fixes removal of dead elements from Pressur [...] new c66f16ce868 [llvm-mca] Add the ability to mark register reads/writes as [...] new cb24b2be15b Remove dead function user_cache_directory() new 3c958d8fea5 [RISCV][MC] Tighten up checking of sybol operands to lui and auipc
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Support/Path.h | 16 --------- lib/Support/Path.cpp | 12 ------- lib/Support/Unix/Path.inc | 23 ------------ lib/Support/Windows/Path.inc | 4 --- lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 41 +++++++++++++++++----- lib/Target/RISCV/RISCVInstrInfo.td | 14 +++++--- test/MC/RISCV/rv32i-invalid.s | 23 +++++++++--- test/MC/RISCV/rv32i-valid.s | 10 ++++++ .../llvm-mca/include/HardwareUnits/RegisterFile.h | 9 +++-- tools/llvm-mca/include/Instruction.h | 30 ++++++++++------ tools/llvm-mca/lib/HardwareUnits/RegisterFile.cpp | 10 +++--- tools/llvm-mca/lib/InstrBuilder.cpp | 18 ++++++---- tools/llvm-mca/lib/Stages/DispatchStage.cpp | 17 ++++----- tools/llvm-mca/lib/Stages/RetireStage.cpp | 4 +-- unittests/Support/Path.cpp | 29 --------------- 15 files changed, 117 insertions(+), 143 deletions(-)