This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 25761c3f2ce [llvm-mca] Use a small vector for instructions in the EntryStage. new b4abfc2b263 [llvm-exegesis][NFC] Add a way to declare the default count [...]
The 1 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/Target/TargetPfmCounters.td | 4 +++ lib/Target/AArch64/AArch64.td | 6 ++++ .../AArch64PfmCounters.td} | 15 ++++------ lib/Target/AArch64/CMakeLists.txt | 1 + lib/Target/PowerPC/CMakeLists.txt | 1 + lib/Target/PowerPC/PPC.td | 18 ++++++++---- .../PPCPfmCounters.td} | 15 ++++------ lib/Target/X86/X86PfmCounters.td | 4 +++ tools/llvm-exegesis/lib/AArch64/Target.cpp | 27 +++--------------- tools/llvm-exegesis/lib/Latency.cpp | 11 ++------ tools/llvm-exegesis/lib/Latency.h | 2 -- tools/llvm-exegesis/lib/PowerPC/Target.cpp | 20 ++------------ tools/llvm-exegesis/lib/Target.cpp | 11 ++++++-- .../tools/llvm-exegesis/AArch64/TargetTest.cpp | 6 ++++ .../tools/llvm-exegesis/PowerPC/TargetTest.cpp | 6 ++++ utils/TableGen/ExegesisEmitter.cpp | 32 ++++++++++++---------- 16 files changed, 87 insertions(+), 92 deletions(-) copy lib/Target/{AMDGPU/AMDGPURegisterInfo.td => AArch64/AArch64PfmCounters.td} (53%) copy lib/Target/{AMDGPU/AMDGPURegisterInfo.td => PowerPC/PPCPfmCounters.td} (54%)