This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 4f55ad0bc9 Update SH libm-tests-ulps
new 8e7196c875 S390: Regenerate ULPs.
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 ++
sysdeps/s390/fpu/libm-test-ulps | 88 ++++++++++-------------------------------
2 files changed, 24 insertions(+), 68 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 724361f7769 [NFC] Rename isKnownViaSimpleReasoning to isKnownViaNonRecu [...]
new 89b2bec4e03 (NFC)[MachineCombiner] Improve debug output.
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/MachineCombiner.cpp | 81 +++++++++++++++++++++++++++--------------
1 file changed, 53 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 llvm.
from 185af7af533 [NFC] Fix metadata placement in test
new 724361f7769 [NFC] Rename isKnownViaSimpleReasoning to isKnownViaNonRecu [...]
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/Analysis/ScalarEvolution.h | 4 ++--
lib/Analysis/ScalarEvolution.cpp | 30 +++++++++++++++---------------
2 files changed, 17 insertions(+), 17 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 0d9435c9307 [X86] Regnerate test to show scheduling comments. NFC
new bf830a86e66 [SCEV] Favor isKnownViaSimpleReasoning over constant ranges check
new 185af7af533 [NFC] Fix metadata placement in test
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/ScalarEvolution.cpp | 12 ++++----
.../IndVarSimplify/loop-invariant-conditions.ll | 36 ++++++++++++++++++++--
2 files changed, 39 insertions(+), 9 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 accb72a5f Fix an issue that lld drops symbol versions for -r.
new 92f24d7ac [ELF] Simplify handling of AT section attribute.
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/Writer.cpp | 8 ++++----
ELF/Writer.h | 5 -----
test/ELF/linkerscript/at4.s | 36 ++++++++++++++++++++++++++++++++++++
3 files changed, 40 insertions(+), 9 deletions(-)
create mode 100644 test/ELF/linkerscript/at4.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 gcc.
from 26fbe883ee8 RISC-V: Change sp subtracts so prologue stores can compress.
new 7db25d1825c * libcpp/macro.c: Fix typos.
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:
libcpp/macro.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 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 074bca956e Automatic date update in version.in
new 355c559b74 delete ada-lang.c::ada_to_fixed_value_create advance declaration
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 | 5 +++++
gdb/ada-lang.c | 3 ---
2 files changed, 5 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 compiler-rt.
from 9719bd128 Prevent recursive MSan interceptors in strftime(3) like functions
new 9a797cae1 Teach sanitizer about NetBSD specific ioctl(2) calls
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/sanitizer_common/CMakeLists.txt | 1 +
.../sanitizer_common_interceptors.inc | 1 +
.../sanitizer_common_interceptors_ioctl.inc | 4 +
.../sanitizer_interceptors_ioctl_netbsd.inc | 1491 +++++++++++++++
.../sanitizer_platform_limits_netbsd.cc | 1941 +++++++++++++++++++-
.../sanitizer_platform_limits_netbsd.h | 1936 +++++++++++++++++--
utils/generate_netbsd_ioctls.awk | 757 ++++++++
7 files changed, 5926 insertions(+), 205 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc
create mode 100755 utils/generate_netbsd_ioctls.awk
--
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 d9839346b9 [CFG] Provide construction contexts for temproary objects.
new 7d59ecf0b3 [analyzer] Inline constructors for destroyable temporaries.
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/Core/ExprEngineCXX.cpp | 3 +
test/Analysis/temporaries.cpp | 121 ++++++++++++++++++++++++++----
2 files changed, 108 insertions(+), 16 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 6b4c160f3b [analyzer] Decide on inlining destructors via EvalCallOptions.
new d9839346b9 [CFG] Provide construction contexts for temproary objects.
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/CFG.cpp | 4 +-
test/Analysis/auto-obj-dtors-cfg-output.cpp | 3 +-
test/Analysis/cfg-rich-constructors.cpp | 143 +++++++++++++++++++++-
test/Analysis/temp-obj-dtors-cfg-output.cpp | 183 ++++++++++++++++++----------
4 files changed, 267 insertions(+), 66 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.