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 46e53c243f7 [ARM][PR82989] Fix unexpected use of NEON instructions for shifts
new f9a6d4ed0aa gcc/ChangeLog:
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 | 7 ++
gcc/config/rs6000/rs6000.c | 1 +
gcc/testsuite/ChangeLog | 4 +
.../gcc.target/powerpc/crypto-builtin-1-runnable.c | 110 +++++++++++++++++++++
4 files changed, 122 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/crypto-builtin-1-runnable.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 clang.
from 231c516e8c Move a ref-counted pointer instead of copying it. NFC.
new 1f49997a41 Drop spurious break; NFC
new d62e1f9623 [clang-format] Do not insert space before closing brace in O [...]
new e37a191e99 [clang-format] Refine ObjC guesser to handle child lines of [...]
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:
lib/Format/Format.cpp | 13 +++----------
lib/Format/TokenAnnotator.cpp | 4 ++++
lib/Sema/SemaChecking.cpp | 1 -
unittests/Format/FormatTest.cpp | 6 ++++++
unittests/Format/FormatTestObjC.cpp | 30 ++++++++++++++++++++++++++++++
5 files changed, 43 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 binutils-gdb.
from 3fcded8f30 set varsize-limit: New GDB setting for maximum dynamic object size
new 608219fb29 Include <cmath> in dwarf-index-write.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 | 4 ++++
gdb/dwarf-index-write.c | 1 +
2 files changed, 5 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 compiler-rt.
from 4637a721e Revert "[asan] Replace vfork with fork."
new d3a94d4f0 [scudo] Fuchsia minimal shared runtime
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/scudo/CMakeLists.txt | 45 ++++++++++++++++++++++++---------------------
1 file changed, 24 insertions(+), 21 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 655aa18ad [lld] fix data race in ICF.cpp
new 8c1942327 [ELF] Disable ICF for synthetic sections
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/ICF.cpp | 7 +++++++
test/ELF/icf-merged-sections.s | 34 +++++++++++++++++++---------------
2 files changed, 26 insertions(+), 15 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 59cc4834e5 problem looking up some symbols when they have a linkage name
new cd4fb1b2ff Move DWARF index-related things to a separate file
new 3fcded8f30 set varsize-limit: New GDB setting for maximum dynamic object size
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 | 75 +
gdb/Makefile.in | 4 +
gdb/NEWS | 5 +
gdb/ada-lang.c | 7 +
gdb/doc/ChangeLog | 4 +
gdb/doc/gdb.texinfo | 32 +
gdb/dwarf-index-common.c | 56 +
gdb/dwarf-index-common.h | 63 +
gdb/dwarf-index-write.c | 1684 ++++++++++++++++
gdb/dwarf2read.c | 2220 +---------------------
gdb/dwarf2read.h | 375 ++++
gdb/printcmd.c | 1 +
gdb/testsuite/ChangeLog | 4 +
gdb/testsuite/gdb.ada/varsize_limit.exp | 38 +
gdb/testsuite/gdb.ada/varsize_limit/pck.adb | 25 +
gdb/testsuite/gdb.ada/varsize_limit/pck.ads | 20 +
gdb/testsuite/gdb.ada/varsize_limit/vsizelim.adb | 23 +
17 files changed, 2503 insertions(+), 2133 deletions(-)
create mode 100644 gdb/dwarf-index-common.c
create mode 100644 gdb/dwarf-index-common.h
create mode 100644 gdb/dwarf-index-write.c
create mode 100644 gdb/dwarf2read.h
create mode 100644 gdb/testsuite/gdb.ada/varsize_limit.exp
create mode 100644 gdb/testsuite/gdb.ada/varsize_limit/pck.adb
create mode 100644 gdb/testsuite/gdb.ada/varsize_limit/pck.ads
create mode 100644 gdb/testsuite/gdb.ada/varsize_limit/vsizelim.adb
--
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 82a6742fd5a PR target/85056
new 1fb6eb03a21 [Patch ARM] Fix PR target/81863
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 | 7 +++++-
gcc/config/arm/arm.c | 3 +++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/arm/pr81863.c | 44 ++++++++++++++++++++++++++++++++++
4 files changed, 58 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr81863.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 clang.
from fca35ec59e Revert "[clang-format] Remove empty lines before }[;] // comment"
new 231c516e8c Move a ref-counted pointer instead of copying it. 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:
lib/Tooling/Tooling.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 gcc.
from 21ff6d066ef 2018-03-27 Richard Biener <rguenther(a)suse.de>
new 82a6742fd5a PR target/85056
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 | 6 ++++++
gcc/config/nvptx/nvptx.c | 5 +++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/nvptx/pr85056.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.target/nvptx/pr85056a.c | 3 +++
5 files changed, 40 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/nvptx/pr85056.c
create mode 100644 gcc/testsuite/gcc.target/nvptx/pr85056a.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 binutils-gdb.
from 675015399b Remove verbose code from backtrace command
new 59cc4834e5 problem looking up some symbols when they have a linkage name
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 | 10 +++++++
gdb/ada-lang.c | 1 +
gdb/c-lang.c | 4 +++
gdb/d-lang.c | 1 +
gdb/dwarf2read.c | 6 +++-
gdb/f-lang.c | 1 +
gdb/go-lang.c | 1 +
gdb/language.c | 2 ++
gdb/language.h | 20 +++++++++++++
gdb/m2-lang.c | 1 +
gdb/objc-lang.c | 1 +
gdb/opencl-lang.c | 1 +
gdb/p-lang.c | 1 +
gdb/rust-lang.c | 1 +
gdb/testsuite/ChangeLog | 9 ++++++
gdb/testsuite/gdb.ada/maint_with_ada.exp | 1 -
gdb/testsuite/gdb.ada/notcplusplus.exp | 45 ++++++++++++++++++++++++++++
gdb/testsuite/gdb.ada/notcplusplus/foo.adb | 21 +++++++++++++
gdb/testsuite/gdb.ada/notcplusplus/pck.adb | 21 +++++++++++++
gdb/testsuite/gdb.ada/notcplusplus/pck.ads | 19 ++++++++++++
gdb/testsuite/gdb.ada/notcplusplus/ver.ads | 22 ++++++++++++++
gdb/testsuite/gdb.base/c-linkage-name.c | 44 ++++++++++++++++++++++++++++
gdb/testsuite/gdb.base/c-linkage-name.exp | 47 ++++++++++++++++++++++++++++++
23 files changed, 278 insertions(+), 2 deletions(-)
create mode 100644 gdb/testsuite/gdb.ada/notcplusplus.exp
create mode 100644 gdb/testsuite/gdb.ada/notcplusplus/foo.adb
create mode 100644 gdb/testsuite/gdb.ada/notcplusplus/pck.adb
create mode 100644 gdb/testsuite/gdb.ada/notcplusplus/pck.ads
create mode 100644 gdb/testsuite/gdb.ada/notcplusplus/ver.ads
create mode 100644 gdb/testsuite/gdb.base/c-linkage-name.c
create mode 100644 gdb/testsuite/gdb.base/c-linkage-name.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.