This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9f5a1878692 [llvm-mca] Fix unused variable warning in opt mode.
new 6ebd13d4d17 [TTI] Fix a typo in the comment
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/BasicTTIImpl.h | 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 641c297f4d9 [llvm-mca] Refactor event listeners to make the backend agn [...]
new 9f5a1878692 [llvm-mca] Fix unused variable warning in opt mode.
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:
tools/llvm-mca/Backend.h | 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 clang.
from 4d1212dbc4 clang-import-test: fix build with clang-3.8
new 39d91bde1e [Hexagon] Clang side of r327302 in 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:
include/clang/Driver/Options.td | 52 ++++++++++++++++++++++-------------------
test/Driver/hexagon-packets.c | 10 ++++++++
2 files changed, 38 insertions(+), 24 deletions(-)
create mode 100644 test/Driver/hexagon-packets.c
--
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 79ae54311 [WebAssembly] Use helper macro from ELF/Options.td to tidy. NFC
new 59cad484d [WebAssembly] Demangle symbol names for use by the browser debugger
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/wasm/cxx-mangling.ll | 66 +++++++++++++++++++++++++++++++++++++++++++++++
wasm/Driver.cpp | 6 ++++-
wasm/Writer.cpp | 6 +++--
3 files changed, 75 insertions(+), 3 deletions(-)
create mode 100644 test/wasm/cxx-mangling.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 gcc-7-branch
in repository gcc.
from bcc8105027f Daily bump.
new 66b3b7162ac PR libstdc++/84769 qualify std::get and std::get_if to avoid ADL
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:
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/include/std/variant | 14 ++++++++------
2 files changed, 17 insertions(+), 6 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 54fe79a5b0d [mips] Don't create nested CALLSEQ_START..CALLSEQ_END nodes.
new 641c297f4d9 [llvm-mca] Refactor event listeners to make the backend agn [...]
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:
tools/llvm-mca/Backend.cpp | 45 +------------------
tools/llvm-mca/Backend.h | 17 +++++---
tools/llvm-mca/BackendStatistics.cpp | 16 +++++++
tools/llvm-mca/BackendStatistics.h | 9 +---
tools/llvm-mca/Dispatch.cpp | 15 +++++--
tools/llvm-mca/HWEventListener.h | 67 ++++++++++++++++++++++------
tools/llvm-mca/ResourcePressureView.cpp | 11 +++--
tools/llvm-mca/ResourcePressureView.h | 4 +-
tools/llvm-mca/Scheduler.cpp | 21 +++++++--
tools/llvm-mca/Scheduler.h | 9 +++-
tools/llvm-mca/TimelineView.cpp | 77 ++++++++++++++-------------------
tools/llvm-mca/TimelineView.h | 8 +---
12 files changed, 162 insertions(+), 137 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 ccd3ef404 [ELF] - Implement INSERT BEFORE.
new 178dade0a [WebAssembly] Add missing --demangle arg
new 79ae54311 [WebAssembly] Use helper macro from ELF/Options.td to tidy. NFC
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/wasm/demangle.ll | 17 +++++++++++++++++
wasm/Driver.cpp | 1 +
wasm/Options.td | 33 ++++++++++++++++++---------------
3 files changed, 36 insertions(+), 15 deletions(-)
create mode 100644 test/wasm/demangle.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 llvm.
from 6fb020e07a9 [X86][SSE41] createVariablePermute v2X64 - PCMPEQQ can test [...]
new 54fe79a5b0d [mips] Don't create nested CALLSEQ_START..CALLSEQ_END nodes.
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/Target/Mips/MipsISelLowering.cpp | 51 ++++-
test/CodeGen/Mips/cconv/byval.ll | 430 +++++++++++++++++++++++++++++++++++
2 files changed, 473 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/Mips/cconv/byval.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 clang-tools-extra.
from b487b89e [clangd] Remove extra ";", NFC.
new 81c169e3 [clangd] Fix irrelevant declaratations in goto definition (on [...]
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:
clangd/XRefs.cpp | 10 ++++++++++
unittests/clangd/XRefsTests.cpp | 9 +++++++++
2 files changed, 19 insertions(+)
--
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 778f197486 Update translations from the Translation Project
new 2cc7bad0ae [BZ 1190] Make EOF sticky in stdio.
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 | 17 +++++++
NEWS | 8 +++
libio/Makefile | 3 +-
libio/fileops.c | 7 ++-
libio/oldfileops.c | 7 ++-
libio/tst-fgetc-after-eof.c | 109 ++++++++++++++++++++++++++++++++++++++++
libio/wfileops.c | 4 ++
support/Makefile | 1 +
support/support_openpty.c | 109 ++++++++++++++++++++++++++++++++++++++++
support/tty.h | 45 +++++++++++++++++
wcsmbs/Makefile | 2 +-
wcsmbs/tst-fgetwc-after-eof.c | 114 ++++++++++++++++++++++++++++++++++++++++++
12 files changed, 416 insertions(+), 10 deletions(-)
create mode 100644 libio/tst-fgetc-after-eof.c
create mode 100644 support/support_openpty.c
create mode 100644 support/tty.h
create mode 100644 wcsmbs/tst-fgetwc-after-eof.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.