This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 8644588807 Fix TLS relocations against local symbols on powerpc32, spar [...]
new e4f530da0d nptl: Preserve error in setxid thread broadcast in coredumps [...]
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 ++++++
nptl/allocatestack.c | 9 +++++++--
2 files changed, 13 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 llvm.
from 212e51c5400 [Hexagon] Avoid unused variable warnings in release builds.
new 7aa4aa680d6 [Reassociate] auto-generate better checks; NFC
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:
.../Reassociate/2002-05-15-SubReassociate.ll | 23 +++++++++++-----------
test/Transforms/Reassociate/subtest.ll | 20 ++++++++++---------
2 files changed, 23 insertions(+), 20 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 89ba86c158 [analyzer] CStringChecker: pr34460: Avoid a crash when a cas [...]
new 68943cdc1a [analyzer] pr28449: Fix support for various array initializers.
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/RegionStore.cpp | 13 +++++--------
test/Analysis/compound-literals.c | 9 +++++++++
test/Analysis/objc-encode.m | 9 +++++++++
3 files changed, 23 insertions(+), 8 deletions(-)
create mode 100644 test/Analysis/compound-literals.c
create mode 100644 test/Analysis/objc-encode.m
--
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 cb11821c2 [Sanitizers] Add more details to ASan allocator stats report.
new e972b4cb2 [scudo] Allow for non-Android Shared TSD platforms, part 2
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/scudo/scudo_platform.h | 24 +++++++++++++++++-------
lib/scudo/scudo_tsd_shared.cpp | 10 +++++-----
lib/scudo/scudo_tsd_shared.inc | 6 ++++++
3 files changed, 28 insertions(+), 12 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 937b560bd5d [SmallPtrSet] Add iterator epoch tracking.
new 5cd5b63d5e7 [aarch64] Support APInt and APFloat in ImmLeaf subclasses a [...]
new b1763ab78e4 AMDGPU: Look for src mods before fp_extend
new 212e51c5400 [Hexagon] Avoid unused variable warnings in release builds.
The 3 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/ADT/APFloat.h | 15 ++++
include/llvm/CodeGen/SelectionDAGNodes.h | 6 +-
include/llvm/Target/TargetSelectionDAG.td | 33 ++++++++-
lib/Target/AArch64/AArch64InstrFormats.td | 31 ++++-----
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 18 ++++-
lib/Target/Hexagon/HexagonConstExtenders.cpp | 4 ++
test/CodeGen/AMDGPU/fpext-free.ll | 8 +--
test/CodeGen/AMDGPU/mad-mix.ll | 100 +++++++++++++++++++++++++++
utils/TableGen/CodeGenDAGPatterns.cpp | 27 +++++++-
utils/TableGen/CodeGenDAGPatterns.h | 5 ++
utils/TableGen/GlobalISelEmitter.cpp | 66 +++++++++++-------
11 files changed, 255 insertions(+), 58 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 azanella/ifunc-c
in repository glibc.
discards dcf2f38b1b sparc: Remove ifunc assembly macros
discards 2a2ee29c6c sparc32: nearbyint
discards ca25f85081 sparc32: s_rint
discards 080eec99fb sparc32: llrint{f}
discards d144f22aac sparc32: fabs{f}
discards 8e9ab2313b sparc32: s_copysign
discards 28f041d8df sparc: Remove gmp-sysdep_routines
discards cd41d28006 sparc: add_n
discards 8340ab1682 sparc: submul_1
discards a08ce09135 sparc: addmul
discards cfa0e9e462 sparc: sub_n ifunc
discards 598c5d9fb1 sparc: mul_1 ifunc
discards 31f6e2d22d sparc: refactor rint{f} selector to C
discards 9dc9031f81 sparc: refactor lrint{f} selector to C
discards 0b725be34d sparc: refactor nearbyint{f} selector to C
discards 3388209644 sparc: refactor finite{f} selector to C
discards 6313c70b88 sparc: refactor isinf{f} selector to C
discards 5a6a0b7079 sparc: refactor isnan{f} selector to C
discards e2d602b3f7 sparc: refactor signbit{f} selector to C
discards 7a3142629b sparc: trunc ifunc selector fix
discards 6090ab95ec sparc: fma{f} ifunc selector fix
discards 10bbfc1ff3 sparc: floor{f} ifunc selector fix
discards d634262fb9 sparc: ceil ifunc resolver fixes
discards db2c7ceb6b Add sparc_libm_ifunc_redirected and sparc_libm_ifunc_hidden_def
new d134c44324 Add sparc_libm_ifunc_redirected and sparc_libm_ifunc_hidden_def
new 8f2a297f3e sparc: ceil ifunc resolver fixes
new 2a235f0acb sparc: floor{f} ifunc selector fix
new 29bbe4370d sparc: fma{f} ifunc selector fix
new be92adeb9c sparc: trunc ifunc selector fix
new 5d3fee1e0f sparc: refactor signbit{f} selector to C
new 6658fa7842 sparc: refactor isnan{f} selector to C
new 9562bbdd9e sparc: refactor isinf{f} selector to C
new fd702d13c7 sparc: refactor finite{f} selector to C
new 81cfaafdc8 sparc: refactor nearbyint{f} selector to C
new c674413e74 sparc: refactor lrint{f} selector to C
new 6ea983d708 sparc: refactor rint{f} selector to C
new be44778436 sparc: mul_1 ifunc
new 5b7dbbda51 sparc: sub_n ifunc
new f48d0533d2 sparc: addmul
new 9296aed0f1 sparc: submul_1
new 2bb7f02038 sparc: add_n
new 64aee01c00 sparc: Remove gmp-sysdep_routines
new ce377921ff sparc32: s_copysign
new 8ce9523f05 sparc32: fabs{f}
new 762a7405ac sparc32: llrint{f}
new 00187aa857 sparc32: s_rint
new a8ec7aea93 sparc32: nearbyint
new 9e8bca9658 sparc: Remove ifunc assembly macros
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 (dcf2f38b1b)
\
N -- N -- N refs/heads/azanella/ifunc-c (9e8bca9658)
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 24 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:
sysdeps/sparc/sparc-ifunc.h | 4 ++--
.../sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c | 2 +-
sysdeps/sparc/sparc64/fpu/multiarch/s_finite.c | 17 ++++++++++++-----
sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.c | 13 ++++++++-----
sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.c | 17 ++++++++++++-----
sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.c | 12 +++++++-----
sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.c | 17 ++++++++++++-----
sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.c | 12 +++++++-----
sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.c | 2 +-
9 files changed, 62 insertions(+), 34 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 ab26bdd6c25 [InstCombine] move code to remove repeated constant check; NFCI
new 937b560bd5d [SmallPtrSet] Add iterator epoch tracking.
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/ADT/SmallPtrSet.h | 22 +++++++++++++++-------
lib/Support/SmallPtrSet.cpp | 1 +
2 files changed, 16 insertions(+), 7 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 a78fcdf9bf9 * c-gimplify.c (c_gimplify_expr): Handle [LR]ROTATE_EXPR l [...]
new 514977b1554 PR sanitizer/82353 * g++.dg/ubsan/pr82353-2.C: New test. [...]
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/ubsan/pr82353-2-aux.cc | 32 +++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/ubsan/pr82353-2.C | 20 ++++++++++++++++++
gcc/testsuite/g++.dg/ubsan/pr82353-2.h | 31 ++++++++++++++++++++++++++++
4 files changed, 90 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr82353-2-aux.cc
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr82353-2.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr82353-2.h
--
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 9a6875264b2 AMDGPU: Implement isFPExtFoldable
new ab26bdd6c25 [InstCombine] move code to remove repeated constant check; NFCI
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/InstCombine/InstCombineAddSub.cpp | 15 +++++++--------
test/Transforms/InstCombine/add.ll | 12 ++++++++++--
test/Transforms/InstCombine/add2.ll | 9 ---------
3 files changed, 17 insertions(+), 19 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 e3590344cd8 DAG: Add opcode and source type to isFPExtFree
new d9a915e2395 [InstCombine] recycle adds for better efficiency
new 9a6875264b2 AMDGPU: Implement isFPExtFoldable
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/Target/AMDGPU/AMDGPUISelLowering.cpp | 11 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 +
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 47 ++-
test/CodeGen/AMDGPU/fpext-free.ll | 388 +++++++++++++++++++++++
4 files changed, 421 insertions(+), 26 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/fpext-free.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.