This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from f264cca Macroize inclusion of math-finite.h
new 1061433 Change return type in the declaration of __ieee754_rem_pio2l
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:
ChangeLog | 7 +++++++
math/e_rem_pio2l.c | 2 +-
sysdeps/generic/math_private.h | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from c10da5a Remove parameter names from template instantiations to make t [...]
new c223214 Change the error message format for undefined symbols.
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:
ELF/Error.cpp | 19 +++++++--
ELF/InputFiles.cpp | 20 ++++++---
ELF/InputFiles.h | 2 +
ELF/InputSection.cpp | 68 +++++++++++++++++++++++++++++++
ELF/InputSection.h | 2 +
ELF/Relocations.cpp | 10 ++++-
test/ELF/libsearch.s | 3 +-
test/ELF/linkerscript/edata-etext.s | 9 ++--
test/ELF/linkerscript/ehdr_start.s | 3 +-
test/ELF/lto/archive-no-index.ll | 4 +-
test/ELF/lto/combined-lto-object-name.ll | 4 +-
test/ELF/sysroot.s | 3 +-
test/ELF/tls-static.s | 3 +-
test/ELF/undef-shared.s | 9 ++--
test/ELF/undef.s | 36 ++++++++++++----
test/ELF/unresolved-symbols.s | 10 +++--
test/ELF/verneed-local.s | 3 +-
test/ELF/warn-unresolved-symbols-hidden.s | 18 ++++----
test/ELF/warn-unresolved-symbols.s | 15 +++++--
test/ELF/zdefs.s | 3 +-
20 files changed, 194 insertions(+), 50 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 04dea7e [CodeGen] Pass SDAG an ORE, and replace FastISel stats with remarks.
new 1042cb4 [DAGCombiner] Initial support for the fast-math flag contract
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/SelectionDAG/DAGCombiner.cpp | 50 ++++++++++++++++++++------------
test/CodeGen/AArch64/neon-fma-FMF.ll | 27 +++++++++++++++++
test/CodeGen/PowerPC/fma-aggr-FMF.ll | 35 ++++++++++++++++++++++
3 files changed, 93 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/AArch64/neon-fma-FMF.ll
create mode 100644 test/CodeGen/PowerPC/fma-aggr-FMF.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 6c032fa Mask out EXC_SYSCALL exceptions as well. <rdar://problem/31335814>
new 5050cd8 Revert r298776 - Expression: add missing linkage to RuntimeDyld ...
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:
source/Expression/CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1ddeae4 Spelling mistakes in comments. NFCI. (PR27635)
new 7463d9e Correcting a typo; NFC.
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:
test/Analysis/simple-stream-checks.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from af5759d [DAGCombiner] add helper function for visitORLike; NFCI
new 04dea7e [CodeGen] Pass SDAG an ORE, and replace FastISel stats with remarks.
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/CodeGen/SelectionDAG.h | 8 +-
include/llvm/CodeGen/SelectionDAGISel.h | 6 +
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 8 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 295 ++++-----------------
test/CodeGen/AArch64/fast-isel-tail-call.ll | 5 +-
.../CodeGen/Mips/Fast-ISel/check-disabled-mcpus.ll | 30 +--
test/CodeGen/Mips/Fast-ISel/fastcc-miss.ll | 2 +-
test/CodeGen/X86/fast-isel-x86-64.ll | 2 +-
test/CodeGen/X86/fast-isel-x86.ll | 2 +-
9 files changed, 95 insertions(+), 263 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from cef5822 Fixup for r299085: Print all output to stderr.
new cad6e94 Fixup for r299085: On Windows %p doesn't print 0x prefix.
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:
test/asan/TestCases/Darwin/scribble.cc | 2 +-
test/asan/TestCases/scribble.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3e6ef77 [yaml2obj] Enable and fix tests
new af5759d [DAGCombiner] add helper function for visitORLike; NFCI
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/SelectionDAG/DAGCombiner.cpp | 130 ++++++++++++++++++-------------
1 file changed, 75 insertions(+), 55 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 1732335 Fixup for r299085: Include stdint.h in scribble.cc to make ui [...]
new cef5822 Fixup for r299085: Print all output to stderr.
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:
test/asan/TestCases/Darwin/scribble.cc | 2 +-
test/asan/TestCases/scribble.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from ee2f75f [tsan] Add interceptor for xpc_connection_cancel to avoid fal [...]
new 1732335 Fixup for r299085: Include stdint.h in scribble.cc to make ui [...]
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:
test/asan/TestCases/Darwin/scribble.cc | 1 +
test/asan/TestCases/scribble.cc | 1 +
2 files changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.