This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_40
in repository llvm.
from 72f82e4 Merging r293000:
new dd52173 LLVM 4.0: cherry-pick r293291 - Avoid using unspecified order [...]
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/Bitcode/Reader/MetadataLoader.cpp | 99 +++++++++++++++++++++++------------
1 file changed, 66 insertions(+), 33 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 2da52bf 2017-01-27 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 9524902 PR libstdc++/79254 fix exception-safety in std::string::operator=
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 | 19 +++++++
libstdc++-v3/config/abi/pre/gnu.ver | 7 ++-
libstdc++-v3/include/bits/basic_string.h | 29 +++++-----
libstdc++-v3/include/bits/basic_string.tcc | 64 ++++++++++++++++++++++
.../basic_string/allocator/char/copy_assign.cc | 25 +++++++++
.../basic_string/allocator/wchar_t/copy_assign.cc | 25 +++++++++
libstdc++-v3/testsuite/util/testsuite_allocator.h | 2 +-
7 files changed, 155 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 llvm.
from 93c31fb [mips] Recommit: "N64 static relocation model support"
new ccbf1f7 Avoid using unspecified ordering in MetadataLoader::MetadataL [...]
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/Bitcode/Reader/MetadataLoader.cpp | 99 +++++++++++++++++++++++------------
1 file changed, 66 insertions(+), 33 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 1a0ca79 [ELF][ARM] Use SyntheticSections for Thunks
new 5007232 Fix and simplify the reporting of undefined symbols.
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/Config.h | 2 +-
ELF/Driver.cpp | 44 +++++++++++++++++++------------
ELF/Relocations.cpp | 12 ++++-----
test/ELF/warn-unresolved-symbols-hidden.s | 14 ++++++++++
4 files changed, 48 insertions(+), 24 deletions(-)
create mode 100644 test/ELF/warn-unresolved-symbols-hidden.s
--
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 de04853 compiler: let initializers hold addresses of fields
new 2da52bf 2017-01-27 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/vect/pr36648.cc | 9 +++++++--
2 files changed, 14 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 release_40
in repository lld.
from 8b52be0 Port r292594.
new 9f27e7a Merging r292909: -------------------------------------------- [...]
new 4b0261d Merging r293078: -------------------------------------------- [...]
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:
CMakeLists.txt | 1 +
cmake/modules/AddLLD.cmake | 34 +++++++++++++++++++++++++++++++++-
2 files changed, 34 insertions(+), 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 bf4ea12 Fix android-i386 build broken by previous commit
new 507775d Address post-commit review remarks
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:
cmake/modules/LLDBConfig.cmake | 2 +-
source/Host/common/Socket.cpp | 2 +-
2 files changed, 2 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 clang.
from d2e749e [mips] Add support for static model on N64
new 5e99622 [OpenCL] Add missing address spaces in IR generation of 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/AST/Expr.cpp | 5 +-
lib/CodeGen/CGBlocks.cpp | 79 ++++++++++++++++++++------
lib/CodeGen/CGBuiltin.cpp | 46 ++++++++-------
lib/Sema/SemaExpr.cpp | 23 +++++++-
lib/Sema/SemaType.cpp | 6 +-
test/CodeGenOpenCL/blocks.cl | 19 +++++++
test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 47 ++++++++-------
test/SemaOpenCL/invalid-block.cl | 32 +++++++----
8 files changed, 177 insertions(+), 80 deletions(-)
create mode 100644 test/CodeGenOpenCL/blocks.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 clang.
from 6c9e299 [analyzer] Consider function call arguments while building Ca [...]
new d2e749e [mips] Add support for static model on N64
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/Driver/ToolChains.cpp | 3 ++
lib/Driver/Tools.cpp | 60 +++++++++++++++++++++++++++++++++--
test/Driver/mips-as.c | 79 +++++++++++++++++++++++++++++++++++++----------
3 files changed, 122 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.