This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d4b4c78 2016-07-22 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 660633d Subject: [PATCH] rs6000: Fix logic for when to emit .machine [...]
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 | 5 +++++
gcc/config/rs6000/rs6000.c | 4 ++--
2 files changed, 7 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 gcc-6-branch
in repository gcc.
from 8482829 PR c++/69223 - ICE with deduced template return type.
new f6edce2 gcc/testsuite/ChangeLog:
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 | 7 +++++
gcc/fortran/simplify.c | 6 +++-
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gfortran.dg/select_type_35.f03 | 41 ++++++++++++++++++++++++++++
4 files changed, 59 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/select_type_35.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 d6931b1 [llvm-cov] - Add the coverage of lines in the summary report.
new e01551d [FastISel] Ignore @llvm.assume.
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/SelectionDAG/FastISel.cpp | 2 ++
test/CodeGen/AArch64/fast-isel-assume.ll | 14 ++++++++++++++
2 files changed, 16 insertions(+)
create mode 100644 test/CodeGen/AArch64/fast-isel-assume.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 lldb.
from 5710beb Fixing layout of elf-core file related structures
new 90cc966 Support loading files even when incorrect file name specified [...]
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/lldb-gdb-remote.txt | 6 ++
include/lldb/API/SBMemoryRegionInfo.h | 13 +++++
include/lldb/Target/MemoryRegionInfo.h | 14 +++++
.../test/tools/lldb-server/gdbremote_testcase.py | 2 +-
source/API/SBMemoryRegionInfo.cpp | 5 ++
source/Core/DynamicLoader.cpp | 67 ++++++++++++++++------
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 14 +++++
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 7 +++
.../GDBRemoteCommunicationServerLLGS.cpp | 9 +++
9 files changed, 118 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 3d6f513 [llvm-profdata] Bring back reading profile data from STDIN.
new d6931b1 [llvm-cov] - Add the coverage of lines in the summary report.
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/llvm-cov/prevent_false_instantiations.h | 2 +-
test/tools/llvm-cov/report.cpp | 6 ++---
tools/llvm-cov/CoverageReport.cpp | 28 ++++++++++++++++++----
3 files changed, 28 insertions(+), 8 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 964a86a Revert "[X86][AVX] Added support for lowering to VBROADCASTF1 [...]
new 3d6f513 [llvm-profdata] Bring back reading profile data from STDIN.
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/llvm-profdata/inline-samples.test | 1 +
tools/llvm-profdata/llvm-profdata.cpp | 7 +++++++
2 files changed, 8 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 clang-tools-extra.
from 79d64d9 [include-fixer] Fix faulty sort predicate.
new 1f8cedf [clang-tidy] new cppcoreguidelines-slicing
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:
clang-tidy/cppcoreguidelines/CMakeLists.txt | 1 +
.../CppCoreGuidelinesTidyModule.cpp | 3 +
clang-tidy/cppcoreguidelines/SlicingCheck.cpp | 135 +++++++++++++++++++++
clang-tidy/cppcoreguidelines/SlicingCheck.h | 45 +++++++
docs/ReleaseNotes.rst | 5 +-
.../checks/cppcoreguidelines-slicing.rst | 23 ++++
test/clang-tidy/cppcoreguidelines-slicing.cpp | 100 +++++++++++++++
7 files changed, 311 insertions(+), 1 deletion(-)
create mode 100644 clang-tidy/cppcoreguidelines/SlicingCheck.cpp
create mode 100644 clang-tidy/cppcoreguidelines/SlicingCheck.h
create mode 100644 docs/clang-tidy/checks/cppcoreguidelines-slicing.rst
create mode 100644 test/clang-tidy/cppcoreguidelines-slicing.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 lldb.
from 7c2ca61 Fix a crash when an ELF section symbol have no name
new 5710beb Fixing layout of elf-core file related structures
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/Process/elf-core/ThreadElfCore.cpp | 8 +--
source/Plugins/Process/elf-core/ThreadElfCore.h | 70 +++++++++++------------
2 files changed, 39 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 llvm.
from 9b5c51d [llvm-cov] - Improve llvm-cov error message
new 964a86a Revert "[X86][AVX] Added support for lowering to VBROADCASTF1 [...]
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/IR/AutoUpgrade.cpp | 21 ++--
lib/Target/X86/X86ISelLowering.cpp | 8 --
lib/Target/X86/X86InstrAVX512.td | 18 ----
lib/Target/X86/X86InstrSSE.td | 37 +------
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 26 +----
test/CodeGen/X86/avx-intrinsics-x86.ll | 40 +++++++-
test/CodeGen/X86/avx-vbroadcastf128.ll | 36 ++++---
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 6 +-
test/CodeGen/X86/avx2-vbroadcasti128.ll | 36 ++++---
test/CodeGen/X86/avx512-vbroadcasti128.ll | 128 ++++++++++++++++++-------
test/CodeGen/X86/vector-shuffle-256-v4.ll | 18 ++--
11 files changed, 207 insertions(+), 167 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 bb5cae8 test commit
new 9b5c51d [llvm-cov] - Improve llvm-cov error message
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/Support/CommandLine.cpp | 3 ++-
test/tools/llvm-cov/universal-binary.c | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.