This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to branch master
in repository toolchain/backflip.
from 5ebe69f fsfmerge.sh: Clarify user instructions
new 82ab953 fsfmerge.sh: Assume current directory is GCC (instead of hard [...]
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:
fsfmerge.sh | 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.
Yvan Roux pushed a change to branch master
in repository toolchain/backflip.
from cf710d9 Add .gitreview
new 5ebe69f fsfmerge.sh: Clarify user instructions
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:
fsfmerge.sh | 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.
Yvan Roux pushed a change to branch master
in repository toolchain/backflip.
from 681da07 Re-enable automatic review request.
new cf710d9 Add .gitreview
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:
.gitreview | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 .gitreview
--
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 e341fede2cc [mips] Correct the definition of m(f|t)c(0|2)
new 783bd6a2037 [X86][X87] Add X87 fp80 conversion tests
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/X86/fp-cvt.ll | 1123 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 1123 insertions(+)
create mode 100644 test/CodeGen/X86/fp-cvt.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 zack/remove-mode-bits
in repository glibc.
discards eb30bec9e7 Remove __no_long_double / __ldbl_is_dbl.
discards 08c818281a Add __vsyslog_internal, taking the same flags as __v*printf_ [...]
discards cf2d7e75ec Introduce flags-taking internal versions of all v*printf variants.
discards 7eab8d7681 Use SCANF_LDBL_IS_DBL instead of __no_long_double.
discards 6c5b7d899b Use SCANF_ISOC99_A instead of setting bits on the FILE.
discards 14f542c3e1 Add __vfscanf_internal and __vfwscanf_internal with flags ar [...]
discards 4d1d3eb4da strfmon: use a flags argument, not __ldbl_is_dbl.
adds 4e54d91863 aarch64: Fix branch target to loop16
new cbfc092592 strfmon: use a flags argument, not __ldbl_is_dbl.
new 5dab327029 Add __vfscanf_internal and __vfwscanf_internal with flags ar [...]
new 04744d319c Use SCANF_ISOC99_A instead of setting bits on the FILE.
new a2d06458de Use SCANF_LDBL_IS_DBL instead of __no_long_double.
new d02babbc8d Introduce flags-taking internal versions of all v*printf variants.
new 6703b866cf Add __vsyslog_internal, with same flags as __v*printf_internal.
new 9926dde3d8 Replace _IO_FLAGS2_FORTIFY with PRINTF_FORTIFY.
new bf9713106d Remove __no_long_double / __ldbl_is_dbl.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (eb30bec9e7)
\
N -- N -- N refs/heads/zack/remove-mode-bits (bf9713106d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 8 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 | 2 ++
argp/argp-fmtstream.c | 1 -
argp/argp-help.c | 4 ++--
argp/argp-namefrob.h | 2 ++
include/stdio.h | 4 ++++
libio/iolibio.h | 6 ------
libio/iovdprintf.c | 1 -
libio/libio.h | 2 --
libio/libioP.h | 6 ------
libio/obprintf.c | 2 --
libio/vasprintf.c | 2 --
libio/vsnprintf.c | 7 ++++---
libio/vswprintf.c | 1 -
stdio-common/iovfscanf.c | 4 ++--
stdio-common/iovfwscanf.c | 4 ++--
stdio-common/vfwprintf.c | 1 -
stdlib/strfrom-skeleton.c | 2 +-
sysdeps/aarch64/memcmp.S | 2 +-
sysdeps/generic/math_ldbl_opt.h | 4 ++++
sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h | 4 ++++
sysdeps/ieee754/ldbl-opt/nldbl-compat.c | 28 ++++++++++++++++++++++++----
sysdeps/ieee754/ldbl-opt/nldbl-compat.h | 8 ++++++++
22 files changed, 60 insertions(+), 37 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 f1b86fa6b [ELF] - Recommit r326892,r326893 "[ELF] - Report LMA region o [...]
new 8ac00bc9e [WebAssembly] Run clang-format. 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:
wasm/Driver.cpp | 4 ++--
wasm/InputChunks.cpp | 6 ++++--
wasm/InputChunks.h | 5 ++---
wasm/InputFiles.h | 2 +-
wasm/OutputSections.cpp | 5 ++---
wasm/SymbolTable.h | 2 +-
wasm/Symbols.h | 6 +++---
wasm/Writer.cpp | 16 +++++++++-------
wasm/WriterUtils.cpp | 2 +-
9 files changed, 25 insertions(+), 23 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 binutils-gdb.
from 3ae729d5a4 x86: Rewrite NOP generation for fill and alignment
new e95a97d41a Fix watching structs in C++
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:
gdb/ChangeLog | 5 +++++
gdb/gnu-v3-abi.c | 5 +++--
gdb/testsuite/ChangeLog | 5 +++++
.../bp_c_mixed_case/bar.c => gdb.cp/watch-cp.cc} | 15 +++++++++++----
gdb/testsuite/gdb.cp/{dispcxx.exp => watch-cp.exp} | 22 +++++++++-------------
5 files changed, 33 insertions(+), 19 deletions(-)
copy gdb/testsuite/{gdb.ada/bp_c_mixed_case/bar.c => gdb.cp/watch-cp.cc} (71%)
copy gdb/testsuite/gdb.cp/{dispcxx.exp => watch-cp.exp} (67%)
--
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 5ca663294 [ELF] - Revert r326892, r326893.
new f1b86fa6b [ELF] - Recommit r326892,r326893 "[ELF] - Report LMA region o [...]
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/LinkerScript.cpp | 4 ++--
test/ELF/linkerscript/lma-overflow.test | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/linkerscript/lma-overflow.test
--
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 6b49401c3 [ELF] - Fix build bot after r326892 "[ELF] - Report LMA regio [...]
new 5ca663294 [ELF] - Revert r326892, r326893.
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/LinkerScript.cpp | 4 ++--
test/ELF/linkerscript/lma-overflow.test | 16 ----------------
2 files changed, 2 insertions(+), 18 deletions(-)
delete mode 100644 test/ELF/linkerscript/lma-overflow.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.