This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c94df81 [sancov] Fix broken links and displaced coloring in coverage- [...] new 957caa2 Use MutableArrayRef for APFloat::convertToInteger new 0c1e456 [GlobalISel] Use the correct calling conv for calls
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: include/llvm/ADT/APFloat.h | 18 ++++--- include/llvm/ADT/ArrayRef.h | 12 +++++ include/llvm/CodeGen/GlobalISel/CallLowering.h | 4 +- lib/Analysis/ConstantFolding.cpp | 6 +-- lib/CodeGen/GlobalISel/CallLowering.cpp | 2 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 3 +- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 7 +-- lib/ExecutionEngine/ExecutionEngine.cpp | 2 +- lib/Support/APFloat.cpp | 63 ++++++++++++---------- lib/Target/AArch64/AArch64CallLowering.cpp | 5 +- lib/Target/AArch64/AArch64CallLowering.h | 4 +- lib/Target/ARM/ARMCallLowering.cpp | 5 +- lib/Target/ARM/ARMCallLowering.h | 4 +- lib/Transforms/Scalar/IndVarSimplify.cpp | 5 +- .../AArch64/GlobalISel/arm64-irtranslator.ll | 10 ++++ test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 17 ++++++ 16 files changed, 108 insertions(+), 59 deletions(-)