This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c7c257e345f My commit r310346 introduced some valid warnings. This clea [...] new f6b5ea76fb1 Revert "[GlobalISel] Remove the GISelAccessor API."
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: docs/GlobalISel.rst | 2 + include/llvm/CodeGen/GlobalISel/GISelAccessor.h | 39 +++++++++++++++++ lib/Target/AArch64/AArch64Subtarget.cpp | 57 ++++++++++++++++++++----- lib/Target/AArch64/AArch64Subtarget.h | 20 ++++----- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 37 +++++++++++++--- lib/Target/AMDGPU/AMDGPUSubtarget.h | 28 ++++++------ lib/Target/ARM/ARMSubtarget.cpp | 50 ++++++++++++++++++---- lib/Target/ARM/ARMSubtarget.h | 17 ++++---- lib/Target/X86/X86Subtarget.cpp | 49 +++++++++++++++++---- lib/Target/X86/X86Subtarget.h | 17 ++++---- 10 files changed, 241 insertions(+), 75 deletions(-) create mode 100644 include/llvm/CodeGen/GlobalISel/GISelAccessor.h