This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1a1cf956cce [PATCH] [MachineScheduler] Check pending instructions when [...] new bba2202bb17 [CodeGen] Add "const" to MachineInstr::mayAlias
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/CodeGen/MachineInstr.h | 2 +- include/llvm/CodeGen/TargetInstrInfo.h | 12 ++++++----- lib/CodeGen/ImplicitNullChecks.cpp | 15 +++++++------ lib/CodeGen/MachineInstr.cpp | 4 ++-- lib/CodeGen/MachinePipeliner.cpp | 6 +++--- lib/CodeGen/MachineScheduler.cpp | 6 +++--- lib/CodeGen/MachineSink.cpp | 2 +- lib/Target/AArch64/AArch64InstrInfo.cpp | 26 +++++++++++------------ lib/Target/AArch64/AArch64InstrInfo.h | 14 ++++++++----- lib/Target/AArch64/AArch64StorePairSuppress.cpp | 2 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 28 ++++++++++++------------- lib/Target/AMDGPU/SIInstrInfo.h | 12 +++++++---- lib/Target/AMDGPU/SIMachineScheduler.cpp | 2 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 5 +++-- lib/Target/Hexagon/HexagonInstrInfo.h | 6 ++++-- lib/Target/Lanai/LanaiInstrInfo.cpp | 11 +++++----- lib/Target/Lanai/LanaiInstrInfo.h | 9 +++++--- lib/Target/SystemZ/SystemZInstrInfo.cpp | 3 ++- lib/Target/SystemZ/SystemZInstrInfo.h | 3 ++- lib/Target/X86/X86InstrInfo.cpp | 2 +- lib/Target/X86/X86InstrInfo.h | 3 ++- 21 files changed, 98 insertions(+), 75 deletions(-)