This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 84491ec4621 [DAGCombine] Limit the number of times for the same store a [...] new 5c2d5457ddb SelectionDAG, MI, AArch64: Widen target flags fields/argume [...] new 15bab22a527 AArch64: Add a tagged-globals backend feature.
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/CodeGen/MachineInstrBuilder.h | 18 ++++----- include/llvm/CodeGen/MachineOperand.h | 22 +++++------ include/llvm/CodeGen/SelectionDAG.h | 42 +++++++++----------- include/llvm/CodeGen/SelectionDAGNodes.h | 47 ++++++++++++----------- lib/CodeGen/MachineOperand.cpp | 6 +-- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 27 ++++++------- lib/Target/AArch64/AArch64.td | 5 +++ lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp | 17 ++++++++ lib/Target/AArch64/AArch64FastISel.cpp | 2 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 3 +- lib/Target/AArch64/AArch64InstrInfo.cpp | 5 ++- lib/Target/AArch64/AArch64InstructionSelector.cpp | 6 +-- lib/Target/AArch64/AArch64MCInstLower.cpp | 2 + lib/Target/AArch64/AArch64Subtarget.cpp | 11 +++++- lib/Target/AArch64/AArch64Subtarget.h | 9 +++-- lib/Target/AArch64/Utils/AArch64BaseInfo.h | 8 ++++ test/CodeGen/AArch64/tagged-globals.ll | 32 +++++++++++++++ 17 files changed, 164 insertions(+), 98 deletions(-) create mode 100644 test/CodeGen/AArch64/tagged-globals.ll