This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7276550b78a [SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428).
new 8636bd77426 [llvm-mca] Clear the content of map VariantDescriptors in I [...]
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:
tools/llvm-mca/InstrBuilder.h | 2 ++
tools/llvm-mca/llvm-mca.cpp | 3 +++
2 files changed, 5 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 00f7ba0313c selftest: introduce class auto_fix_quotes
new 7b4c9af9cc3 Optimize std::sub_match comparisons using string_view-like type
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 | 23 ++
libstdc++-v3/include/bits/regex.h | 244 +++++++++--------
libstdc++-v3/include/bits/regex_compiler.h | 39 +--
libstdc++-v3/include/std/type_traits | 11 +-
.../testsuite/28_regex/sub_match/compare.cc | 303 +++++++++++++++++++++
libstdc++-v3/testsuite/util/testsuite_iterators.h | 8 +-
6 files changed, 489 insertions(+), 139 deletions(-)
create mode 100644 libstdc++-v3/testsuite/28_regex/sub_match/compare.cc
--
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 libcxx.
from 64c10d00c Implement LWG 2946, 3075 and 3076. Reviewed as https://review [...]
new 03295feea [Win32] Overload ==, != for locale_t and long long
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/support/win32/locale_win32.h | 8 ++++++++
1 file 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 770f6f2a920 PR go/86331 os: check return value as well as error fr [...]
new 00f7ba0313c selftest: introduce class auto_fix_quotes
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 | 9 +++++++++
gcc/pretty-print.c | 9 +--------
gcc/selftest.c | 20 ++++++++++++++++++++
gcc/selftest.h | 20 ++++++++++++++++++++
4 files changed, 50 insertions(+), 8 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 df015f19fc7 [WebAssembly] Fix fast-isel optimization of branch conditions.
new 7276550b78a [SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428).
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/ScalarEvolution.cpp | 27 ++++++++++++++++------
test/Analysis/Delinearization/a.ll | 2 +-
.../iv_times_constant_in_subscript.ll | 2 +-
test/Analysis/IVUsers/quadradic-exit-value.ll | 2 +-
.../LoopAccessAnalysis/number-of-memchecks.ll | 4 ++--
.../wrapping-pointer-versioning.ll | 16 ++++++-------
.../ScalarEvolution/different-loops-recs.ll | 2 +-
.../extract-highbits-sameconstmask.ll | 8 +++----
.../ScalarEvolution/lshr-shl-differentconstmask.ll | 10 ++++----
test/Analysis/ScalarEvolution/nsw-offset-assume.ll | 2 +-
test/Analysis/ScalarEvolution/nsw-offset.ll | 2 +-
test/Analysis/ScalarEvolution/nsw.ll | 4 ++--
.../ScalarEvolution/predicated-trip-count.ll | 2 +-
test/Analysis/ScalarEvolution/sext-mul.ll | 4 ++--
.../ScalarEvolution/shl-lshr-differentconstmask.ll | 2 +-
test/Analysis/ScalarEvolution/trip-count-pow2.ll | 2 +-
test/Analysis/ScalarEvolution/zext-mul.ll | 16 ++++++++-----
test/Transforms/LoopVersioning/incorrect-phi.ll | 18 +++++++--------
18 files changed, 70 insertions(+), 55 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 eac61af65b Allow BFD to recognize macOS universal libraries
new b638b5d57f x86-64: Clear the R_X86_64_converted_reloc_bit bit
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:
bfd/ChangeLog | 6 ++++++
bfd/elf64-x86-64.c | 8 ++++++--
ld/ChangeLog | 7 +++++++
ld/testsuite/{ld-sh/fdpic-stack.s => ld-x86-64/pr23324.s} | 3 ++-
ld/testsuite/ld-x86-64/pr23324a.d | 8 ++++++++
ld/testsuite/ld-x86-64/pr23324b.d | 8 ++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 2 ++
7 files changed, 39 insertions(+), 3 deletions(-)
copy ld/testsuite/{ld-sh/fdpic-stack.s => ld-x86-64/pr23324.s} (58%)
create mode 100644 ld/testsuite/ld-x86-64/pr23324a.d
create mode 100644 ld/testsuite/ld-x86-64/pr23324b.d
--
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 1c305da5144 [X86] Add phony registers for high halves of regs with low halves
new df015f19fc7 [WebAssembly] Fix fast-isel optimization of branch conditions.
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/WebAssembly/WebAssemblyFastISel.cpp | 2 +-
test/CodeGen/WebAssembly/fast-isel-br-i1.ll | 48 ++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/WebAssembly/fast-isel-br-i1.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 1da06fc8d [asan] Fix deadlock issue on FreeBSD, caused by use of .prein [...]
new 514b31282 [scudo] Enable Scudo memory hooks for Fuchsia.
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 | 8 ++++++--
1 file changed, 6 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 gcc-8-branch
in repository gcc.
from baa4d8cdc5c PR go/86331 os: check return value as well as error fr [...]
new 80ddc7311c3 2018-07-02 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 ++++
gcc/fortran/trans-array.c | 2 +-
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gfortran.dg/proc_ptr_50.f90 | 68 +++++++++++++++++++++++++++++++
4 files changed, 82 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_50.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.