This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 24466cd [Coverage] Ensure that coverage mapping data has an expected [...] new 06dac21 [Sparc] Add Soft Float support new 79149b9 [mips] Restrict the creation of compact branches
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: lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 25 +++ lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h | 2 + lib/Target/Mips/Mips32r6InstrFormats.td | 2 +- lib/Target/Mips/MipsInstrInfo.cpp | 20 +- lib/Target/Sparc/Sparc.td | 3 + lib/Target/Sparc/SparcISelLowering.cpp | 16 +- lib/Target/Sparc/SparcISelLowering.h | 4 +- lib/Target/Sparc/SparcSubtarget.cpp | 1 + lib/Target/Sparc/SparcSubtarget.h | 2 + lib/Target/Sparc/SparcTargetMachine.cpp | 38 +++- lib/Target/Sparc/SparcTargetMachine.h | 7 +- .../CodeGen/Mips/compactbranches/no-beqzc-bnezc.ll | 52 +++++ test/CodeGen/SPARC/32abi.ll | 138 ++++++++---- test/CodeGen/SPARC/64abi.ll | 185 +++++++++++----- test/CodeGen/SPARC/soft-float.ll | 235 +++++++++++++++++++++ 15 files changed, 627 insertions(+), 103 deletions(-) create mode 100644 test/CodeGen/Mips/compactbranches/no-beqzc-bnezc.ll create mode 100644 test/CodeGen/SPARC/soft-float.ll