This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 54f9742 [WebAssembly] Fix the opcode value for i64.rotr. new 9cccec8 [AsmWriter] Remove redundant cast<>s. NFC. new 8097fcb [GlobalISel] Add basic Selector-emitter tblgen backend. new 6b55606 Legalize metadata in legacy testcases
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/Target/Target.td | 5 + include/llvm/Target/TargetGlobalISel.td | 29 ++ lib/IR/AsmWriter.cpp | 4 +- lib/Target/AArch64/AArch64InstructionSelector.cpp | 12 +- lib/Target/AArch64/AArch64InstructionSelector.h | 4 + lib/Target/AArch64/CMakeLists.txt | 3 + .../AArch64/arm64-2011-03-17-AsmPrinterCrash.ll | 8 +- .../ARM/2010-06-25-Thumb2ITInvalidIterator.ll | 3 + utils/TableGen/CMakeLists.txt | 1 + utils/TableGen/CodeGenDAGPatterns.h | 2 + utils/TableGen/GlobalISelEmitter.cpp | 388 +++++++++++++++++++++ utils/TableGen/TableGen.cpp | 8 +- utils/TableGen/TableGenBackends.h | 1 + 13 files changed, 456 insertions(+), 12 deletions(-) create mode 100644 include/llvm/Target/TargetGlobalISel.td create mode 100644 utils/TableGen/GlobalISelEmitter.cpp