This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from de3d17e6c24 typo new d3ed5b78e51 [globalisel][tablegen] Import SelectionDAG's rule predicate [...]
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 | 30 +++++++ lib/Target/AArch64/AArch64InstructionSelector.cpp | 19 ++++- lib/Target/X86/X86.h | 3 +- lib/Target/X86/X86InstructionSelector.cpp | 33 ++++++-- lib/Target/X86/X86TargetMachine.cpp | 2 +- test/TableGen/GlobalISelEmitter.td | 41 +++++++++- utils/TableGen/AsmMatcherEmitter.cpp | 2 +- utils/TableGen/CodeEmitterGen.cpp | 2 +- utils/TableGen/GlobalISelEmitter.cpp | 91 ++++++++++++++++------ utils/TableGen/SubtargetFeatureInfo.cpp | 32 ++++++++ utils/TableGen/SubtargetFeatureInfo.h | 40 ++++++++++ utils/TableGen/Types.cpp | 1 + 12 files changed, 257 insertions(+), 39 deletions(-)