This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0915eb50a32 [ELF][ARM] Add Arm ABI names for float ABI ELF Header flags new e4002873382 [llvm-mca][BtVer2] Teach how to identify dependency-breakin [...] new 07f371fc510 [ARM] Complete enumeration values for Tag_ABI_VFP_args new 8d00765ed12 AMDGPU: Fix test check line bugs
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/MC/MCInstrAnalysis.h | 13 +++ include/llvm/Support/ARMBuildAttributes.h | 2 + lib/MC/MCInstrAnalysis.cpp | 5 + lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp | 74 ++++++++++++++ test/CodeGen/AMDGPU/fmax3.ll | 32 +++--- test/CodeGen/AMDGPU/fmin3.ll | 17 ++-- test/CodeGen/AMDGPU/fmul-2-combine-multi-use.ll | 6 +- .../llvm-mca/X86/BtVer2/dependency-breaking-cmp.s | 22 ++-- .../X86/BtVer2/dependency-breaking-pcmpeq.s | 39 ++++--- .../X86/BtVer2/dependency-breaking-sbb-2.s | 36 +++---- test/tools/llvm-mca/X86/BtVer2/one-idioms.s | 112 +++++++++++---------- tools/llvm-mca/DispatchStage.cpp | 12 ++- tools/llvm-mca/InstrBuilder.cpp | 4 + tools/llvm-mca/Instruction.h | 13 ++- tools/llvm-mca/RetireStage.cpp | 8 +- 15 files changed, 258 insertions(+), 137 deletions(-)