This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 85e1264 [ARM] Split 128-bit vectors in BUILD_VECTOR lowering
new 932f24f Create SampleProfileLoader pass in llvm instead of clang
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/Transforms/IPO/PassManagerBuilder.h | 2 ++
lib/Transforms/IPO/PassManagerBuilder.cpp | 5 +++++
2 files changed, 7 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.
from e9976ee Revert 289252 (and follow-up 289285), it caused PR31374
new ebfbe40 Create SampleProfileLoader pass in llvm instead of clang
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/BackendUtil.cpp | 6 ++----
1 file changed, 2 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 libcxx.
from ff62475 [libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor: [...]
new a793c18 XFAIL test on apple-clang-7.0
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:
.../istream.iterator/istream.iterator.cons/default.pass.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 lldb.
from ffc5314 Test num locations >= 1 not == 1.
new fd3c632 Adopt PrettyStackTrace in LLDB
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/lldb/Host/Host.h | 17 ---------
scripts/Xcode/build-llvm.py | 3 +-
source/API/SBFrame.cpp | 8 ++---
source/API/SBTarget.cpp | 6 ++--
source/Host/common/Host.cpp | 4 ---
source/Host/macosx/Host.mm | 41 ----------------------
source/Initialization/SystemInitializerCommon.cpp | 10 ++----
source/Interpreter/CommandInterpreter.cpp | 10 ++----
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 17 ++++-----
9 files changed, 20 insertions(+), 96 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 d582c55 [DebugInfo] Changed DIBuilder::createCompileUnit() to take DI [...]
new fa13388 Update MSVC compat docs about debug info
new e9976ee Revert 289252 (and follow-up 289285), it caused PR31374
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:
docs/MSVCCompatibility.rst | 13 +-
include/clang/AST/APValue.h | 14 +-
include/clang/AST/ASTContext.h | 4 -
include/clang/Basic/TargetInfo.h | 7 -
lib/AST/APValue.cpp | 17 +-
lib/AST/ASTContext.cpp | 10 -
lib/AST/ExprConstant.cpp | 57 +---
lib/Basic/Targets.cpp | 7 -
lib/CodeGen/CGDecl.cpp | 2 +-
lib/CodeGen/CGExprAgg.cpp | 3 +-
lib/CodeGen/CGExprConstant.cpp | 62 ++--
lib/CodeGen/CGExprScalar.cpp | 33 +--
lib/CodeGen/CodeGenModule.cpp | 9 +-
lib/CodeGen/CodeGenModule.h | 5 -
lib/CodeGen/CodeGenTypes.cpp | 12 +-
lib/CodeGen/CodeGenTypes.h | 4 -
lib/CodeGen/TargetInfo.cpp | 36 +--
lib/CodeGen/TargetInfo.h | 16 --
test/CodeGenOpenCL/amdgpu-nullptr.cl | 534 -----------------------------------
19 files changed, 72 insertions(+), 773 deletions(-)
delete mode 100644 test/CodeGenOpenCL/amdgpu-nullptr.cl
--
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 e60c93d 2016-12-14 François Dumont <fdumont(a)gcc.gnu.org>
new abbc3db PR target/78791 * config/i386/i386.h (enum ix86_stack_slot) [...]
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 | 8 ++++++++
gcc/config/i386/i386.c | 4 ++--
gcc/config/i386/i386.h | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.c-torture/execute/pr78791.c | 19 +++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr78791.c | 5 +++++
6 files changed, 41 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr78791.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr78791.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 libcxx.
from 4d6f423 [libcxx] [test] Fix size_t-to-int truncation warnings in syse [...]
new 6d95982 Recommit r286884: P0503R0, adopted in Issaquah, rewords some [...]
new ff62475 [libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor: [...]
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/__functional_base | 6 +-
include/scoped_allocator | 87 +++++++++++-
.../istream.iterator.cons/copy.pass.cpp | 4 +
.../istream.iterator.cons/default.pass.cpp | 31 ++++
.../istream.iterator/types.pass.cpp | 15 +-
.../construct_pair.pass.cpp | 139 ++++++++++++++++++
.../construct_pair_const_lvalue_pair.pass.cpp | 155 ++++++++++++++++++++
.../construct_pair_piecewise.pass.cpp | 156 +++++++++++++++++++++
.../construct_pair_rvalue.pass.cpp | 155 ++++++++++++++++++++
.../construct_pair_values.pass.cpp | 147 +++++++++++++++++++
.../construct_type.pass.cpp | 139 ++++++++++++++++++
www/cxx1z_status.html | 6 +-
12 files changed, 1029 insertions(+), 11 deletions(-)
create mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/ [...]
create mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/ [...]
create mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/ [...]
create mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/ [...]
create mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/ [...]
create mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/ [...]
--
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 aoliva/libcp1
in repository gcc.
from ec9b173 libcp1: ignore namespace decls in address_rewriter
new cd1f73e libcp1: clear enum types' opaque bit, don't create redundant [...]
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:
libcc1/libcp1plugin.cc | 9 +++------
1 file changed, 3 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 lld.
from c6fa7e5 [ELF] Accept first SHT_ARM_ATTRIBUTES section
new 328fe6f Remove unnecessary llvm/Config/config.h includes
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:
ELF/Strings.cpp | 1 -
lib/ReaderWriter/MachO/MachOLinkingContext.cpp | 1 -
2 files changed, 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 gcc.
from 5ccc4c3 PR c++/72775 * init.c (perform_member_init): Diagnose membe [...]
new e60c93d 2016-12-14 François Dumont <fdumont(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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/include/bits/stl_tree.h | 8 ++++++--
2 files changed, 12 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.