This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4b1adb005fa Add "git llvm revert" and "git llvm svn-lookup" subcommands new 5c4309d4544 gn build: Add some build files for clangd new fbfa7eae2fa [MIPS GlobalISel] Select float constants
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/MipsInstructionSelector.cpp | 35 ++++++++ lib/Target/Mips/MipsLegalizerInfo.cpp | 3 + lib/Target/Mips/MipsRegisterBankInfo.cpp | 37 ++++++++- .../instruction-select/float_constants.mir | 64 +++++++++++++++ .../Mips/GlobalISel/legalizer/float_constants.mir | 49 +++++++++++ .../Mips/GlobalISel/llvm-ir/float_constants.ll | 41 +++++++++ .../GlobalISel/regbankselect/float_constants.mir | 50 +++++++++++ utils/gn/build/libs/atomic/BUILD.gn | 14 ++++ utils/gn/secondary/BUILD.gn | 1 + .../clang-apply-replacements/BUILD.gn | 1 + .../gn/secondary/clang-tools-extra/clangd/BUILD.gn | 96 ++++++++++++++++++++++ .../clangd/refactor/tweaks/BUILD.gn | 17 ++++ .../clang-tools-extra/clangd/tool/BUILD.gn | 50 +++++++++++ 13 files changed, 454 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/float_constants.mir create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/float_constants.mir create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/float_constants.ll create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/float_constants.mir create mode 100644 utils/gn/build/libs/atomic/BUILD.gn create mode 100644 utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn create mode 100644 utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn create mode 100644 utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn