This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ae8e83e5e72 [PredicateInfo] Use custom mangling to support ssa_copy wit [...]
new cef24f0d3b7 Use SCEV to avoid inserting some bounds checks.
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/Instrumentation/BoundsChecking.cpp | 40 ++-
test/Instrumentation/BoundsChecking/opt.ll | 358 ++++++++++++++++++++++
2 files changed, 386 insertions(+), 12 deletions(-)
create mode 100644 test/Instrumentation/BoundsChecking/opt.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 lld.
from 8209e6582 [ELF][MIPS] Fix primary GOT sometimes overflowing by one or t [...]
new 64bd100de [ELF][HEXAGON] Add R_HEX_B15_PCREL_X relocation
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/Arch/Hexagon.cpp | 4 ++++
test/ELF/hexagon.s | 5 +++++
2 files changed, 9 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 glibc.
from 21526a507d Fix out-of-bounds access in IBM-1390 converter (bug 23448)
new e27f41ba2b Add <bits/indirect-return.h>
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 | 11 +++++++
.../sysv/linux/readdir.c => bits/indirect-return.h | 12 +++++---
misc/sys/cdefs.h | 6 ++++
stdlib/Makefile | 2 +-
stdlib/ucontext.h | 6 +++-
string/tst-xbzero-opt.c | 10 +++++-
.../linux/statx.c => x86/bits/indirect-return.h} | 36 ++++++++++------------
7 files changed, 55 insertions(+), 28 deletions(-)
copy sysdeps/unix/sysv/linux/readdir.c => bits/indirect-return.h (73%)
copy sysdeps/{unix/sysv/linux/statx.c => x86/bits/indirect-return.h} (51%)
--
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 dab9d81b7c2 [mips] Fix local dynamic TLS with Sym64
new ae8e83e5e72 [PredicateInfo] Use custom mangling to support ssa_copy wit [...]
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/Transforms/Utils/PredicateInfo.h | 4 ++
lib/Transforms/Utils/PredicateInfo.cpp | 62 +++++++++++++++++++---
test/Other/debugcounter-predicateinfo.ll | 4 +-
test/Transforms/NewGVN/pr33305.ll | 2 +-
test/Transforms/Util/PredicateInfo/condprop.ll | 54 +++++++++----------
test/Transforms/Util/PredicateInfo/diamond.ll | 8 +--
test/Transforms/Util/PredicateInfo/edge.ll | 18 +++----
test/Transforms/Util/PredicateInfo/testandor.ll | 52 +++++++++---------
.../Transforms/Util/PredicateInfo/unnamed-types.ll | 36 +++++++++++++
9 files changed, 165 insertions(+), 75 deletions(-)
create mode 100644 test/Transforms/Util/PredicateInfo/unnamed-types.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 3650e1d928 x86: Update vfork to pop shadow stack
new 21526a507d Fix out-of-bounds access in IBM-1390 converter (bug 23448)
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 ++++++
iconvdata/ibm1364.c | 2 ++
2 files changed, 8 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 gcc.
from e2558ae2a7e Minor refactoring in <bit> header
new 0f04faa50e2 PR middle-end/86627 * expmed.c (expand_divmod): Punt if d [...]
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 | 7 +++++++
gcc/expmed.c | 9 ++++++---
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.target/i386/pr86627.c | 28 ++++++++++++++++++++++++++++
4 files changed, 44 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr86627.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 gcc.
from 1826cc191f7 2018-07-24 Richard Biener <rguenther(a)suse.de>
new e2558ae2a7e Minor refactoring in <bit> header
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:
libstdc++-v3/ChangeLog | 4 ++
libstdc++-v3/include/std/bit | 89 ++++++++++++++++++++++----------------------
2 files changed, 48 insertions(+), 45 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 ab7df71889e [x86/SLH] Extract the core register hardening logic to a lo [...]
new dab9d81b7c2 [mips] Fix local dynamic TLS with Sym64
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/Mips/MicroMipsInstrInfo.td | 3 +++
lib/Target/Mips/Mips16InstrInfo.td | 5 +++--
lib/Target/Mips/Mips64InstrInfo.td | 14 +++-----------
lib/Target/Mips/MipsISelLowering.cpp | 5 +++--
lib/Target/Mips/MipsISelLowering.h | 3 +++
lib/Target/Mips/MipsInstrInfo.td | 12 +++++-------
test/CodeGen/Mips/tls.ll | 9 +++++----
7 files changed, 25 insertions(+), 26 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 baf0d8cca17 Reorder conditions in uses-allocator construction helper
new 1826cc191f7 2018-07-24 Richard Biener <rguenther(a)suse.de>
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 | 4 ++++
gcc/match.pd | 13 +++++++++++++
2 files changed, 17 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 gcc.
from 6289597b454 PR testsuite/86649 * g++.dg/tree-ssa-/pr19476-1.C: Check [...]
new 38faa751cd7 PR libstdc++/70966 fix lifetime bug for default resource
new 47fa6f60621 Make __resource_adaptor_imp usable with C++17 memory_resource
new baf0d8cca17 Reorder conditions in uses-allocator construction helper
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:
libstdc++-v3/ChangeLog | 23 ++++
libstdc++-v3/include/bits/uses_allocator.h | 6 +-
libstdc++-v3/include/experimental/memory_resource | 145 ++++++++++++---------
.../20_util/scoped_allocator/69293_neg.cc | 2 +-
.../testsuite/20_util/uses_allocator/69293_neg.cc | 2 +-
.../testsuite/20_util/uses_allocator/cons_neg.cc | 2 +-
6 files changed, 115 insertions(+), 65 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.