This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5a71fb601cc [APInt] Add early outs for a division by 1 to udiv/urem/udivrem new 8731f0c094a [TLI] Add declarations for various math header file routine [...] new 099763519fd [ConstantFolding] Add folding for various math '__<func>_fi [...] new a0e10ad06a6 [TLI] Add mapping for various '__<func>_finite' forms of th [...]
The 3 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/TargetLibraryInfo.def | 127 ++++++++++++++++- lib/Analysis/ConstantFolding.cpp | 80 +++++++++-- lib/Analysis/TargetLibraryInfo.cpp | 110 +++++++++++++++ test/Transforms/ConstProp/calls-math-finite.ll | 83 ++++++++++++ test/Transforms/InferFunctionAttrs/annotate.ll | 126 +++++++++++++++++ test/Transforms/InferFunctionAttrs/no-proto.ll | 126 +++++++++++++++++ .../X86/{svml-calls.ll => svml-calls-finite.ll} | 150 +++++++++++---------- unittests/Analysis/TargetLibraryInfoTest.cpp | 46 +++++++ 8 files changed, 762 insertions(+), 86 deletions(-) create mode 100644 test/Transforms/ConstProp/calls-math-finite.ll copy test/Transforms/LoopVectorize/X86/{svml-calls.ll => svml-calls-finite.ll} (55%)