This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a52f66623a [AST] Fix some Clang-tidy modernize and Include What You Use [...] new 26ba7faa47 [CodeGen] convert math libcalls/builtins to equivalent LLVM [...]
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: lib/CodeGen/CGBuiltin.cpp | 266 ++++++++++++++++++++++++++++--------------- test/CodeGen/builtin-sqrt.c | 6 +- test/CodeGen/builtins.c | 6 +- test/CodeGen/libcalls.c | 12 +- test/CodeGen/math-builtins.c | 48 ++++---- test/CodeGen/math-libcalls.c | 171 ++++++++++++++-------------- 6 files changed, 294 insertions(+), 215 deletions(-)