This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8f1ece0456 Add const children() accessors to match the existing non-con [...]
new 94c1c6bb44 Modular Codegen: Add/use a bit in serialized function defini [...]
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/clang/AST/ASTContext.h | 2 +-
include/clang/AST/ExternalASTSource.h | 2 +-
include/clang/Basic/Module.h | 2 --
include/clang/Sema/MultiplexExternalSemaSource.h | 2 +-
include/clang/Serialization/ASTReader.h | 4 +++-
lib/AST/ASTContext.cpp | 7 ++----
lib/AST/ExternalASTSource.cpp | 2 +-
lib/Basic/Module.cpp | 2 +-
lib/Sema/MultiplexExternalSemaSource.cpp | 4 ++--
lib/Serialization/ASTReader.cpp | 20 ++++++-----------
lib/Serialization/ASTReaderDecl.cpp | 2 ++
lib/Serialization/ASTWriter.cpp | 4 +---
lib/Serialization/ASTWriterDecl.cpp | 14 +++++++-----
test/Modules/Inputs/codegen-nodep/foo.h | 5 +++++
.../{codegen-opt => codegen-nodep}/foo.modulemap | 0
test/Modules/Inputs/codegen/foo.h | 26 ++++++++++++++++++++++
test/Modules/Inputs/codegen/use.cpp | 8 +++++++
test/Modules/codegen-nodep.test | 13 +++++++++++
test/Modules/codegen.test | 25 +++++++++++++++++----
19 files changed, 103 insertions(+), 41 deletions(-)
create mode 100644 test/Modules/Inputs/codegen-nodep/foo.h
copy test/Modules/Inputs/{codegen-opt => codegen-nodep}/foo.modulemap (100%)
create mode 100644 test/Modules/Inputs/codegen/use.cpp
create mode 100644 test/Modules/codegen-nodep.test
--
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 9cd589b84aa 2017-04-11 Vladimir Makarov <vmakarov(a)redhat.com>
new ba100e345ae * config/i386/i386.c (dimode_scalar_chain::compute_convert [...]
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 | 30 ++++++++++++++++++------------
gcc/config/i386/i386.c | 2 +-
2 files changed, 19 insertions(+), 13 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 384745c493 [ExternalASTMerger] Fix the MSVC build
new 8f1ece0456 Add const children() accessors to match the existing non-con [...]
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/clang/AST/Expr.h | 147 +++++++++++++++++++++++++++++++++++++--
include/clang/AST/StmtIterator.h | 16 +++++
lib/AST/Expr.cpp | 16 +++--
3 files changed, 169 insertions(+), 10 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 compiler-rt.
from 73b0c20fc Don't delete lsan thread-local data until it's no longer required
new ef3c0d303 Implement standalone lsan interceptors for OS X
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/lsan/CMakeLists.txt | 1 +
lib/lsan/lsan.cc | 1 +
lib/lsan/lsan.h | 7 ++++++
lib/lsan/lsan_allocator.cc | 31 ++++++++++++++++++++++++
lib/lsan/lsan_allocator.h | 11 +++++++++
lib/lsan/lsan_interceptors.cc | 55 ++++++++++++++++++-------------------------
lib/lsan/lsan_linux.cc | 2 ++
lib/lsan/lsan_malloc_mac.cc | 55 +++++++++++++++++++++++++++++++++++++++++++
8 files changed, 131 insertions(+), 32 deletions(-)
create mode 100644 lib/lsan/lsan_malloc_mac.cc
--
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 b03a8c47e8a [PR 77333] Fixup fntypes of gimple calls of clones
new d93e531449f * rs6000/rs6000.c (vec_load_pendulum): Rename... (vec_pai [...]
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 | 13 +++
gcc/config/rs6000/rs6000.c | 231 ++++++++++++++++-----------------------------
2 files changed, 94 insertions(+), 150 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 3975e67148 [clang-import-test] Lookup inside contexts
new 384745c493 [ExternalASTMerger] Fix the MSVC build
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/ExternalASTMerger.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 compiler-rt.
from 4f28340f8 Revert 299954 : test failure needs to be fixed
new 73b0c20fc Don't delete lsan thread-local data until it's no longer required
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/lsan/lsan_common_mac.cc | 18 ++++++++++++++++--
lib/lsan/lsan_thread.cc | 1 +
2 files changed, 17 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.