This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ae03f03 Linker: Remove unnecessary call to copyMetadata in IRLinker:: [...]
new 1529aa6 [AArch64] Compute the Newton series for reciprocals natively
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/Target/AArch64/AArch64ISelLowering.cpp | 51 +++++++++++++++-
lib/Target/AArch64/AArch64ISelLowering.h | 6 +-
lib/Target/AArch64/AArch64InstrInfo.td | 24 ++++++++
test/CodeGen/AArch64/recp-fastmath.ll | 34 ++++++-----
test/CodeGen/AArch64/sqrt-fastmath.ll | 93 ++++++++++++++++++------------
5 files changed, 149 insertions(+), 59 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 lldb.
from cdb0a08 One more cleanup to lldb version printing
new e9bd520 Fix some StringRef Printf warnings.
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:
source/Commands/CommandObjectMultiword.cpp | 2 +-
source/Interpreter/CommandInterpreter.cpp | 2 +-
source/Interpreter/CommandObject.cpp | 2 +-
3 files changed, 3 insertions(+), 3 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 e6502df Forgot to add the ChangeLog to the previous commit, doh.
new ba1cafe Make tilegx32 install libraries in lib32 directories.
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 | 6 ++++++
sysdeps/unix/sysv/linux/tile/tilegx/configure | 17 +++++++++++++++++
sysdeps/unix/sysv/linux/tile/tilegx/configure.ac | 6 ++++++
3 files changed, 29 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 fe876c7 GlobalISel: add tests for G_ZEXT/G_SEXT to types smaller than [...]
new ae03f03 Linker: Remove unnecessary call to copyMetadata in IRLinker:: [...]
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/Linker/IRMover.cpp | 2 --
test/Linker/Inputs/metadata-attach.ll | 19 ++++++++++++++++++
test/Linker/debug-info-global-var.ll | 23 +++++++++++++++++++++
test/Linker/metadata-attach.ll | 38 +++++++++++++++++++++++++++++++----
4 files changed, 76 insertions(+), 6 deletions(-)
create mode 100644 test/Linker/Inputs/metadata-attach.ll
create mode 100644 test/Linker/debug-info-global-var.ll
--
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 4cdb99f [cfi] Mark some tests as requiring additional support from th [...]
new 7dce7f6 [cfi] Mark tests as xfailing on Darwin
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/cfi/icall/external-call.c | 2 +-
test/cfi/icall/weak.c | 2 +-
2 files changed, 2 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 17515fa Implement P0513R0, Poisoning the Hash. * include/bits/functio [...]
new cccf7f1 runtime: don't crash if signal handler info argument is nil
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/go/gofrontend/MERGE | 2 +-
libgo/go/runtime/signal_gccgo.go | 9 ++++++++-
libgo/go/runtime/signal_sigtramp.go | 3 ++-
libgo/runtime/go-signal.c | 6 +++++-
4 files changed, 16 insertions(+), 4 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 c1aa37c Remove redundant uses of \brief.
new 34e4865 [InstCombine] add tests to show missing bitcast folds
new fe876c7 GlobalISel: add tests for G_ZEXT/G_SEXT to types smaller than [...]
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:
.../AArch64/GlobalISel/arm64-instructionselect.mir | 20 +++++++---
test/Transforms/InstCombine/bitcast.ll | 43 ++++++++++++++++++++++
2 files changed, 57 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 clang.
from 2ef126f [sanitizer] Passthrough CMAKE_OSX_DEPLOYMENT_TARGET when buil [...]
new bb96592 [analyzer] Fix crash in NullabilityChecker calling block with [...]
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/StaticAnalyzer/Checkers/NullabilityChecker.cpp | 7 ++++---
test/Analysis/nullability.c | 12 ++++++++++++
2 files changed, 16 insertions(+), 3 deletions(-)
create mode 100644 test/Analysis/nullability.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 lldb.
from ec09eb3 I am leaving Apple in a few weeks; switch over to my personal [...]
new cdb0a08 One more cleanup to lldb version printing
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:
packages/Python/lldbsuite/test/help/TestHelp.py | 7 ++-----
source/lldb.cpp | 27 +++++++++++++------------
2 files changed, 16 insertions(+), 18 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 compiler-rt.
from 416f4bd [tsan] Add support for C++ exceptions into TSan (call __tsan_ [...]
new 4cdb99f [cfi] Mark some tests as requiring additional support from th [...]
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/cfi/icall/external-call.c | 2 +-
test/cfi/icall/weak.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.