This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 1a66a02 [ELF] Only binaries should have DT_DEBUG entry
new ed45219 [ELF] Shared libraries should have entry point
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/Config.h | 1 +
ELF/Driver.cpp | 4 ++--
ELF/Writer.cpp | 10 ++++++----
test/ELF/gc-sections-keep-shared-start.s | 29 +++++++++++++++++++++++++++++
4 files changed, 38 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/gc-sections-keep-shared-start.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 lld.
from a719d77 [ELF] - Teach LLD to recognize PT_OPENBSD_BOOTDATA
new 1a66a02 [ELF] Only binaries should have DT_DEBUG entry
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/SyntheticSections.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 llvm.
from d0422a4 [LVI] Remove used return value from markX functions
new 742805e [LCG] Add basic verification of the parent set and fix bugs i [...]
new d55bd2e [AArch64] Correct the check of signed 9-bit imm in isLegalAdd [...]
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/LazyCallGraph.cpp | 27 ++++++--
lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +-
test/Analysis/CostModel/AArch64/gep.ll | 98 +++++++++++++++++++++++++++++-
3 files changed, 121 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 gcc.
from fcdd705 Daily bump.
new a08f9f8 Fix x86_64-ism in selftest (PR bootstrap/78705)
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/i386/i386.c | 14 ++++++++------
2 files changed, 14 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 llvm.
from 7e3547c [LVI] Simplify mergeIn code
new d0422a4 [LVI] Remove used return value from markX functions
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/LazyValueInfo.cpp | 54 ++++++++++++++++++++----------------------
1 file changed, 26 insertions(+), 28 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 a91fd16 Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).
new 5830764 Fix hypot sNaN handling (bug 20940).
new 1dae0a1 Fix typo in last ChangeLog message.
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:
ChangeLog | 18 ++++++++++++
math/libm-test.inc | 52 ++++++++++++++++++++++++++++++++++
sysdeps/ieee754/dbl-64/e_hypot.c | 2 ++
sysdeps/ieee754/flt-32/e_hypotf.c | 4 +--
sysdeps/ieee754/ldbl-128/e_hypotl.c | 2 ++
sysdeps/ieee754/ldbl-128ibm/e_hypotl.c | 2 ++
sysdeps/ieee754/ldbl-96/e_hypotl.c | 2 ++
sysdeps/powerpc/fpu/e_hypot.c | 10 ++++---
sysdeps/powerpc/fpu/e_hypotf.c | 10 ++++---
9 files changed, 92 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 gcc-6-branch
in repository gcc.
from 7edfc15 Daily bump.
new 489cf79 2016-12-06 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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 | 11 +++++++++++
gcc/gimple-ssa-strength-reduction.c | 2 +-
2 files changed, 12 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-5-branch
in repository gcc.
from 12d4822 Daily bump.
new c8bd8a2 2016-12-06 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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 | 11 +++++++++++
gcc/gimple-ssa-strength-reduction.c | 2 +-
2 files changed, 12 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 4825f8a [LVI] Simplify obfuscated code
new 7e3547c [LVI] Simplify mergeIn code
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/LazyValueInfo.cpp | 44 +++++++++++++++++++-----------------------
1 file changed, 20 insertions(+), 24 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 0c9cb64 Fix test.
new ae933a5 Driver: Remove support for -fobjc-gc*
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:
docs/CommandGuide/clang.rst | 10 ----------
include/clang/Basic/DiagnosticDriverKinds.td | 4 ----
include/clang/Driver/CC1Options.td | 6 ++++++
include/clang/Driver/Options.td | 4 ----
lib/Driver/Tools.cpp | 19 -------------------
test/Driver/darwin-objc-gc.m | 19 -------------------
test/Misc/warning-flags.c | 3 +--
7 files changed, 7 insertions(+), 58 deletions(-)
delete mode 100644 test/Driver/darwin-objc-gc.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.