This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f6deeb2 Error for '-' as filename of a precompiled header (PR pch/78970)
new 4ca4bf5 HSA: implement DIVMOD internal function call
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/hsa-gen.c | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 44 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 llvm.
from f793670 [GlobalISel] Add support for address-taken basic blocks
new 6bf7471 Currently isLikelyComplexAddressComputation tries to figure o [...]
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/llvm/Analysis/TargetTransformInfo.h | 19 ++++---
include/llvm/Analysis/TargetTransformInfoImpl.h | 30 ++++++++++-
include/llvm/CodeGen/BasicTTIImpl.h | 5 +-
lib/Analysis/TargetTransformInfo.cpp | 5 +-
lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 7 ++-
lib/Target/AArch64/AArch64TargetTransformInfo.h | 2 +-
lib/Target/ARM/ARMTargetTransformInfo.cpp | 7 ++-
lib/Target/ARM/ARMTargetTransformInfo.h | 3 +-
lib/Target/X86/X86TargetTransformInfo.cpp | 20 ++++++--
lib/Target/X86/X86TargetTransformInfo.h | 3 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 59 +++++++---------------
.../LoopVectorize/X86/strided_load_cost.ll | 54 ++++++++++++++++++++
12 files changed, 150 insertions(+), 64 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/X86/strided_load_cost.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 gcc.
from 1540114 Fix typo.
new f6deeb2 Error for '-' as filename of a precompiled header (PR pch/78970)
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/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-opts.c | 7 ++++++-
gcc/gcc.c | 11 ++++++++++-
4 files changed, 28 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 master
in repository llvm.
from b1151ef [doc] Fix minor grammatical error in Phabricator.rst
new f793670 [GlobalISel] Add support for address-taken basic blocks
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/GlobalISel/IRTranslator.cpp | 5 +++-
.../AArch64/GlobalISel/arm64-irtranslator.ll | 33 +++++++++++-----------
.../AArch64/GlobalISel/irtranslator-exceptions.ll | 4 +--
test/CodeGen/X86/GlobalISel/irtranslator-call.ll | 2 +-
4 files changed, 23 insertions(+), 21 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 lldb.
from 48856d9 Fix jModulesInfo handling for cross-path syntax debugging
new a92e501 [lldb-mi] Fix implementation for a few mi commands
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/tools/lldb-mi/TestMiEnvironmentCd.py | 36 +++++++++++++++++++
.../test/tools/lldb-mi/TestMiGdbSetShow.py | 41 ++++++++++++++++++++++
.../test/tools/lldb-mi/control/TestMiExec.py | 9 ++---
.../Python/lldbsuite/test/tools/lldb-mi/main.cpp | 16 ++++++++-
.../test/tools/lldb-mi/syntax/TestMiSyntax.py | 1 +
tools/lldb-mi/MICmdCmdEnviro.cpp | 7 ++++
tools/lldb-mi/MICmdCmdGdbSet.cpp | 34 ++++++++++++++++++
tools/lldb-mi/MICmdCmdGdbSet.h | 1 +
tools/lldb-mi/MICmdCmdGdbShow.cpp | 22 ++++++++++++
tools/lldb-mi/MICmdCmdGdbShow.h | 1 +
tools/lldb-mi/MICmdCmdMiscellanous.cpp | 20 +++++++----
tools/lldb-mi/MICmdCmdTarget.cpp | 1 +
tools/lldb-mi/MICmnMIOutOfBandRecord.cpp | 8 +++++
tools/lldb-mi/MICmnMIOutOfBandRecord.h | 4 ++-
14 files changed, 189 insertions(+), 12 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/tools/lldb-mi/TestMiEnvironmentCd.py
--
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 54631f1 cp/ PR c++/78765 * pt.c (convert_nontype_argument): Don't [...]
new 1540114 Fix typo.
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 | 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 lldb.
from 083115e XFAIL an lldb-mi test
new 9659c83 Silence some -Wstring-conversion warnings
new 48856d9 Fix jModulesInfo handling for cross-path syntax debugging
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:
source/Expression/IRMemoryMap.cpp | 2 +-
.../ExpressionParser/Clang/ClangModulesDeclVendor.cpp | 2 +-
.../Process/gdb-remote/GDBRemoteCommunicationClient.cpp | 2 +-
source/Symbol/ClangASTContext.cpp | 2 +-
.../Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp | 12 ++++++++++--
5 files changed, 14 insertions(+), 6 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 3c2073e [GlobalISel] Add support for switch statements
new b1151ef [doc] Fix minor grammatical error in Phabricator.rst
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:
docs/Phabricator.rst | 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 a219b97 S/390: Additional memset/memcpy runtime tests.
new 54631f1 cp/ PR c++/78765 * pt.c (convert_nontype_argument): Don't [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr78765.C | 15 +++++++++++++++
4 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr78765.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 lldb.
from bebf8ba Add a debuginfo version check for RenderScript modules
new 083115e XFAIL an lldb-mi test
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:
packages/Python/lldbsuite/test/tools/lldb-mi/stack/TestMiStack.py | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.