This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 618621d [InstCombine] fix checks for previous commit (r285069)
new 16ce778 [X86][SSE] Add support for (V)PMOVSX* constant folding
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/X86/X86ISelLowering.cpp | 67 +++++++++++++++++++++++++------
test/CodeGen/X86/fold-vector-sext-zext.ll | 9 ++---
test/CodeGen/X86/pmul.ll | 28 ++++++-------
test/CodeGen/X86/vector-idiv-sdiv-128.ll | 7 ++--
test/CodeGen/X86/vector-idiv-sdiv-256.ll | 4 +-
test/CodeGen/X86/vector-idiv-sdiv-512.ll | 2 +-
test/CodeGen/X86/vector-idiv-udiv-128.ll | 7 ++--
test/CodeGen/X86/vector-idiv-udiv-256.ll | 4 +-
test/CodeGen/X86/vector-idiv-udiv-512.ll | 2 +-
9 files changed, 81 insertions(+), 49 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 131ad74 Fix 2 typos in IPA ICF pass
new a07d533 Fix not caught use-after-scope with -O1 (PR sanitize/78106)
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 | 6 ++++++
gcc/sanopt.c | 6 +++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/asan/pr78106.c | 31 +++++++++++++++++++++++++++++++
4 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/asan/pr78106.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 gdb-7.12-branch
in repository binutils-gdb.
from fd5c8f0 Fix gdb C++ compilation on Solaris (PR build/20712)
new d5398cb Added forgotten gdb/ChangeLog entry.
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:
gdb/ChangeLog | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 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 gimplefe
in repository gcc.
from e538a23b Address review comments by Joseph (apart from not handling al [...]
new 826c0e1 2016-10-25 Richard Biener <rguenther(a)suse.de>
adds 78e31c4 With -fpu=neon DI mode shifts are expanded after reload. DI [...]
adds 4f436d0 * parser.c (cp_parser_postfix_expression): Adding missing break;.
adds 131ad74 Fix 2 typos in IPA ICF pass
new 98c5e18 Merge remote-tracking branch 'trunk' of git://gcc.gnu.org/git [...]
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:
gcc/ChangeLog | 15 +
gcc/c/Make-lang.in | 3 +-
gcc/c/c-lang.c | 2 +
gcc/c/c-parser.c | 1557 +-------------------
gcc/c/c-parser.h | 230 +++
gcc/c/config-lang.in | 2 +-
gcc/c/gimple-parser.c | 1385 +++++++++++++++++
.../alpha/alpha-passes.def => c/gimple-parser.h} | 12 +-
gcc/common.opt | 2 +-
gcc/config/arm/neon.md | 48 +-
gcc/cp/ChangeLog | 2 +
gcc/cp/parser.c | 1 +
gcc/ipa-icf.c | 1 +
gcc/objc/config-lang.in | 2 +-
gcc/testsuite/ChangeLog | 9 +
gcc/testsuite/gcc.dg/ipa/ipa-icf-32.c | 1 -
gcc/testsuite/gcc.target/arm/pr78041.c | 20 +
17 files changed, 1719 insertions(+), 1573 deletions(-)
create mode 100644 gcc/c/c-parser.h
create mode 100644 gcc/c/gimple-parser.c
copy gcc/{config/alpha/alpha-passes.def => c/gimple-parser.h} (71%)
create mode 100644 gcc/testsuite/gcc.target/arm/pr78041.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 binutils-gdb.
from b196bc4 Fix gdb C++ compilation on Solaris (PR build/20712)
new beb18c8 Make dwarf_expr_context's destructor virtual
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:
gdb/ChangeLog | 5 +++++
gdb/dwarf2expr.h | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
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 gdb-7.12-branch
in repository binutils-gdb.
from e4fb681 Automatic date update in version.in
new fd5c8f0 Fix gdb C++ compilation on Solaris (PR build/20712)
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:
gdb/defs.h | 8 +---
gdb/procfs.c | 23 ++++++----
gdb/sol-thread.c | 128 +++++++++++++++++++++++++++++++++----------------------
gdb/top.c | 2 +-
4 files changed, 93 insertions(+), 68 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 4fd1299 fix warning
new d50540f [InstCombine] add tests for bitcast interference with min/max [...]
new 618621d [InstCombine] fix checks for previous commit (r285069)
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:
test/Transforms/InstCombine/minmax-fold.ll | 63 ++++++++++++++++++++++++++++++
1 file changed, 63 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 lldb.
from 2dc4d65 remove xfail from TestObjCNewSyntax.py test_expr_gmodules()
new 495e24a Revert "Improve the libstdc++ smart pointer formatters"
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:
.../libstdcpp/smart_ptr/Makefile | 9 +-
.../smart_ptr/TestDataFormatterStdSmartPtr.py | 55 +-----
source/Plugins/Language/CPlusPlus/CMakeLists.txt | 1 -
source/Plugins/Language/CPlusPlus/LibStdcpp.cpp | 92 ++++++++++
.../Language/CPlusPlus/LibStdcppSmartPointer.cpp | 200 ---------------------
5 files changed, 108 insertions(+), 249 deletions(-)
delete mode 100644 source/Plugins/Language/CPlusPlus/LibStdcppSmartPointer.cpp
--
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 b30f354 common/common-defs.h: Define __STDC_FORMAT_MACROS as well
new b196bc4 Fix gdb C++ compilation on Solaris (PR build/20712)
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:
gdb/ChangeLog | 35 +++++++++++++++
gdb/defs.h | 10 -----
gdb/procfs.c | 23 ++++++----
gdb/sol-thread.c | 128 +++++++++++++++++++++++++++++++++----------------------
gdb/top.c | 2 +-
5 files changed, 127 insertions(+), 71 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.