This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 12b04c98f74 Re-commit : [PowerPC] Add handling for ColdCC calling conve [...] new 99eac1b767f [mips] Fix incorrect sign extension for fpowi libcall new 4f30de8d0a6 [AArch64] Add new target feature to fuse address generation [...]
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/CodeGen/SelectionDAG/LegalizeDAG.cpp | 12 +-- lib/Target/AArch64/AArch64.td | 5 ++ lib/Target/AArch64/AArch64MacroFusion.cpp | 33 ++++++++ lib/Target/AArch64/AArch64Subtarget.h | 2 + lib/Target/Mips/MipsISelLowering.cpp | 5 +- test/CodeGen/AArch64/misched-fusion-addr.ll | 112 ++++++++++++++++++++++++++++ test/CodeGen/Mips/pr36061.ll | 65 ++++++++++++++++ 7 files changed, 226 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/AArch64/misched-fusion-addr.ll create mode 100644 test/CodeGen/Mips/pr36061.ll