This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 78fa56c Revert a couple of InstCombine/Guard checkins new ac8bbff GlobalISel: support debug intrinsics. new 6159a00 [ARM] Fix some Clang-tidy modernize and Include What You Use [...]
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/GlobalISel/MachineIRBuilder.h | 26 ++++++++ lib/CodeGen/GlobalISel/IRTranslator.cpp | 59 ++++++++++++++++-- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 61 +++++++++++++++++++ lib/Target/ARM/ARM.h | 12 ++-- lib/Target/ARM/ARMBaseInstrInfo.cpp | 71 +++++++++++++--------- lib/Target/ARM/ARMBasicBlockInfo.h | 21 +++---- lib/Target/ARM/ARMComputeBlockSize.cpp | 10 ++- lib/Target/ARM/ARMConstantIslandPass.cpp | 56 +++++++++++------ lib/Target/ARM/ARMExpandPseudoInsts.cpp | 2 + lib/Target/ARM/ARMFrameLowering.cpp | 49 ++++++++++++--- lib/Target/ARM/ARMInstructionSelector.h | 13 ++-- lib/Target/ARM/ARMMCInstLower.cpp | 16 +++-- lib/Target/ARM/ARMMachineFunctionInfo.cpp | 9 +-- lib/Target/ARM/ARMMachineFunctionInfo.h | 69 +++++++++------------ lib/Target/ARM/Thumb1FrameLowering.cpp | 26 +++++++- lib/Target/ARM/Thumb2ITBlockPass.cpp | 21 ++++++- test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 33 ---------- test/CodeGen/AArch64/GlobalISel/debug-insts.ll | 51 ++++++++++++++++ 18 files changed, 436 insertions(+), 169 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/debug-insts.ll