This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 75ebb082a21 [llvm-readobj] Separate `Symbol Version` dumpers into `LLVM [...] new ce7cb683c29 [MIPS GlobalISel] Lower float and double arguments in registers new f636c26bde8 [MIPS GlobalISel] Add floating point register bank
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/MipsCallLowering.cpp | 124 ++++++--- lib/Target/Mips/MipsCallLowering.h | 10 +- lib/Target/Mips/MipsRegisterBankInfo.cpp | 5 + lib/Target/Mips/MipsRegisterBanks.td | 2 + .../Mips/GlobalISel/irtranslator/float_args.ll | 211 +++++++++++++++ .../Mips/GlobalISel/regbankselect/float_args.mir | 296 +++++++++++++++++++++ 6 files changed, 612 insertions(+), 36 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/irtranslator/float_args.ll create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/float_args.mir