This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from aac41bcdb1 Add support for editor placeholders to Clang
new fac75c7aa7 Avoid assert when a non-static member function is qualified [...]
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/AST/ItaniumMangle.cpp | 4 +++-
test/CodeGenCXX/unaligned-duplicated-mangle-name.cpp | 20 ++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGenCXX/unaligned-duplicated-mangle-name.cpp
--
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 c219fdb66 Fix buildbot failure.
new b97997a66 Write multiple REQUIRES in one line.
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/ELF/compress-debug-sections.s | 3 +--
1 file changed, 1 insertion(+), 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 glibc.
from 3e2cf872a5 Bug 21399: Fix CP1254 comment for U+00EC
new bee05c9d58 resolv: Replace __builtin_expect with __glibc_unlikely/__gli [...]
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 | 10 ++++++++++
resolv/gai_suspend.c | 2 +-
resolv/nss_dns/dns-host.c | 43 +++++++++++++++++++++++++++----------------
resolv/res_init.c | 2 +-
resolv/res_query.c | 2 +-
resolv/res_send.c | 2 +-
6 files changed, 41 insertions(+), 20 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 gcc.
from 33ca845b0be Update SSA after AutoPGO early inlining (PR ipa/65972).
new 95659db29c0 PR target/80462 * config/avr/avr.c (tree.h): Include it. [...]
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:
gcc/ChangeLog | 8 ++++++++
gcc/config/avr/avr.c | 13 ++++++++++---
2 files changed, 18 insertions(+), 3 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 gcc-6-branch
in repository gcc.
from 2a27636a794 Daily bump.
new 9b2fd6a8f47 Backport from 2017-04-19 trunk r246997. PR target/80462 [...]
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:
gcc/ChangeLog | 10 ++++++++++
gcc/config/avr/avr.c | 13 ++++++++++---
2 files changed, 20 insertions(+), 3 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 83479b7405a Regenerate test. NFCI.
new a7de5df7fd2 [AVR] Remove the 'multibyte' asm test
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/CodeGen/AVR/inline-asm/multibyte.ll | 135 -------------------------------
1 file changed, 135 deletions(-)
delete mode 100644 test/CodeGen/AVR/inline-asm/multibyte.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.
Maxim Kuvyrkov pushed a change to branch tested
in repository toolchain/abe.
at 761db73b Cleanup accessor functions in lib/component.sh.
No new revisions were added by this update.
--
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 c0199e4844a [GlobalIsel][X86] support G_TRUNC selection.
new 4c9576b0d28 [AVR] Fix the test suite
new 83479b7405a Regenerate test. NFCI.
The 2 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/CodeGen/AVR/alloca.ll | 6 +++---
test/CodeGen/AVR/call.ll | 29 +++++++++++++++--------------
test/CodeGen/AVR/directmem.ll | 32 ++++++++++++++++++--------------
test/CodeGen/AVR/varargs.ll | 8 ++++----
test/Transforms/InstCombine/pr32686.ll | 17 +++++++++--------
5 files changed, 49 insertions(+), 43 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 4c6737e76 Rename a test file so that it matches with the option name it [...]
new c219fdb66 Fix buildbot failure.
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/OutputSections.cpp | 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 glibc.
from 2f83a7294d Create more sockets with SOCK_CLOEXEC [BZ #15722]
new 3e2cf872a5 Bug 21399: Fix CP1254 comment for U+00EC
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:
localedata/ChangeLog | 5 +++++
localedata/charmaps/CP1254 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.