This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dd66e02 PR tree-optimization/ 79376 - wrong lower bound with %s and n [...]
new 985308f [gcc] 2017-02-06 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new bd2417e PR c++/71193 - incomplete types in templates
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 | 14 +++++++
gcc/config/rs6000/predicates.md | 24 +++++++++++-
gcc/config/rs6000/rs6000.c | 39 +++++++++++++++++--
gcc/config/rs6000/vector.md | 20 +++++-----
gcc/cp/ChangeLog | 6 +++
gcc/cp/parser.c | 56 ++++++++++++++++++++--------
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/g++.dg/template/incomplete8.C | 11 ++++++
gcc/testsuite/gcc.target/powerpc/pr66144-1.c | 20 ++++++++++
gcc/testsuite/gcc.target/powerpc/pr66144-2.c | 21 +++++++++++
gcc/testsuite/gcc.target/powerpc/pr66144-3.c | 27 ++++++++++++++
11 files changed, 213 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/incomplete8.C
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr66144-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr66144-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr66144-3.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 lld.
from b3216d0 [ELF] - Simplify i386-ps8.s testcase.
new d30a854 Add an option to use the MSVC linker to link LTO-generated ob [...]
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:
COFF/Driver.cpp | 8 +++
COFF/Driver.h | 2 +
COFF/DriverUtils.cpp | 72 +++++++++++++++++++++++-
COFF/LTO.cpp | 14 ++---
COFF/LTO.h | 2 +-
COFF/Options.td | 1 +
COFF/SymbolTable.cpp | 17 +++---
COFF/SymbolTable.h | 1 +
test/COFF/Inputs/{lto-chkstk-foo.s => msvclto.s} | 0
test/COFF/msvclto.ll | 17 ++++++
10 files changed, 117 insertions(+), 17 deletions(-)
copy test/COFF/Inputs/{lto-chkstk-foo.s => msvclto.s} (100%)
create mode 100644 test/COFF/msvclto.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 llvm.
from 919fdbb [TableGen] Use less stack in DAGISelMatcherOpt
new 4ee57e2 Get function start line number from DWARF info
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/DebugInfo/DIContext.h | 12 ++++++---
include/llvm/DebugInfo/DWARF/DWARFDie.h | 6 +++++
lib/DebugInfo/DWARF/DWARFContext.cpp | 41 ++++++++++++++++++++---------
lib/DebugInfo/DWARF/DWARFDie.cpp | 4 +++
lib/DebugInfo/Symbolize/DIPrinter.cpp | 2 ++
test/tools/llvm-symbolizer/sym-verbose.test | 3 +++
6 files changed, 52 insertions(+), 16 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 8e3dd7e * config/i386/sse.md (vector modes -> vec_extract* splitter) [...]
new b5cc540 PR c++/79372 * decl.c (cp_finish_decomp): On error set decl [...]
new cba2f10 PR c++/79377 * tree.c (build_min_non_dep_op_overload): For [...]
new 24c6ee9 PR c++/79379 * constexpr.c (cxx_eval_constant_expression): [...]
new dd66e02 PR tree-optimization/ 79376 - wrong lower bound with %s and n [...]
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/ChangeLog | 5 +
gcc/cp/ChangeLog | 15 ++
gcc/cp/constexpr.c | 12 ++
gcc/cp/decl.c | 1 +
gcc/cp/pt.c | 4 +-
gcc/cp/tree.c | 6 +-
gcc/gimple-fold.c | 5 +-
gcc/testsuite/ChangeLog | 15 ++
gcc/testsuite/g++.dg/cpp1y/constexpr-79379.C | 19 ++
gcc/testsuite/g++.dg/cpp1z/decomp25.C | 20 ++
gcc/testsuite/g++.dg/lookup/pr79377.C | 36 ++++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-14.c | 210 +++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr79376.c | 109 +++++++++++
13 files changed, 452 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-79379.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp25.C
create mode 100644 gcc/testsuite/g++.dg/lookup/pr79377.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-14.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr79376.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 llvm.
from 3a190c3 [PM/LCG] Remove the lazy RefSCC formation from the LazyCallGr [...]
new 13a5249 Test commit access
new 8ebf30a Revert r294228
new 919fdbb [TableGen] Use less stack in DAGISelMatcherOpt
The 3 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:
utils/TableGen/DAGISelMatcherOpt.cpp | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 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 b3a6f0c Remove the verbose category in the dwarf channel
new b0b823f Fix darwin build (llvm::once_flag fallout)
new 9ba0555 Fix darwin build (error.PutToLog fallout)
new 9869f42 Remove the verbose category in the posix channel
new b61f6a1 Remove the verbose category in the gdb-remote channel
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:
source/Host/macosx/Host.mm | 24 ++++++----------------
.../Platform/MacOSX/PlatformAppleSimulator.cpp | 1 +
source/Plugins/Process/FreeBSD/FreeBSDThread.cpp | 6 ++----
source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 18 +++++-----------
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 17 ++++++++-------
source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp | 2 --
source/Plugins/Process/POSIX/ProcessPOSIXLog.h | 1 -
.../Process/gdb-remote/GDBRemoteCommunication.cpp | 15 +++++++-------
.../Process/gdb-remote/ProcessGDBRemote.cpp | 18 +++++-----------
.../Process/gdb-remote/ProcessGDBRemoteLog.cpp | 4 ----
.../Process/gdb-remote/ProcessGDBRemoteLog.h | 1 -
.../source/MacOSX/DarwinLog/DarwinLogCollector.cpp | 4 ++--
tools/lldb-server/lldb-gdbserver.cpp | 2 +-
13 files changed, 37 insertions(+), 76 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 clang.
from 4966278 [CMake] Add CLANG_INCLUDE_DIRS to CMake exports
new b51cd02 [Lit Test] Make tests C++11 compatible - Microsoft diagnostics
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/SemaCXX/MicrosoftExtensions.cpp | 27 ++-
test/SemaCXX/implicit-virtual-member-functions.cpp | 74 ++++++--
test/SemaCXX/virtual-base-used.cpp | 188 +++++++++++++++++----
test/SemaTemplate/virtual-member-functions.cpp | 54 +++++-
4 files changed, 293 insertions(+), 50 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 3a366e7 * omp-expand.c (oxpand_omp_atomic_fetch_op, expand_omp_atom [...]
new 8e3dd7e * config/i386/sse.md (vector modes -> vec_extract* splitter) [...]
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/config/i386/sse.md | 21 +++++++--------------
2 files changed, 13 insertions(+), 14 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 a8e5607 Really fix build on non-windows platforms :)
new b3a6f0c Remove the verbose category in the dwarf channel
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/SymbolFile/DWARF/DWARFCompileUnit.cpp | 7 +++----
source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp | 4 ----
source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h | 1 -
3 files changed, 3 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.