This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from c57018587 [ELF] - Move getSymbols() methods to InputFile.
new 10376ff9e Remove redundant flag.
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/Relocations.cpp | 3 +--
ELF/Symbols.cpp | 10 +++++-----
ELF/Symbols.h | 4 ----
3 files changed, 6 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 users/hjl/tls
in repository binutils-gdb.
discards 4563fa4ef6 x86: Lookup __tls_get_addr or ___tls_get_addr once
adds 223b97ba9d Add --no-relax option.
adds 9f06dab1e3 Add a testcase for "ld -d"
adds 91975afd35 Add namespace std to nullptr_t
adds f02fd7745d Unbreak GDBserver build for x32
new 56dc8a59c9 x86: Lookup __tls_get_addr or ___tls_get_addr once
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 (4563fa4ef6)
\
N -- N -- N refs/heads/users/hjl/tls (56dc8a59c9)
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:
gdb/ChangeLog | 12 ++++++++++++
gdb/gdbserver/configure.srv | 1 +
gdb/gdbserver/linux-amd64-ipa.c | 6 +++---
gdb/utils.h | 4 ++--
gold/ChangeLog | 5 +++++
gold/options.h | 3 ++-
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elf/pr21904.d | 6 ++++++
ld/testsuite/ld-elf/pr21904.s | 5 +++++
9 files changed, 42 insertions(+), 6 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr21904.d
create mode 100644 ld/testsuite/ld-elf/pr21904.s
--
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 c7429cbd063 [ArgPromotion] Preserve alignment of byval argument in new alloca
new b20675f7961 [ARM] Use searchable-table for banked registers
new f4bea569899 [Inliner] Fix a typo in option description. NFC.
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/Analysis/InlineCost.cpp | 2 +-
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp | 50 ++++-----------------------
2 files changed, 7 insertions(+), 45 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 users/hjl/gprel
in repository binutils-gdb.
at 3730b7a6c6 Add R_X86_64_GPREL
This branch includes the following new commits:
new 3730b7a6c6 Add R_X86_64_GPREL
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.
--
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 e2caf82c168 [ConstantInt] Use ConstantInt::getValue instead of Constant [...]
new c7429cbd063 [ArgPromotion] Preserve alignment of byval argument in new alloca
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/Transforms/IPO/ArgumentPromotion.cpp | 2 +-
test/Transforms/ArgumentPromotion/byval.ll | 39 +++++++++++++++++++++++-------
2 files changed, 31 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 release_50
in repository clang.
from 676729f19a Merging r308996: ------------------------------------------- [...]
new 9ac40524fe Merging r309975: (except the docs/ part) ------------------- [...]
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/Sema/Sema.cpp | 3 +++
.../cxx1z-class-template-argument-deduction.cpp | 25 +++++++++++++++++++++-
2 files changed, 27 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 5e564d35f9 Revert r304953 for release 5.0.0
new 7777ca006a clang-format: [JS] support fields with case/switch/default labels.
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/Format/UnwrappedLineParser.cpp | 14 ++++++++++++++
unittests/Format/FormatTestJS.cpp | 6 ++++++
2 files changed, 20 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 llvm.
from ad5495ac8c2 [AArch64] Fix an assertion for pre-index generation with un [...]
new e2caf82c168 [ConstantInt] Use ConstantInt::getValue instead of Constant [...]
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/BranchProbabilityInfo.cpp | 2 +-
lib/Analysis/LazyValueInfo.cpp | 6 +++---
lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.