This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3d9cc20 Return correct path from HexagonToolChain::getHexagonTargetDir
new e65910f Revert r284383, while I figure out how to reproduce the failu [...]
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/Driver/ToolChains.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 lld.
from 65a1010 [ELF] - Don't crash on multiple SHT_MIPS_REGINFO/SHT_MIPS_ABI [...]
new 9870631 [ELF] - Add support for -nopie
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/Driver.cpp | 2 +-
ELF/Options.td | 2 ++
test/ELF/pie.s | 12 ++++++++++++
3 files changed, 15 insertions(+), 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 newlib.
from f763e2d dlopen: on x/lib search x/bin if exe is in x/bin
new 8394e47 Make ctype_.c and ctype_.h agree on _ctype_b type
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:
newlib/libc/ctype/ctype_.h | 4 ++++
1 file changed, 4 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 binutils-gdb.
from 1449284 Display unknown notes. Decode NT_GNU_HWCAP notes.
new 8cae7a4 Fixed matching in newly added 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:
gas/ChangeLog | 4 ++++
gas/testsuite/gas/arc/dis-inv.d | 2 +-
2 files changed, 5 insertions(+), 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 gcc.
from 6539e0f 2016-10-17 Richard Biener <rguenther(a)suse.de>
new b25790e PR77994 Convert std::sample size argument to suitable type
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 | 8 +++
libstdc++-v3/include/bits/stl_algo.h | 3 +-
libstdc++-v3/include/experimental/algorithm | 3 +-
libstdc++-v3/testsuite/25_algorithms/sample/2.cc | 65 ++++++++++++++++++++++++
4 files changed, 77 insertions(+), 2 deletions(-)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/sample/2.cc
--
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 573d9cc [Support] remove_dots: Remove windows test.
new 1a38c9c [Object/ELF] - Check Header->e_shoff value earlier and do not crash.
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/Object/ELF.h | 6 ++++++
.../Inputs/invalid-sections-address-alignment.x86-64 | Bin 0 -> 473 bytes
test/Object/invalid.test | 4 ++++
3 files changed, 10 insertions(+)
create mode 100644 test/Object/Inputs/invalid-sections-address-alignment.x86-64
--
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 decf5bd Removed pseudo invalid instructions opcodes.
new 1449284 Display unknown notes. Decode NT_GNU_HWCAP notes.
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:
binutils/ChangeLog | 16 ++++
binutils/readelf.c | 144 ++++++++++++++++++++++--------
binutils/testsuite/binutils-all/readelf.n | 2 +-
3 files changed, 124 insertions(+), 38 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 9066b53 Do not merge BBs with a different EH landing pads (PR
new 04845b6 [gcc]
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 | 16 ++++++++++++++++
gcc/gimple-ssa-strength-reduction.c | 8 ++++++--
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/torture/pr77937-1.c | 15 +++++++++++++++
gcc/testsuite/gcc.dg/torture/pr77937-2.c | 18 ++++++++++++++++++
5 files changed, 64 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77937-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77937-2.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 gcc-5-branch
in repository gcc.
from 787352c Do not merge BBs with a different EH landing pads (PR
new a6ecfae [gcc]
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 | 16 ++++++++++++++++
gcc/gimple-ssa-strength-reduction.c | 8 ++++++--
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/torture/pr77937-1.c | 15 +++++++++++++++
gcc/testsuite/gcc.dg/torture/pr77937-2.c | 18 ++++++++++++++++++
5 files changed, 64 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77937-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77937-2.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 llvm.
from 94b3ee4 [Support] remove_dots: Remove .. from absolute paths.
new 573d9cc [Support] remove_dots: Remove windows 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:
unittests/Support/Path.cpp | 2 --
1 file changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.