This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme
in repository gcc.
discards 16389532ade [C++] [PR84231] overload on cond_expr in template
new 5fc8b1c3d65 [C++] [PR84231] overload on cond_expr in template
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 (16389532ade)
\
N -- N -- N refs/heads/aoliva/testme (5fc8b1c3d65)
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 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/cp/parser.c | 4 +++-
1 file changed, 3 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 clang.
from 43eac1f9d7 [StaticAnalyzer] Fix some Clang-tidy modernize and Include W [...]
new 4c51d85a89 [analyzer] [tests] Write to logfile instead of stdout while [...]
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/SATestUpdateDiffs.py | 35 ++++++++++++++++++-----------------
1 file changed, 18 insertions(+), 17 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 e023a1b5f [WebAssembly] Simplify Symbol::getWasmType. NFC.
new ac8e16f9f [WebAssembly] Add test for `--undefined` flag. 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:
test/wasm/undefined.ll | 5 +++--
1 file changed, 3 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 gcc.
from 5778c500e40 libgo: update to final Go 1.10 release
new fa3aa4e118f runtime: update AIX memory allocation for new versions
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/go/gofrontend/MERGE | 2 +-
libgo/go/runtime/malloc.go | 13 ++++++++-----
2 files changed, 9 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 binutils-gdb.
from 0b25598b35 Automatic date update in version.in
new f169cfdc08 Workaround a FreeBSD ptrace() bug with clearing thread events.
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 | 6 ++++++
gdb/fbsd-nat.c | 32 ++++++++++++++++++++++++++++++++
2 files changed, 38 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 gcc.
from 9e1280d6200 Daily bump.
new 5778c500e40 libgo: update to final Go 1.10 release
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/go/gofrontend/MERGE | 2 +-
libgo/MERGE | 2 +-
libgo/VERSION | 2 +-
libgo/go/cmd/go/internal/load/pkg.go | 1 +
libgo/go/cmd/go/internal/work/exec.go | 15 +++++---
libgo/go/cmd/go/internal/work/security.go | 50 +++++++++++++++++++++++---
libgo/go/cmd/go/internal/work/security_test.go | 7 ++++
7 files changed, 67 insertions(+), 12 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 8efaf8446e AMDGPU: Move run and check lines around to match processor o [...]
new 43eac1f9d7 [StaticAnalyzer] Fix some Clang-tidy modernize and Include W [...]
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:
.../StaticAnalyzer/Core/PathSensitive/CallEvent.h | 184 ++++++++++++---------
.../Core/PathSensitive/ConstraintManager.h | 33 ++--
.../Core/PathSensitive/DynamicTypeMap.h | 19 ++-
.../Core/PathSensitive/Environment.h | 30 ++--
.../Core/PathSensitive/FunctionSummary.h | 30 ++--
lib/StaticAnalyzer/Core/CallEvent.cpp | 134 ++++++++-------
lib/StaticAnalyzer/Core/ConstraintManager.cpp | 11 +-
lib/StaticAnalyzer/Core/DynamicTypeMap.cpp | 15 +-
lib/StaticAnalyzer/Core/Environment.cpp | 42 +++--
lib/StaticAnalyzer/Core/FunctionSummary.cpp | 13 +-
10 files changed, 303 insertions(+), 208 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 5afef3b45 [WebAssembly] Inline translateVA as it's trivial.
new e023a1b5f [WebAssembly] Simplify Symbol::getWasmType. 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/Symbols.cpp | 14 ++++----------
1 file changed, 4 insertions(+), 10 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 f53e02e3c [WebAssembly] Remove ELF-ness.
new 5afef3b45 [WebAssembly] Inline translateVA as it's trivial.
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/InputChunks.cpp | 6 ------
wasm/InputChunks.h | 4 ----
wasm/Symbols.cpp | 4 +++-
3 files changed, 3 insertions(+), 11 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 ddf3aca34a1 update_mir_test_checks: Drop support for vreg block checks
new 60285814ddb update_mir_test_checks: Use the regexes from UpdateTestChec [...]
new d53cdbf4cc5 [RuntimeDyld][MachO] Support ARM64_RELOC_BRANCH26 for BL in [...]
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:
.../RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h | 6 ++++--
.../RuntimeDyld/AArch64/MachO_ARM64_relocations.s | 7 +++++++
utils/UpdateTestChecks/common.py | 11 +++++-----
utils/update_mir_test_checks.py | 24 ++++++++++------------
4 files changed, 28 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.