This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a5944e599a6 [InstCombine] Add vector udiv tests
new 7adf52c27ef [InstCombine] visitSRem - use m_Negative(APInt) helper. 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:
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp | 2 +-
1 file changed, 1 insertion(+), 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 master
in repository gcc.
from 75b370cd036 Mark previous change with: PR target/84113
new de6c153daee /cp 2018-02-08 Paolo Carlini <paolo.carlini(a)oracle.com>
new 7ab20d7cc0b 2018-02-08 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 14 ++++++++++++++
gcc/cp/constexpr.c | 2 +-
gcc/cp/lambda.c | 2 +-
gcc/cp/search.c | 2 +-
gcc/cp/semantics.c | 6 +++---
gcc/cp/typeck.c | 5 ++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/Wunused-parm-11.C | 13 +++++++++++++
8 files changed, 42 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-parm-11.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 gcc-7-branch
in repository gcc.
from c24623747ca S/390: Disable branch prediction for indirect branches
new 49042538326 2018-02-08 Iain Sandoe <iain(a)codesourcery.com>
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/config/rs6000/altivec.md | 1 -
gcc/config/rs6000/predicates.md | 3 +--
3 files changed, 8 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 267578962dc Simplify function prototypes in bugpoint, NFC
new d3663859cfc [SelectionDAG] Add a helper function for creating a boolean [...]
new a5944e599a6 [InstCombine] Add vector udiv tests
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:
include/llvm/CodeGen/SelectionDAG.h | 4 +
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 113 ++++++++++++++++------------
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 51 +++++--------
test/Transforms/InstCombine/vector-udiv.ll | 27 +++++++
4 files changed, 113 insertions(+), 82 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 28a96ee0712 [InstCombine] Add m_Negative pattern matching
new cc227f84d7a Change "UNSUPPORTED: windows" to be "UNSUPPORTED: system-wi [...]
new 267578962dc Simplify function prototypes in bugpoint, 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:
test/Verifier/invalid-eh.ll | 2 +-
test/tools/dsymutil/X86/update-one-CU.test | 2 +-
test/tools/dsymutil/X86/update.test | 2 +-
test/tools/llvm-mt/big_merge.test | 2 +-
test/tools/llvm-mt/conflicting.test | 2 +-
test/tools/llvm-mt/simple_merge.test | 2 +-
test/tools/llvm-mt/single_file.test | 2 +-
test/tools/llvm-mt/xml_error.test | 2 +-
tools/bugpoint/CrashDebugger.cpp | 52 ++++++++++++------------------
9 files changed, 29 insertions(+), 39 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 8de3a6e2af Speed up readelf and objdump by not looking for DWO links un [...]
new 45dd3607e2 Remove a cleanup from gdbserver
new 8ce47547b3 Remove make_cleanup_restore_current_thread from gdbserver
new f6c2623eb8 Return unique_xmalloc_ptr from macro scope functions
new 1739cf248f Class-ify macro_buffer
new 0354904bda Use std::string in maybe_expand
new 84f27c6fcb Remove cleanups from macro_define_command
new a9abc43451 Use gdb::def_vector in find_source_lines
new 58ef3771fb Use unique_xmalloc_ptr in build_id_to_debug_bfd
new 9a897d43f0 Remove cleanups from solib.c
The 9 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 | 62 ++++++
gdb/build-id.c | 9 +-
gdb/c-exp.y | 24 +--
gdb/compile/compile-c-support.c | 2 +-
gdb/gdbserver/ChangeLog | 14 ++
gdb/gdbserver/gdbthread.h | 3 -
gdb/gdbserver/inferiors.c | 12 --
gdb/gdbserver/linux-low.c | 6 +-
gdb/gdbserver/mem-break.c | 11 +-
gdb/macrocmd.c | 80 +++-----
gdb/macroexp.c | 430 ++++++++++++++++------------------------
gdb/macroexp.h | 12 +-
gdb/macroscope.c | 15 +-
gdb/macroscope.h | 15 +-
gdb/solib.c | 14 +-
gdb/source.c | 20 +-
gdb/symtab.c | 9 +-
17 files changed, 340 insertions(+), 398 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 2b796b4596c PR tree-optimization/84238 * tree-ssa-strlen.c (maybe_dia [...]
new 75b370cd036 Mark previous change with: PR target/84113
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 | 1 +
1 file changed, 1 insertion(+)
--
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 934bc505b79 [InstCombine] Add vector urem tests.
new 90222ff7984 [X86] Add a few new test cases for shrunkblend combine
new 28a96ee0712 [InstCombine] Add m_Negative pattern matching
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:
include/llvm/IR/PatternMatch.h | 8 +++
.../InstCombine/InstCombineMulDivRem.cpp | 3 +-
test/CodeGen/X86/vselect.ll | 83 ++++++++++++++++++++++
test/Transforms/InstCombine/vector-urem.ll | 6 +-
4 files changed, 96 insertions(+), 4 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 74894cdfee9 Use ranged for loops in TypeFinder.cpp, NFC
new 934bc505b79 [InstCombine] Add vector urem tests.
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:
test/Transforms/InstCombine/vector-urem.ll | 54 ++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.