This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 945692c Simplify output section ownership management.
new 30bebfa Allocate LayoutInputSections using SpecificBumpPtrAllocator.
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 | 34 ++++++++++++++--------------------
ELF/LinkerScript.h | 5 +++++
2 files changed, 19 insertions(+), 20 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 2d34392 Refactor isValidAssumeForContext to reduce duplication and in [...]
new 35ff6f0 [DSE] Don't remove stores made live by a call which unwinds.
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/Scalar/DeadStoreElimination.cpp | 74 ++++++++++++++++++-----
test/Analysis/GlobalsModRef/func-memattributes.ll | 24 ++++----
test/Transforms/DeadStoreElimination/free.ll | 6 +-
test/Transforms/DeadStoreElimination/simple.ll | 23 +++++++
4 files changed, 96 insertions(+), 31 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 38c706b Remove OutputSectionBuilder::finalize.
new 945692c Simplify output section ownership management.
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/OutputSections.cpp | 2 +-
ELF/OutputSections.h | 7 ++++++-
ELF/Writer.cpp | 1 +
3 files changed, 8 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 llvm.
from b0353c6 Use the range variant of find_if instead of unpacking begin/end
new 2d34392 Refactor isValidAssumeForContext to reduce duplication and 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:
lib/Analysis/ValueTracking.cpp | 48 ++++++++++++++++++------------------------
1 file changed, 21 insertions(+), 27 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 c52f27b P0217R3: Constant expression evaluation for decomposition dec [...]
new 1068a78 Remove unused and undesirable reference from BindingDecl to D [...]
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/DeclCXX.h | 14 +++-----------
lib/AST/DeclCXX.cpp | 5 ++---
lib/Sema/SemaDecl.cpp | 9 +++------
lib/Sema/SemaDeclCXX.cpp | 2 +-
lib/Sema/SemaTemplateInstantiateDecl.cpp | 8 +-------
5 files changed, 10 insertions(+), 28 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 39ea174 Remove useless local variable.
new 38c706b Remove OutputSectionBuilder::finalize.
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 | 19 ++++---------------
1 file changed, 4 insertions(+), 15 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 268e1ac [Basic] Add const qualifier to SM.isInSystemMacro (NFC)
new c52f27b P0217R3: Constant expression evaluation 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/DeclCXX.h | 14 ++++++--
lib/AST/DeclCXX.cpp | 5 +--
lib/AST/ExprConstant.cpp | 62 ++++++++++++++++++++++++++++++++
lib/Sema/SemaDecl.cpp | 9 +++--
lib/Sema/SemaDeclCXX.cpp | 5 +--
lib/Sema/SemaTemplateInstantiateDecl.cpp | 8 ++++-
test/CXX/dcl.decl/dcl.decomp/p2.cpp | 7 ++--
test/CXX/dcl.decl/dcl.decomp/p3.cpp | 29 +++++++++++++++
test/CXX/dcl.decl/dcl.decomp/p4.cpp | 8 +++++
test/SemaCXX/cxx1z-decomposition.cpp | 22 ++++++++++--
10 files changed, 152 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 17dc3ab Split LinkerScript<ELFT>::createSections.
new 39ea174 Remove useless local variable.
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 | 5 ++---
1 file changed, 2 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 lld.
from 10f0ee1 Replace a variadic forwarding template function with less com [...]
new 17dc3ab Split LinkerScript<ELFT>::createSections.
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 | 57 ++++++++++++++++++++++++++++++----------------------
ELF/LinkerScript.h | 2 ++
2 files changed, 35 insertions(+), 24 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 88add6b WholeProgramDevirt: fix access to a non-initialized field.
new b0353c6 Use the range variant of find_if instead of unpacking begin/end
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/Target/CostTable.h | 14 +++++------
lib/CodeGen/RegisterPressure.cpp | 35 +++++++++++---------------
lib/Support/SourceMgr.cpp | 4 +--
lib/Support/TargetRegistry.cpp | 5 ++--
lib/Target/AArch64/AArch64ISelLowering.cpp | 3 +--
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp | 8 +++---
lib/Target/ARM/ARMConstantIslandPass.cpp | 5 ++--
lib/Target/ARM/ARMFrameLowering.cpp | 3 +--
lib/Target/Hexagon/HexagonBitSimplify.cpp | 4 +--
lib/Target/Hexagon/HexagonFrameLowering.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 10 +++-----
tools/llvm-ar/llvm-ar.cpp | 7 +++---
tools/llvm-objdump/MachODump.cpp | 26 ++++++++-----------
unittests/ProfileData/InstrProfTest.cpp | 10 +++-----
unittests/ProfileData/SampleProfTest.cpp | 10 +++-----
utils/TableGen/AsmMatcherEmitter.cpp | 19 ++++++--------
utils/TableGen/CodeGenSchedule.cpp | 8 +++---
17 files changed, 73 insertions(+), 100 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.