This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e5180ba874d Added LLVM_FALLTHROUGH to address gcc warning: this stateme [...]
new e6f2078382b Fix off-by-one bug in AttributeList::addAttributes index handling
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/IR/Attributes.cpp | 2 +-
unittests/IR/AttributesTest.cpp | 19 +++++++++++++++++++
2 files changed, 20 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 llvm.
from 794ffc40e26 [safestack] Disable stack coloring by default.
new e5180ba874d Added LLVM_FALLTHROUGH to address gcc warning: this stateme [...]
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/Support/FormattedStream.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 fc18e2f2363 Added missing break.
new 794ffc40e26 [safestack] Disable stack coloring by default.
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/SafeStackColoring.cpp | 3 ++-
test/Transforms/SafeStack/X86/coloring-ssp.ll | 2 +-
test/Transforms/SafeStack/X86/coloring.ll | 4 ++--
test/Transforms/SafeStack/X86/coloring2.ll | 4 ++--
test/Transforms/SafeStack/X86/layout-frag.ll | 2 +-
5 files changed, 8 insertions(+), 7 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 62e6b0807 Merging r294690:
new 3520b766e Merging r298567:
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 | 1 +
ELF/Driver.cpp | 1 +
ELF/SyntheticSections.cpp | 2 ++
test/ELF/dt_flags.s | 6 +++---
4 files changed, 7 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 llvm.
from 55d8857f8f3 NewGVN: Fix PR32838. This is a complicated bug involving tw [...]
new fc18e2f2363 Added missing break.
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/IR/AutoUpgrade.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 46742151c40 Fix line-endings.
new d17a1f59218 NewGVN: Print out the StoredValue of a StoreExpression
new 55d8857f8f3 NewGVN: Fix PR32838. This is a complicated bug involving tw [...]
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/llvm/Transforms/Scalar/GVNExpression.h | 16 ++-
lib/Transforms/Scalar/NewGVN.cpp | 75 ++++++++----
test/Transforms/NewGVN/pr32838.ll | 157 +++++++++++++++++++++++++
3 files changed, 225 insertions(+), 23 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr32838.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 clang.
from aba3b845b0 [ODRHash] Support TemplateName and TemplateArgument
new b601d35077 Do not issue -Wnullability-completeness for dependent types [...]
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/Type.h | 9 +++++----
lib/AST/Type.cpp | 16 +++++++---------
lib/Sema/SemaType.cpp | 15 ++++-----------
test/SemaCXX/Inputs/nullability-completeness.h | 4 ++++
test/SemaCXX/nullability.cpp | 8 +++++++-
5 files changed, 27 insertions(+), 25 deletions(-)
create mode 100644 test/SemaCXX/Inputs/nullability-completeness.h
--
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 03e56f3de7 [modules] Further delay calling DeclMustBeEmitted until it's safe.
new aba3b845b0 [ODRHash] Support TemplateName and TemplateArgument
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/ODRHash.cpp | 92 ++++++++++++++++++++++++++++++++++++++++-
test/Modules/odr_hash.cpp | 102 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 192 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 ef0829e2df9 [InstCombine] *Actually* commit the test showing the miscompile.
new 46742151c40 Fix line-endings.
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/Analysis/CostModel/X86/ctpop.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.