This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae593118ab5 [LoopDeletion] NFC: Add debug statements to the optimization new 8175dca9957 [globalisel][tablegen] Partially fix compile-time regressio [...]
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: .../llvm/CodeGen/GlobalISel/InstructionSelector.h | 86 +++ .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 173 +++++ lib/CodeGen/GlobalISel/InstructionSelector.cpp | 3 + lib/Target/AArch64/AArch64InstructionSelector.cpp | 2 + lib/Target/ARM/ARMInstructionSelector.cpp | 2 + lib/Target/X86/X86InstructionSelector.cpp | 2 + test/TableGen/GlobalISelEmitter.td | 858 ++++++++++++--------- utils/TableGen/GlobalISelEmitter.cpp | 455 +++++++---- 8 files changed, 1062 insertions(+), 519 deletions(-) create mode 100644 include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h