This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b260e3a Revert "Disallow ArrayRef assignment from temporaries." new d9a6f65 Rename isHotFunction/isColdFunction to isFunctionEntryHot/isF [...] new 4344a28 GlobalISel: support selecting constants on AArch64. new f3542ee GlobalISel: support selecting G_GEP instructions. new 138850b GlobalISel: allow G_GLOBAL_VALUEs in AArch64 legalization. new b725b3c GlobalISel: select G_GLOBAL_VALUE uses on AArch64.
The 5 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: include/llvm/Analysis/ProfileSummaryInfo.h | 8 +- lib/Analysis/InlineCost.cpp | 4 +- lib/Analysis/ProfileSummaryInfo.cpp | 22 +++-- lib/CodeGen/GlobalISel/InstructionSelector.cpp | 4 +- lib/Target/AArch64/AArch64InstructionSelector.cpp | 40 +++++++++- lib/Target/AArch64/AArch64InstructionSelector.h | 6 +- lib/Target/AArch64/AArch64MachineLegalizer.cpp | 1 + lib/Target/AArch64/AArch64TargetMachine.cpp | 2 +- .../AArch64/GlobalISel/arm64-instructionselect.mir | 93 +++++++++++++++++++++- .../AArch64/GlobalISel/legalize-constant.mir | 14 ++++ 10 files changed, 168 insertions(+), 26 deletions(-)