This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1ca1d27 [InstCombine] move icmp transforms that might be recognized a [...] new bf98c57 GlobalISel: don't leak super-entry BB when merging with IR-le [...] new 88afd08 [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: lib/CodeGen/GlobalISel/IRTranslator.cpp | 1 + lib/Target/ARM/ARMConstantPoolValue.cpp | 8 +- lib/Target/ARM/ARMConstantPoolValue.h | 16 ++- lib/Target/ARM/ARMISelLowering.cpp | 139 ++++++++++++++------- lib/Target/ARM/ARMSubtarget.cpp | 24 ++-- lib/Target/ARM/ARMSubtarget.h | 35 ++++-- lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 62 +++++---- lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp | 19 ++- lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp | 94 ++++++++++---- lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp | 53 +++++--- lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp | 8 +- .../ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp | 15 ++- 12 files changed, 301 insertions(+), 173 deletions(-)