This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 0fadb69 Simplify LinkerScript<ELFT>::createSections.
new da8d115 Early continue. NFC.
new b5efffb Core: Remove custom next-prev traits from SimpleReference, NFC
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:
ELF/LinkerScript.cpp | 25 ++++++++++++++-----------
include/lld/Core/Simple.h | 32 ++++++++++++++------------------
2 files changed, 28 insertions(+), 29 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 d79f1f1 WholeProgramDevirt: initialize WasDevirt in all constructors.
new df403b3 [BranchFolding] Restrict tail merging loop blocks after MBP
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/BranchFolding.cpp | 32 +++++++----
test/CodeGen/ARM/arm-and-tst-peephole.ll | 2 +-
test/CodeGen/X86/tail-merge-after-mbp.ll | 92 ++++++++++++++++++++++++++++++++
3 files changed, 116 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/X86/tail-merge-after-mbp.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 lld.
from 1725823 Create only one section for a name in LinkerScript.
new f64b3ea Remove excessive parentheses.
new 0fadb69 Simplify LinkerScript<ELFT>::createSections.
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:
ELF/LinkerScript.cpp | 29 ++++++++++++-----------------
1 file changed, 12 insertions(+), 17 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 30bebfa Allocate LayoutInputSections using SpecificBumpPtrAllocator.
new 1725823 Create only one section for a name in LinkerScript.
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/LinkerScript.cpp | 140 +++++++++------------
ELF/LinkerScript.h | 3 +
test/ELF/linkerscript/linkerscript-phdrs.s | 3 +-
test/ELF/linkerscript/linkerscript-repsection-va.s | 5 +-
4 files changed, 68 insertions(+), 83 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 d28be6c P0217R3: template instantiation support for decomposition dec [...]
new eb66e2f Revert "[VFS] Skip non existent files from the VFS tree"
new bcd0b9f P0217R3: serialization/deserialization support for c++17 deco [...]
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/clang/AST/DeclCXX.h | 3 ++
include/clang/Serialization/ASTBitCodes.h | 4 +++
lib/AST/DeclCXX.cpp | 5 +--
lib/Basic/VirtualFileSystem.cpp | 34 +++++--------------
lib/Serialization/ASTReaderDecl.cpp | 20 +++++++++++
lib/Serialization/ASTWriterDecl.cpp | 21 ++++++++++--
test/PCH/cxx1z-decomposition.cpp | 32 ++++++++++++++++++
test/SemaCXX/cxx1z-decomposition.cpp | 1 -
test/VFS/Inputs/Bar.framework/Headers/A.h | 1 -
test/VFS/Inputs/Bar.framework/Headers/B.h | 1 -
test/VFS/Inputs/Bar.framework/Headers/C.h | 1 -
.../Inputs/Bar.framework/Modules/module.modulemap | 6 ----
test/VFS/Inputs/bar-headers.yaml | 39 ----------------------
test/VFS/umbrella-framework-import-skipnonexist.m | 14 --------
14 files changed, 89 insertions(+), 93 deletions(-)
create mode 100644 test/PCH/cxx1z-decomposition.cpp
delete mode 100644 test/VFS/Inputs/Bar.framework/Headers/A.h
delete mode 100644 test/VFS/Inputs/Bar.framework/Headers/B.h
delete mode 100644 test/VFS/Inputs/Bar.framework/Headers/C.h
delete mode 100644 test/VFS/Inputs/Bar.framework/Modules/module.modulemap
delete mode 100644 test/VFS/Inputs/bar-headers.yaml
delete mode 100644 test/VFS/umbrella-framework-import-skipnonexist.m
--
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 a0c9770 [VFS] Skip non existent files from the VFS tree
new d28be6c P0217R3: template instantiation support for decomposition dec [...]
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/ExprCXX.h | 6 +++++
include/clang/Sema/Initialization.h | 10 ++++----
include/clang/Sema/Sema.h | 5 ++--
include/clang/Sema/Template.h | 3 ++-
lib/Sema/Sema.cpp | 3 +--
lib/Sema/SemaDecl.cpp | 11 ++++-----
lib/Sema/SemaDeclCXX.cpp | 17 ++++++--------
lib/Sema/SemaInit.cpp | 4 +++-
lib/Sema/SemaTemplateInstantiateDecl.cpp | 38 ++++++++++++++++++++++++-------
test/SemaCXX/cxx1z-decomposition.cpp | 1 -
test/SemaTemplate/cxx1z-decomposition.cpp | 33 +++++++++++++++++++++++++++
11 files changed, 93 insertions(+), 38 deletions(-)
create mode 100644 test/SemaTemplate/cxx1z-decomposition.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 clang.
from 1068a78 Remove unused and undesirable reference from BindingDecl to D [...]
new 3360e87 [VFS] Add 'ignore-non-existent-contents' field to YAML files
new a0c9770 [VFS] Skip non existent files from the VFS tree
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/clang/Basic/VirtualFileSystem.h | 4 ++
lib/Basic/VirtualFileSystem.cpp | 60 ++++++++++++++++++----
lib/Frontend/ModuleDependencyCollector.cpp | 4 ++
test/Modules/crash-vfs-run-reproducer.m | 1 +
test/VFS/Inputs/Bar.framework/Headers/A.h | 1 +
.../Inputs/Bar.framework}/Headers/B.h | 0
.../Inputs/Bar.framework/Headers}/C.h | 0
.../Inputs/Bar.framework/Modules/module.modulemap | 6 +++
test/VFS/Inputs/bar-headers.yaml | 39 ++++++++++++++
test/VFS/Inputs/vfsoverlay2.yaml | 1 +
test/VFS/umbrella-framework-import-skipnonexist.m | 14 +++++
11 files changed, 120 insertions(+), 10 deletions(-)
create mode 100644 test/VFS/Inputs/Bar.framework/Headers/A.h
copy test/{Modules/Inputs/crash-recovery/Frameworks/B.framework => VFS/Inputs/Bar. [...]
copy test/{Modules/Inputs/require-modular-includes => VFS/Inputs/Bar.framework/Hea [...]
create mode 100644 test/VFS/Inputs/Bar.framework/Modules/module.modulemap
create mode 100644 test/VFS/Inputs/bar-headers.yaml
create mode 100644 test/VFS/umbrella-framework-import-skipnonexist.m
--
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 35ff6f0 [DSE] Don't remove stores made live by a call which unwinds.
new d79f1f1 WholeProgramDevirt: initialize WasDevirt in all constructors.
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/Transforms/IPO/WholeProgramDevirt.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 release_39
in repository compiler-rt.
from 85cd828 Merging r277300:
new 2019f5e Remove test/asan/TestCases/Darwin/dead-strip.c
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/asan/TestCases/Darwin/dead-strip.c | 22 ----------------------
1 file changed, 22 deletions(-)
delete mode 100644 test/asan/TestCases/Darwin/dead-strip.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 compiler-rt.
from a521e59 [asan] abort_on_error=1 by default on Android.
new 8a22938 [CMake] If the compiler supports _Atomic include atomic.c in [...]
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/BuiltinTests.cmake | 23 ++++++++++++++++++++---
cmake/builtin-config-ix.cmake | 10 ++++++++++
lib/builtins/CMakeLists.txt | 8 ++++++--
3 files changed, 36 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.