This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from e7c18b9d0a iconv: Mangle __btowc_fct even without __init_fct [BZ #22025]
new 251bccfa1f iconv_open: Fix heap corruption on gconv_init failure [BZ #22026]
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 | 16 ++++++
iconv/Makefile | 14 +++++
iconv/gconv_db.c | 9 +++-
.../dl-tunables.list => iconv/test-gconv-modules | 14 +++--
.../xclose.c => iconv/tst-gconv-init-failure-mod.c | 35 ++++++++++---
.../tst-gconv-init-failure.c | 61 ++++++++++------------
6 files changed, 99 insertions(+), 50 deletions(-)
copy sysdeps/aarch64/dl-tunables.list => iconv/test-gconv-modules (75%)
copy support/xclose.c => iconv/tst-gconv-init-failure-mod.c (54%)
copy sysdeps/unix/sysv/linux/mips/mips32/bug-getcontext-mips-gp.c => iconv/tst-gco [...]
--
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 a67ad7b80e8 [SimplifyCFG] Update initial test for better testing of the [...]
new 31ec8881066 Add null check for promoted direct call
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:
.../Instrumentation/IndirectCallPromotion.cpp | 4 +-
test/Transforms/PGOProfile/icp_sample.ll | 44 ++++++++++++++++++++++
2 files changed, 46 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/PGOProfile/icp_sample.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 glibc.
from 7daada0319 Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).
new e7c18b9d0a iconv: Mangle __btowc_fct even without __init_fct [BZ #22025]
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 | 10 ++++++++++
iconv/gconv_db.c | 21 +++++++++------------
2 files changed, 19 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 lld.
from e5053f3f1 Rewrite std::equal as plain for-loops.
new e76c8b885 [ELF] - Mention -fPIC in some error messages.
new ab9555774 [ELF] - Linkerscript: add test for checking interaction with [...]
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:
ELF/Relocations.cpp | 3 ++-
test/ELF/assignment-archive.s | 27 +++++++++++++++++++++++++++
test/ELF/dynamic-reloc-in-ro.s | 6 +++---
3 files changed, 32 insertions(+), 4 deletions(-)
create mode 100644 test/ELF/assignment-archive.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 1d5640e3f6d Make expansion of balanced binary trees of switches on tree level.
new 7977b0509f0 [gcc]
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 | 8 ++
gcc/gimple-ssa-strength-reduction.c | 164 +++++++++++++-------------
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.c-torture/execute/pr81503.c | 15 +++
4 files changed, 110 insertions(+), 82 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81503.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 llvm.
from 1bf0915d7a5 [Instruction] add moveAfter() convenience function; NFCI
new a67ad7b80e8 [SimplifyCFG] Update initial test for better testing of the [...]
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:
.../SimplifyCFG/preserve-store-alignment.ll | 212 ++++++++++++++++++++-
1 file changed, 210 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 glibc.
from 1cf1232cd4 gconv: Consistently mangle NULL function pointers [BZ #22025]
new 7daada0319 Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).
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 | 25 ++++++++++++++
math/Makefile | 4 ++-
math/bits/math-finite.h | 34 ++++++++-----------
math/math.h | 46 ++++++++++++++++----------
debug/tst-ssp-1.c => math/test-finite-macros.c | 28 +++++-----------
5 files changed, 79 insertions(+), 58 deletions(-)
copy debug/tst-ssp-1.c => math/test-finite-macros.c (70%)
--
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 3f98450ae6b PR target/80993 * gcc/config/msp430/msp430.c (msp430_attr [...]
new 1d5640e3f6d Make expansion of balanced binary trees of switches on tree level.
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 | 48 +
gcc/passes.def | 1 +
gcc/stmt.c | 1026 +--------------------
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.dg/tree-prof/update-loopch.c | 10 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp104.c | 2 +-
gcc/timevar.def | 1 +
gcc/tree-pass.h | 1 +
gcc/tree-switch-conversion.c | 1178 ++++++++++++++++++++++++
9 files changed, 1273 insertions(+), 1000 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 d0babe35c8c [X86] Add a test cases to demonstrate selecting GPR instruc [...]
new 1bf0915d7a5 [Instruction] add moveAfter() convenience function; 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:
include/llvm/IR/Instruction.h | 4 ++++
lib/CodeGen/AtomicExpandPass.cpp | 10 ++--------
lib/CodeGen/CodeGenPrepare.cpp | 9 +++------
lib/IR/Instruction.cpp | 4 ++++
lib/Transforms/Vectorize/SLPVectorizer.cpp | 3 +--
5 files changed, 14 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 54dbd8436b [clang-format] Fixed typedef enum brace wrapping
new 374e414b3a [clang-format] Do not format likely xml
new 9159422314 [clang-format] Refactor likely xml a bit, 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/Format/Format.cpp | 8 ++++++++
unittests/Format/FormatTest.cpp | 7 +++++++
unittests/Format/SortIncludesTest.cpp | 11 +++++++++++
3 files changed, 26 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.