This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e83effff051 [X86-64] Fix 256-bit SET0 lowering for non-VLX targets new 6e90aeea9bf [AArch64] Delete unused VariantKind in AArch64MCExpr new 2edda5220da [ARM] Replace fp-only-sp and d16 with fp64 and d32.
The 2 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/MCSubtargetInfo.h | 4 + lib/MC/MCSubtargetInfo.cpp | 17 +++++ lib/Object/ELFObjectFile.cpp | 6 +- lib/Support/ARMTargetParser.cpp | 39 +++++----- lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp | 3 +- lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h | 2 - lib/Target/ARM/ARM.td | 86 ++++++++++++---------- lib/Target/ARM/ARMAsmPrinter.cpp | 4 +- lib/Target/ARM/ARMBaseInstrInfo.cpp | 9 ++- lib/Target/ARM/ARMBaseRegisterInfo.cpp | 4 +- lib/Target/ARM/ARMFastISel.cpp | 40 +++++----- lib/Target/ARM/ARMISelDAGToDAG.cpp | 6 +- lib/Target/ARM/ARMISelLowering.cpp | 70 +++++++++--------- lib/Target/ARM/ARMInstrInfo.td | 24 +++--- lib/Target/ARM/ARMInstructionSelector.cpp | 11 +-- lib/Target/ARM/ARMLegalizerInfo.cpp | 4 +- lib/Target/ARM/ARMRegisterBankInfo.cpp | 2 +- lib/Target/ARM/ARMSubtarget.h | 35 ++++++--- lib/Target/ARM/ARMTargetTransformInfo.h | 2 +- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 31 ++++---- lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 4 +- lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp | 46 ++++++------ .../ARM/GlobalISel/arm-legalize-load-store.mir | 2 +- test/CodeGen/ARM/arm-storebytesmerge.ll | 2 +- test/CodeGen/ARM/arm32-rounding.ll | 4 +- test/CodeGen/ARM/build-attributes.ll | 38 +++++----- test/CodeGen/ARM/fast-isel-call.ll | 6 +- test/CodeGen/ARM/float-helpers.s | 4 +- test/CodeGen/ARM/fp-only-sp.ll | 2 +- test/CodeGen/ARM/fp16-instructions.ll | 16 ++-- test/CodeGen/ARM/fp16-promote.ll | 2 +- test/CodeGen/ARM/fpconv.ll | 2 +- test/CodeGen/ARM/half.ll | 2 +- test/CodeGen/ARM/inlineasm-X-allocation.ll | 2 +- .../CodeGen/ARM/inlineasm-operand-implicit-cast.ll | 4 +- test/CodeGen/ARM/no-fpu.ll | 4 +- test/CodeGen/Thumb2/aapcs.ll | 2 +- test/CodeGen/Thumb2/float-intrinsics-double.ll | 2 +- test/CodeGen/Thumb2/float-intrinsics-float.ll | 2 +- test/CodeGen/Thumb2/t2sizereduction.mir | 2 +- test/MC/ARM/armv8.3a-js.s | 4 +- test/MC/ARM/d16.s | 4 +- test/MC/ARM/invalid-neon-v8.s | 2 +- test/MC/ARM/single-precision-fp.s | 2 +- test/MC/ARM/vldm-vstm-diags.s | 2 +- test/Transforms/Inline/ARM/inline-fp.ll | 2 +- .../LoopUnroll/runtime-epilog-debuginfo.ll | 2 +- 47 files changed, 308 insertions(+), 257 deletions(-)