This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 210431c813 [CodeGen] Propagate may-alias'ness of lvalues with TBAA info new 7f519c8361 [CodeGen] map sqrt libcalls to llvm.sqrt when errno is not set
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 | 29 +++++++++++++---------------- test/CodeGen/2005-07-20-SqrtNoErrno.c | 10 ---------- test/CodeGen/builtin-sqrt.c | 19 +++++++++++++++++++ test/CodeGen/libcalls.c | 25 ++++++++++++------------- 4 files changed, 44 insertions(+), 39 deletions(-) delete mode 100644 test/CodeGen/2005-07-20-SqrtNoErrno.c create mode 100644 test/CodeGen/builtin-sqrt.c