This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f13ebed [llvm-cov] Turn line numbers in html reports into clickable links new a7bfb15 DCE math library calls with a constant operand.
The 1 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/ConstantFolding.h | 5 ++ lib/Analysis/ConstantFolding.cpp | 149 ++++++++++++++++++++++++++++++++ lib/Transforms/Utils/Local.cpp | 4 + test/Transforms/DCE/calls-errno.ll | 91 +++++++++++++++++++ 4 files changed, 249 insertions(+) create mode 100644 test/Transforms/DCE/calls-errno.ll