This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2b0c195 Fixed spelling in comment new edf7e07 [mips] MIPS64R6 compact branch support
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: lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 21 ++- lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 7 +- lib/Target/Mips/Mips64r6InstrInfo.td | 37 ++++- lib/Target/Mips/MipsInstrInfo.cpp | 24 +++- lib/Target/Mips/MipsSEInstrInfo.cpp | 20 ++- .../beqc-bnec-register-constraint.ll | 40 ++++++ ...{compact-branches.ll => compact-branches-64.ll} | 158 ++++++++++----------- .../CodeGen/Mips/compactbranches/no-beqzc-bnezc.ll | 61 +++++++- 8 files changed, 266 insertions(+), 102 deletions(-) copy test/CodeGen/Mips/compactbranches/{compact-branches.ll => compact-branches-64 [...]