This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 5db5e5bf751 Daily bump.
new 5481b70f2f0 Backport "Fix sigsegv in find_same_succ_bb"
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/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/pr81192.c | 22 ++++++++++++++++++++++
gcc/tree-ssa-tail-merge.c | 3 +++
4 files changed, 42 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr81192.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 zorg.
from f4a67dc [sanitizer] Fix cmake invocation on Android bot
new fecfacc [sanitizer] Prepare Android test for parallel execution
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:
.../builders/sanitizers/buildbot_android.sh | 7 +---
.../sanitizers/buildbot_android_functions.sh | 39 ++++++++++++++--------
2 files changed, 26 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 664fbdc666f gcc/ * LINARO-VERSION: Bump version number, post snapshot.
new f45ba6635ae intl/ Backport from trunk r242433. 2016-11-15 Matthias [...]
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:
intl/configure | 931 ++++++++++++++++++++++++++++++++++++++++-----------------
1 file changed, 658 insertions(+), 273 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 2572f356b1 powerpc: Clean up strlen and strnlen for power8
new 073ec86e5e More fixes after the recent import from CLDR-31
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:
localedata/ChangeLog | 22 ++++++++++++++++++++
localedata/locales/br_FR | 2 +-
localedata/locales/fy_NL | 4 ++--
localedata/locales/lg_UG | 2 +-
localedata/locales/ln_CD | 24 +++++++++++-----------
localedata/locales/mn_MN | 18 ++++++++++------
localedata/locales/vi_VN | 24 +++++++++++-----------
localedata/locales/yo_NG | 53 +++++++++++++++++++++++++++++-------------------
localedata/locales/zu_ZA | 18 ++++++++--------
9 files changed, 103 insertions(+), 64 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 86506bced1d Daily bump.
new 6477b4dd86e Fix sigsegv in find_same_succ_bb
new d9e23e79bef Don't tail-merge blocks from different loops
new 8f8d5aac298 Ignore EDGE_{DFS_BACK,EXECUTABLE} in tail-merge
new 358f3a0662b Tweak BB analysis for dr_analyze_innermost
new 44b24fa0849 2016-07-03 Richard Biener <rguenther(a)suse.de>
The 5 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 | 49 +++++++
gcc/testsuite/ChangeLog | 20 +++
gcc/testsuite/gcc.dg/pr81192.c | 22 +++
gcc/testsuite/gcc.dg/vect/bb-slp-pr65935.c | 4 +-
gcc/tree-data-ref.c | 66 ++++-----
gcc/tree-ssa-tail-merge.c | 22 +--
gcc/tree-vect-loop.c | 208 +++++++++++++++++++----------
gcc/tree-vect-slp.c | 15 ++-
gcc/tree-vect-stmts.c | 14 +-
gcc/tree-vectorizer.h | 8 +-
10 files changed, 293 insertions(+), 135 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr81192.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 compiler-rt.
from 6ee59ff2a fix trivial typo; NFC
new 391940858 fix trivial typos in comments; 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:
lib/sanitizer_common/sanitizer_posix.cc | 2 +-
test/tsan/Darwin/ignore-noninstrumented.mm | 2 +-
test/tsan/Darwin/ignored-interceptors.mm | 2 +-
3 files changed, 3 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 llvm.
from e3765ba1683 [InstCombine] Add a TODO for a probable missing single use [...]
new de3c9021440 fix trivial typos in comments; 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:
lib/CodeGen/RegisterScavenging.cpp | 2 +-
lib/DebugInfo/DWARF/DWARFDie.cpp | 2 +-
lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp | 2 +-
lib/Target/SystemZ/SystemZLDCleanup.cpp | 2 +-
lib/Target/X86/X86InstrInfo.cpp | 2 +-
5 files changed, 5 insertions(+), 5 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 ff0022d12c1 AMDGPU: Add operand target flags serialization
new 946c2f9898b [InstCombine] Remove an if that should have been guaranteed [...]
new 33109d60f6b [InstCombine] Add test cases showing missed opportunity to [...]
new e78ec11a0f9 [InstCombine] Support BITWISE_OP(BSWAP(A),BSWAP(B))->BSWAP( [...]
new d8d495196eb [InstCombine] Remove support for BITWISE_OP(CONSTANT, BSWAP [...]
new b4277c6de70 [InstCombine] Add test cases for BITWISE_OP( BSWAP(x), CONS [...]
new 5507b53e8d0 [InstCombine] Support BITWISE_OP( BSWAP(x), CONSTANT ) -> B [...]
new e3765ba1683 [InstCombine] Add a TODO for a probable missing single use [...]
The 7 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/InstCombineAndOrXor.cpp | 45 +++++---------
test/Transforms/InstCombine/bswap-fold.ll | 70 ++++++++++++++++++++++
2 files changed, 85 insertions(+), 30 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 8dc6133eff Use __builtin_popcount in __sched_cpucount [BZ #21696]
new 2572f356b1 powerpc: Clean up strlen and strnlen for power8
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 | 5 +++++
sysdeps/powerpc/powerpc64/power8/strlen.S | 11 -----------
sysdeps/powerpc/powerpc64/power8/strnlen.S | 10 +---------
3 files changed, 6 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 lld.
from 3195205f8 [COFF] Add initial support for linking ARM64 binaries
new 631baaf90 Revert r306813: "[ELF] - Resolve references properly when usi [...]
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/SymbolTable.cpp | 24 ++++--------------------
test/ELF/version-script-symver.s | 11 -----------
2 files changed, 4 insertions(+), 31 deletions(-)
delete mode 100644 test/ELF/version-script-symver.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.