This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 29e1623 [opt-viewer] Make it work in the absence of hotness information new 286599a [ARM] Add plumbing for GlobalISel
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: lib/Target/ARM/ARMCallLowering.cpp | 47 +++++++++++++ lib/Target/ARM/ARMCallLowering.h | 37 ++++++++++ lib/Target/ARM/ARMInstructionSelector.cpp | 36 ++++++++++ lib/Target/ARM/ARMInstructionSelector.h | 42 +++++++++++ lib/Target/ARM/ARMLegalizerInfo.cpp | 28 ++++++++ lib/Target/ARM/ARMLegalizerInfo.h | 29 ++++++++ lib/Target/ARM/ARMRegisterBankInfo.cpp | 27 +++++++ lib/Target/ARM/ARMRegisterBankInfo.h | 29 ++++++++ lib/Target/ARM/ARMSubtarget.cpp | 22 +++++- lib/Target/ARM/ARMSubtarget.h | 14 ++++ lib/Target/ARM/ARMTargetMachine.cpp | 82 +++++++++++++++++++++- lib/Target/ARM/CMakeLists.txt | 16 +++++ lib/Target/ARM/LLVMBuild.txt | 2 +- test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 9 +++ .../{AArch64 => ARM}/GlobalISel/lit.local.cfg | 0 15 files changed, 416 insertions(+), 4 deletions(-) create mode 100644 lib/Target/ARM/ARMCallLowering.cpp create mode 100644 lib/Target/ARM/ARMCallLowering.h create mode 100644 lib/Target/ARM/ARMInstructionSelector.cpp create mode 100644 lib/Target/ARM/ARMInstructionSelector.h create mode 100644 lib/Target/ARM/ARMLegalizerInfo.cpp create mode 100644 lib/Target/ARM/ARMLegalizerInfo.h create mode 100644 lib/Target/ARM/ARMRegisterBankInfo.cpp create mode 100644 lib/Target/ARM/ARMRegisterBankInfo.h create mode 100644 test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll copy test/CodeGen/{AArch64 => ARM}/GlobalISel/lit.local.cfg (100%)