This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 061f5ff24a3 [mips] Provide additional DSP bitconvert patterns new c84690975ac [CodeGen] Print constant pool index operands as %const.0 + [...] new 2b16863067f [CodeGen] Print target index operands as target-index(targe [...] new d347e9783d5 [CodeGen] Print jump-table index operands as %jump-table.0 [...]
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: docs/MIRLangRef.rst | 102 ++++++++++++++++++++++++-- include/llvm/CodeGen/MachineJumpTableInfo.h | 10 +++ lib/CodeGen/MIRPrinter.cpp | 34 +-------- lib/CodeGen/MachineFunction.cpp | 6 +- lib/CodeGen/MachineOperand.cpp | 46 +++++++++--- test/CodeGen/AArch64/max-jump-table.ll | 34 ++++----- test/CodeGen/AArch64/min-jump-table.ll | 16 ++-- test/CodeGen/ARM/subreg-remat.ll | 4 +- test/CodeGen/X86/2010-05-12-FastAllocKills.ll | 4 +- unittests/CodeGen/MachineOperandTest.cpp | 78 ++++++++++++++++++++ 10 files changed, 259 insertions(+), 75 deletions(-)