This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3e119a685db Regenerate test case again after last revert new b6de0aa63f8 Reapply r360194 "[JITLink] Add support for MachO .alt_entry [...] new 79040e11a59 [ValueTracking] add logic for known-never-nan with minnum/maxnum
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/ExecutionEngine/JITLink/JITLink.h | 2 +- lib/Analysis/ValueTracking.cpp | 5 + lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp | 36 +++---- .../JITLink/MachOAtomGraphBuilder.cpp | 109 +++++++++++++++++++-- .../JITLink/MachOAtomGraphBuilder.h | 5 + lib/ExecutionEngine/JITLink/MachO_x86_64.cpp | 7 +- .../JITLink/X86/MachO_x86-64_relocations.s | 64 +++++++++++- .../InstSimplify/floating-point-compare.ll | 8 +- 8 files changed, 199 insertions(+), 37 deletions(-)