This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 43efefa1c86 Add owner for llvm-objcopy new 54b09599fc4 [InstSimplify] move minnum/maxnum with Inf folds from instcombine new 3b9733f095c [MC] Move EH DWARF encodings from MC to CodeGen, NFC
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/MC/MCObjectFileInfo.h | 14 +- include/llvm/Target/TargetLoweringObjectFile.h | 10 ++ lib/Analysis/InstructionSimplify.cpp | 17 ++- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 156 ++++++++++++++++++++ lib/MC/MCObjectFileInfo.cpp | 162 +-------------------- lib/Target/TargetLoweringObjectFile.cpp | 3 + lib/Transforms/InstCombine/InstCombineCalls.cpp | 35 ----- test/Transforms/InstCombine/maxnum.ll | 17 --- test/Transforms/InstCombine/minnum.ll | 17 --- .../InstSimplify/floating-point-arithmetic.ll | 57 ++++++++ 10 files changed, 252 insertions(+), 236 deletions(-)