This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 299a080a943 [PATCH] Include path enumeration
new 5071eeaa4ac 2017-10-11 Vladimir Makarov <vmakarov(a)redhat.com>
new d0071aec2a6 /gcc 2017-10-11 Qing Zhao <qing.zhao(a)oracle.com>
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:
gcc/ChangeLog | 15 ++++++++
gcc/config/aarch64/aarch64.c | 12 ++++--
gcc/lra-lives.c | 9 +++--
gcc/lra.c | 3 +-
gcc/testsuite/ChangeLog | 11 ++++++
gcc/testsuite/gcc.target/aarch64/pr81422.C | 15 ++++++++
gcc/testsuite/gcc.target/i386/i386.exp | 2 +-
gcc/testsuite/gcc.target/i386/pr82353.C | 60 ++++++++++++++++++++++++++++++
8 files changed, 118 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr81422.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr82353.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 lldb.
from 338f88bd0 Fix dumping of characters with non-standard sizes
new 59d7f9e6d Remove default case from switch. Add case to handle new event [...]
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/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp | 6 ++++--
1 file changed, 4 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 603f7bf53 [ELF] Try to not emit weird diagnostics on undefined symbols.
new 039740187 Return early if it fails to parse a hex string.
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/ScriptParser.cpp | 10 ++++++++--
1 file changed, 8 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 c37be534a [sanitizer] Introduce ReservedAddressRange to sanitizer_common
new 7898b35d6 Revert "[sanitizer] Introduce ReservedAddressRange to sanitiz [...]
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/sanitizer_common/sanitizer_common.h | 14 -----
lib/sanitizer_common/sanitizer_fuchsia.cc | 31 -----------
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 36 -------------
lib/sanitizer_common/sanitizer_win.cc | 37 -------------
.../tests/sanitizer_common_test.cc | 62 ----------------------
5 files changed, 180 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 clang.
from 9197bbb6e9 [Analyzer] Remove dead code from testing scripts
new 83aa10497a [Analyzer] Fix introduced regression: properly check for nul [...]
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/StaticAnalyzer/Checkers/NonnullStringConstantsChecker.cpp | 3 ++-
1 file changed, 2 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 compiler-rt.
from f5ee4a4c0 [libFuzzer] make -use_feature_frequency less aggressive and e [...]
new c37be534a [sanitizer] Introduce ReservedAddressRange to sanitizer_common
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/sanitizer_common/sanitizer_common.h | 14 +++++
lib/sanitizer_common/sanitizer_fuchsia.cc | 31 +++++++++++
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 36 +++++++++++++
lib/sanitizer_common/sanitizer_win.cc | 37 +++++++++++++
.../tests/sanitizer_common_test.cc | 62 ++++++++++++++++++++++
5 files changed, 180 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 39865a7f42 Disable the inclusion of logical input files in the assemble [...]
new 7176dfd28d Add FreeBSD/arm architecture.
new 4f9d99066e Add native target for FreeBSD/arm.
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:
gdb/ChangeLog | 17 ++
gdb/Makefile.in | 3 +
gdb/NEWS | 2 +
gdb/{aarch64-fbsd-nat.c => arm-fbsd-nat.c} | 72 +++++---
gdb/arm-fbsd-tdep.c | 257 +++++++++++++++++++++++++++
gdb/{aarch64-fbsd-tdep.h => arm-fbsd-tdep.h} | 29 +--
gdb/configure.host | 1 +
gdb/configure.nat | 5 +
gdb/configure.tgt | 4 +
9 files changed, 354 insertions(+), 36 deletions(-)
copy gdb/{aarch64-fbsd-nat.c => arm-fbsd-nat.c} (57%)
create mode 100644 gdb/arm-fbsd-tdep.c
copy gdb/{aarch64-fbsd-tdep.h => arm-fbsd-tdep.h} (52%)
--
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 b6e79fcc2a2 [x86] avoid infinite loop from SoftenFloatOperand (PR34866)
new 7d7645fe0b3 [SCEV] Properly handle the case of a non-constant start wit [...]
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/Analysis/ScalarEvolution.cpp | 3 +-
unittests/Analysis/ScalarEvolutionTest.cpp | 58 +++++++++++++++++++++++++++++-
2 files changed, 58 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 compiler-rt.
from 0ba9bf56c [asan] Tweak test output to diagnose buildbot failures.
new f5ee4a4c0 [libFuzzer] make -use_feature_frequency less aggressive and e [...]
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/fuzzer/FuzzerCorpus.h | 3 +--
lib/fuzzer/FuzzerFlags.def | 2 +-
2 files changed, 2 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 clang.
from 67126951b5 [Analyzer] Assume that string-like const globals are non-nil.
new 9197bbb6e9 [Analyzer] Remove dead code from testing scripts
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:
utils/analyzer/SATestBuild.py | 55 ++-----------------------------------------
1 file changed, 2 insertions(+), 53 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.