This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e35265b [SelectionDAG] Add a signed integer absolute ISD node new d18970b [libFuzzer] remove stale code new 9db5e41 [globalisel][tblgen] Add support for ComplexPatterns
The 2 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/CodeGen/MachineOperand.h | 6 + .../llvm/Target/GlobalISel/SelectionDAGCompat.td | 6 + include/llvm/Target/GlobalISel/Target.td | 55 +++++ include/llvm/Target/Target.td | 5 + lib/CodeGen/MIRPrinter.cpp | 3 + lib/CodeGen/MachineInstr.cpp | 8 + lib/Fuzzer/FuzzerInternal.h | 24 -- lib/Fuzzer/FuzzerLoop.cpp | 20 +- lib/Fuzzer/test/value-profile-mem.test | 2 +- lib/Target/AArch64/AArch64InstrFormats.td | 4 + lib/Target/AArch64/AArch64InstructionSelector.cpp | 58 ++++- lib/Target/AArch64/AArch64InstructionSelector.h | 11 + lib/Target/ARM/ARMExpandPseudoInsts.cpp | 1 + lib/Target/X86/X86InstructionSelector.cpp | 9 +- lib/Target/X86/X86InstructionSelector.h | 5 + .../AArch64/GlobalISel/arm64-instructionselect.mir | 66 ++++++ test/TableGen/GlobalISelEmitter.td | 3 +- utils/TableGen/GlobalISelEmitter.cpp | 259 +++++++++++++++++++-- 18 files changed, 485 insertions(+), 60 deletions(-) create mode 100644 include/llvm/Target/GlobalISel/Target.td