This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.0-branch
in repository binutils-gdb.
from 8e93ae6831 Automatic date update in version.in
new f7cc213124 Change gdbarch_wchar_bit for AArch64 and ARM
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/aarch64-tdep.c | 1 -
gdb/arm-tdep.c | 1 -
3 files changed, 6 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 2b4f2458d80 2017-04-25 Gary Dismukes <dismukes(a)adacore.com>
new 112e1c2cd45 C: fix-it hint for removing stray semicolons
new 83e4d5c3551 C++: fix-it hint for removing stray semicolons
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/c/ChangeLog | 5 +++++
gcc/c/c-parser.c | 9 +++++++--
gcc/cp/ChangeLog | 5 +++++
gcc/cp/parser.c | 6 +++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/semicolon-fixits.C | 17 +++++++++++++++++
gcc/testsuite/gcc.dg/semicolon-fixits.c | 17 +++++++++++++++++
7 files changed, 64 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/semicolon-fixits.C
create mode 100644 gcc/testsuite/gcc.dg/semicolon-fixits.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 gcc.
from 006cb47f33a Minor reformatting.
new 32cb614ad1f PR target/77728 * config/aarch64/aarch64.c (struct aarch6 [...]
new 53d4aae8805 C++: hints for missing std:: headers
new 2b4f2458d80 2017-04-25 Gary Dismukes <dismukes(a)adacore.com>
The 3 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/ada/ChangeLog | 20 +++
gcc/ada/checks.adb | 56 ++++---
gcc/ada/cstreams.c | 23 +--
gcc/ada/exp_ch4.adb | 9 +-
gcc/ada/exp_util.adb | 8 +-
gcc/ada/osint.adb | 120 +--------------
gcc/ada/osint.ads | 20 +--
gcc/ada/prj-part.adb | 12 +-
gcc/ada/sem.adb | 52 -------
gcc/ada/sem.ads | 14 +-
gcc/config/aarch64/aarch64.c | 101 +++++++++----
gcc/cp/ChangeLog | 7 +
gcc/cp/name-lookup.c | 109 ++++++++++++++
gcc/testsuite/ChangeLog | 10 ++
gcc/testsuite/g++.dg/abi/pr77728-2.C | 171 ++++++++++++++++++++++
gcc/testsuite/g++.dg/lookup/missing-std-include.C | 29 ++++
17 files changed, 491 insertions(+), 286 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/pr77728-2.C
create mode 100644 gcc/testsuite/g++.dg/lookup/missing-std-include.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-7-branch
in repository gcc.
from 92dd624fd32 S/390: PR80464: Split MEM->GPR vector moves
new 20193f6a7e9 PR target/77728 * config/aarch64/aarch64.c (struct aarch6 [...]
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/config/aarch64/aarch64.c | 101 +++++++++++++++------
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/g++.dg/abi/pr77728-2.C | 171 +++++++++++++++++++++++++++++++++++
4 files changed, 268 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/pr77728-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 cda4399247b [DAGCombiner] Add vector support for (srl (trunc (srl x, c1 [...]
new 70ad9d96e12 [SelectionDAG] Pull out repeated getValueType calls. NFCI.
new 7198047ec44 [DebugInfo][X86] Fix handling of DBG_VALUE's in post-RA scheduler.
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:
lib/CodeGen/AggressiveAntiDepBreaker.cpp | 6 +-
lib/CodeGen/AntiDepBreaker.h | 19 ++
lib/CodeGen/CriticalAntiDepBreaker.cpp | 6 +-
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 20 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 12 +-
test/CodeGen/X86/post-ra-sched-with-debug.mir | 318 +++++++++++++++++++++++
6 files changed, 357 insertions(+), 24 deletions(-)
create mode 100644 test/CodeGen/X86/post-ra-sched-with-debug.mir
--
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 efd746c9a Revert r301089 "[builtins] Implement emulated TLS on Windows."
new e80e95517 [Compiler-rt][MIPS] Fix assert introduce with commit rl301171.
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_platform_limits_posix.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.
Charles Baylis pushed a change to branch master
in repository toolchain/jenkins-scripts.
from c2194b9 tcwg-llvm-build.sh: Add wget progress
new a9fa64a jenkins.sh: Use abe.sh --list-artifacts
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:
jenkins.sh | 65 ++++++++++++++++++++++++++++++--------------------------------
1 file changed, 31 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.