This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 70d6529 [AArch64][GlobalISel] Select GPR G_SUB. new e4fd36e [MIRParser] Accept unsized generic instructions. new e2c6755 [AArch64][GlobalISel] Select G_BR. new a0fb2b6 Revert r276973 "Adjust Registry interface to not require plug [...]
The 3 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/Support/Registry.h | 81 ++++++++++++++++------ lib/CodeGen/GCMetadataPrinter.cpp | 2 - lib/CodeGen/GCStrategy.cpp | 2 - lib/CodeGen/MIRParser/MIParser.cpp | 8 +-- lib/Target/AArch64/AArch64InstructionSelector.cpp | 21 +++--- .../AArch64/GlobalISel/arm64-instructionselect.mir | 18 +++++ test/CodeGen/MIR/X86/generic-instr-type-error.mir | 15 ---- ...irtual-registers.mir => generic-instr-type.mir} | 26 +++++-- 8 files changed, 111 insertions(+), 62 deletions(-) delete mode 100644 test/CodeGen/MIR/X86/generic-instr-type-error.mir rename test/CodeGen/MIR/X86/{generic-virtual-registers.mir => generic-instr-type.m [...]