This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ac2a3f3c5b8 2018-06-21 Paul Thomas <pault(a)gcc.gnu.org>
new e91478d3b92 PR c++/86182 - fix wrong PR tag in earlier commit
new 5b63c39b550 Let -fmem-report see callers of cxx_make_type.
new 6a41eca3f53 Reduce garbage from push_to_top_level.
new dce73155426 * pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Use TEMPLATE_PAR [...]
The 4 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 | 16 +++++++++++++++-
gcc/cp/cp-objcp-common.h | 3 ++-
gcc/cp/cp-tree.h | 4 ++--
gcc/cp/lex.c | 16 ++++++++++++----
gcc/cp/name-lookup.c | 4 ++--
gcc/cp/pt.c | 9 +++++++++
gcc/testsuite/g++.dg/template/anonunion3.C | 2 +-
7 files changed, 43 insertions(+), 11 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 50feec5fc15 [DebugInfo] Ignore DBG_VALUE instructions in PostRA Machine Sink
new e9f0bb45ca2 [InstCombine] add tests for shuffled cmps; 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:
test/Transforms/InstCombine/icmp-vec.ll | 123 +++++++++++++++++++++++++++-----
1 file changed, 104 insertions(+), 19 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 83601e52b86 [InstCombine] use constant pattern matchers with icmp+sext
new 50feec5fc15 [DebugInfo] Ignore DBG_VALUE instructions in PostRA Machine Sink
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/MachineSink.cpp | 61 +++++++++++--------
test/CodeGen/X86/postra-ignore-dbg-instrs.mir | 88 +++++++++++++++++++++++++++
2 files changed, 124 insertions(+), 25 deletions(-)
create mode 100644 test/CodeGen/X86/postra-ignore-dbg-instrs.mir
--
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 909304d33 Partially revert r335236
new f037f4183 Fix an issue where DW_OP_deref might be dereferencing a file [...]
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:
source/Expression/DWARFExpression.cpp | 28 ++++++++++++++++++++++++++++
1 file changed, 28 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 compiler-rt.
from f3fff397c [sanitizer] Stop running tests against 32-bit iOS simulator
new f88870273 [tsan] Use DARWIN_osx_LINK_FLAGS when building unit tests to [...]
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/tsan/tests/CMakeLists.txt | 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 7cf22ab2fa6 [InstCombine] add vector icmp tests with undefs; NFC
new 83601e52b86 [InstCombine] use constant pattern matchers with icmp+sext
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/InstCombineCasts.cpp | 25 +++++++++++--------------
test/Transforms/InstCombine/vec_sext.ll | 11 +++++------
2 files changed, 16 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 llvm.
from 1a4304a1326 [InstCombine] simplify binops before trying other folds
new 7cf22ab2fa6 [InstCombine] add vector icmp tests with undefs; 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:
test/Transforms/InstCombine/vec_sext.ll | 23 +++++++++++++++++++++++
1 file changed, 23 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 dc6e82f67 Fix macos build for r335244
new 909304d33 Partially revert r335236
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:
source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | 8 ++++++++
source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | 4 ++++
source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp | 4 ++++
source/Plugins/ScriptInterpreter/Python/PythonExceptionState.h | 4 ++++
.../Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | 8 ++++++++
source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | 8 ++++++++
source/Plugins/ScriptInterpreter/Python/lldb-python.h | 4 ++++
7 files changed, 40 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 d0ae7eebffe * cfgrtl.c (fixup_reorder_chain): Do not emit NOPs in DECL [...]
new ac2a3f3c5b8 2018-06-21 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 | 14 +++++++-
gcc/fortran/resolve.c | 5 +++
gcc/fortran/trans-array.c | 29 +++++++++++++++--
gcc/fortran/trans-expr.c | 4 +++
gcc/testsuite/ChangeLog | 5 +++
.../gfortran.dg/unlimited_polymorphic_30.f03 | 38 ++++++++++++++++++++++
6 files changed, 92 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/unlimited_polymorphic_30.f03
--
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 baa9ccee642 [LoopVectorize] regenerate full checks; NFC
new 1a4304a1326 [InstCombine] simplify binops before trying other folds
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/InstCombineAddSub.cpp | 30 ++++++++-------
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 21 ++++++-----
.../InstCombine/InstCombineMulDivRem.cpp | 43 +++++++++++++---------
lib/Transforms/InstCombine/InstCombineShifts.cpp | 22 +++++------
4 files changed, 64 insertions(+), 52 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.