This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c6a5d73cf61 Handle clang-tools-extra project in docker scripts. new 8e3ba0877cb [mips] Fix fp select machine verifier errors new 1d22eb0749c [globalisel][tablegen] Add control-flow to the MatchTable.
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: .../llvm/CodeGen/GlobalISel/InstructionSelector.h | 16 + .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 317 +++++++----- lib/Target/Mips/MicroMips32r6InstrInfo.td | 5 +- lib/Target/Mips/Mips32r6InstrInfo.td | 35 +- lib/Target/Mips/MipsCondMov.td | 8 +- lib/Target/Mips/MipsISelLowering.cpp | 31 +- lib/Target/Mips/MipsISelLowering.h | 6 + lib/Target/Mips/MipsInstrFPU.td | 8 + lib/Target/Mips/MipsSEISelLowering.cpp | 19 +- lib/Target/Mips/MipsSEISelLowering.h | 1 + test/CodeGen/Mips/llvm-ir/select-dbl.ll | 32 +- test/CodeGen/Mips/llvm-ir/select-flt.ll | 30 +- test/CodeGen/Mips/select.ll | 12 +- test/TableGen/GlobalISelEmitter.td | 59 ++- utils/TableGen/GlobalISelEmitter.cpp | 530 ++++++++++++++++----- 15 files changed, 778 insertions(+), 331 deletions(-)