This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0e34c3597c0 [llvm-ar] Make llvm-lib behave more like the MSVC archiver
new ce1a1091e2c Add EOL at EOF to appease source utils like unifdef
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/Transforms/Utils/Mem2Reg.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.
unknown user pushed a change to branch master
in repository clang.
from d8e9328c6a Recommit r305117: [libclang] Merge multiple availability cla [...]
new 1bafd1eab0 Correct debug info bit offset calculation for big-endian targets
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/CodeGen/CGDebugInfo.cpp | 8 +++++++-
test/CodeGen/mips-debug-info-bitfield.c | 17 +++++++++++++++++
2 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/mips-debug-info-bitfield.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 b31b7dcdb57 Addressed Takumi's comment about redundancy.
new 0e34c3597c0 [llvm-ar] Make llvm-lib behave more like the MSVC archiver
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/ArchiveWriter.h | 1 +
lib/Object/ArchiveWriter.cpp | 14 ++++++++------
test/LibDriver/use-paths.test | 24 ++++++++++++++++++++++++
tools/llvm-ar/llvm-ar.cpp | 4 ++++
4 files changed, 37 insertions(+), 6 deletions(-)
create mode 100644 test/LibDriver/use-paths.test
--
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 users/hjl/pr21562
in repository binutils-gdb.
discards 8a5f6af0f2 Always define referenced __start_SECNAME/__stop_SECNAME
adds c4dcb155c4 Introduce "set debug separate-debug-file"
adds fd0219988d Automatic date update in version.in
adds 3704e3589d S/390: Return with an error for broken tls rewrites
adds 5c3ce2bc8a ELF: Pass bfd_link_info to merge_gnu_properties
new 697a26cce0 Always define referenced __start_SECNAME/__stop_SECNAME
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 (8a5f6af0f2)
\
N -- N -- N refs/heads/users/hjl/pr21562 (697a26cce0)
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:
bfd/ChangeLog | 14 ++++++
bfd/elf-bfd.h | 17 +++++--
bfd/elf-properties.c | 15 +++---
bfd/elf32-i386.c | 5 +-
bfd/elf32-s390.c | 21 ++++++--
bfd/elf64-s390.c | 21 ++++++--
bfd/elf64-x86-64.c | 6 ++-
bfd/elflink.c | 66 ++++++++++++++------------
bfd/version.h | 2 +-
gdb/ChangeLog | 13 +++++
gdb/NEWS | 6 +++
gdb/build-id.c | 7 +++
gdb/doc/ChangeLog | 5 ++
gdb/doc/gdb.texinfo | 6 +++
gdb/symfile.c | 18 +++++++
gdb/symfile.h | 4 ++
ld/emultempl/elf32.em | 14 +++---
ld/testsuite/ld-elf/pr21562.t | 3 --
ld/testsuite/ld-elf/pr21562a.t | 3 ++
ld/testsuite/ld-elf/pr21562b.t | 5 ++
ld/testsuite/ld-elf/pr21562c.d | 2 +-
ld/testsuite/ld-elf/pr21562c.t | 7 +++
ld/testsuite/ld-elf/pr21562d.d | 2 +-
ld/testsuite/ld-elf/pr21562g.d | 2 +-
ld/testsuite/ld-elf/pr21562h.d | 2 +-
ld/testsuite/ld-elf/{pr21562c.d => pr21562i.d} | 2 +-
ld/testsuite/ld-elf/{pr21562d.d => pr21562j.d} | 2 +-
ld/testsuite/ld-elf/{pr21562c.d => pr21562k.d} | 4 +-
ld/testsuite/ld-elf/{pr21562d.d => pr21562l.d} | 4 +-
29 files changed, 201 insertions(+), 77 deletions(-)
delete mode 100644 ld/testsuite/ld-elf/pr21562.t
create mode 100644 ld/testsuite/ld-elf/pr21562a.t
create mode 100644 ld/testsuite/ld-elf/pr21562b.t
create mode 100644 ld/testsuite/ld-elf/pr21562c.t
copy ld/testsuite/ld-elf/{pr21562c.d => pr21562i.d} (83%)
copy ld/testsuite/ld-elf/{pr21562d.d => pr21562j.d} (83%)
copy ld/testsuite/ld-elf/{pr21562c.d => pr21562k.d} (57%)
copy ld/testsuite/ld-elf/{pr21562d.d => pr21562l.d} (57%)
--
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 859cdc93615 compiler: avoid orphaning Bexpressions when processing [...]
new 2066114d702 More refinements to fixing sparc's PR target/80968.
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/sparc/sparc.md | 5 ++++-
2 files changed, 10 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 gcc-7-branch
in repository gcc.
from e40b2ea3a94 PR ada/81070 * s-interr-hwint.adb: Reinstate. * gcc-inte [...]
new cf5a328c880 More refinements to fixing sparc's PR target/80968.
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/sparc/sparc.md | 5 ++++-
2 files changed, 10 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 llvm.
from ef108272464 [DWARF] Added a blank line in llvm-dwarfdump to test commit [...]
new b31b7dcdb57 Addressed Takumi's comment about redundancy.
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:
cmake/modules/TableGen.cmake | 50 ++++++++++++++++----------------------------
1 file changed, 18 insertions(+), 32 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 b12244c42fe Same expressions on both sides of the return
new ef108272464 [DWARF] Added a blank line in llvm-dwarfdump to test commit [...]
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/llvm-dwarfdump/llvm-dwarfdump.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 95174079f6 [ubsan] Detect invalid unsigned pointer index expression (clang)
new d8e9328c6a Recommit r305117: [libclang] Merge multiple availability cla [...]
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/Index/availability.c | 18 +++----
tools/libclang/CIndex.cpp | 120 +++++++++++++++++++++++++++++++---------------
2 files changed, 92 insertions(+), 46 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 glibc.
from 3c023dbf57 float128: Add test-{float128,ifloat128,float128-finite}
new 4bad368d9f Fix build issue on x86.
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:
ChangeLog | 4 ++++
string/string-inlines.c | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.