This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a1b8a235837 [Dominators] Remove the NCA check
new 7581146f570 Fix assembler for alloca of multiple elements in non-zero a [...]
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/AsmParser/LLParser.cpp | 21 ++++++++++++++++-----
test/Assembler/alloca-addrspace-elems.ll | 25 +++++++++++++++++++++++++
2 files changed, 41 insertions(+), 5 deletions(-)
create mode 100644 test/Assembler/alloca-addrspace-elems.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 llvm.
from 5371945eb16 [llvm-cov] Factor out logic to iterate over line coverage s [...]
new a1b8a235837 [Dominators] Remove the NCA check
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/Support/GenericDomTreeConstruction.h | 39 ++---------------------
1 file changed, 2 insertions(+), 37 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 binutils-gdb.
from 867d918419 Automatic date update in version.in
new 3ec5942fbf ada: Use std::string in print_dynamic_range_bound
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:
gdb/ChangeLog | 4 ++++
gdb/ada-typeprint.c | 10 +++-------
2 files changed, 7 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 master
in repository llvm.
from 1c7136e9bac [globalisel][tablegen] Fix an unused variable warning cause [...]
new 5371945eb16 [llvm-cov] Factor out logic to iterate over line coverage s [...]
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:
tools/llvm-cov/CoverageSummaryInfo.cpp | 48 +++++++++---------
tools/llvm-cov/CoverageSummaryInfo.h | 81 +++++++++++++++++++++++++++++--
tools/llvm-cov/SourceCoverageView.cpp | 36 ++++++--------
tools/llvm-cov/SourceCoverageViewHTML.cpp | 4 +-
tools/llvm-cov/SourceCoverageViewText.cpp | 2 +-
5 files changed, 121 insertions(+), 50 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 dde857cfc73 [globalisel][tablegen] Fix undefined references to dump()
new 1c7136e9bac [globalisel][tablegen] Fix an unused variable warning cause [...]
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/CodeGen/GlobalISel/InstructionSelectorImpl.h | 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 master
in repository clang.
from 94cbcd43ba [ubsan] Don't emit function signatures for non-static member [...]
new ad2da73ac3 [Sema] Warn about unused variables if we can constant evalua [...]
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/Sema/SemaDecl.cpp | 3 ++-
test/SemaCXX/warn-unused-variables.cpp | 33 +++++++++++++++++++++++++++++++++
2 files changed, 35 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 clang.
from 4318ef1cb3 [Lex] Avoid out-of-bounds dereference in SkipLineComment
new 94cbcd43ba [ubsan] Don't emit function signatures for non-static member [...]
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/CodeGenFunction.cpp | 12 +++++--
test/CodeGenCXX/catch-undef-behavior.cpp | 60 ++++++++++++++++++++++++++++++++
2 files changed, 70 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 3f58ee82b7 Fix backwards warning for use of C++17 attributes-on-namespa [...]
new 4318ef1cb3 [Lex] Avoid out-of-bounds dereference in SkipLineComment
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/Lex/Lexer.cpp | 3 ++-
unittests/Lex/LexerTest.cpp | 5 +++++
2 files changed, 7 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 3eee4dbf7bd lit.py: Previous test fix was a red herring; backslashes ar [...]
new dde857cfc73 [globalisel][tablegen] Fix undefined references to dump()
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/CodeGen/GlobalISel/InstructionSelectorImpl.h | 2 --
1 file changed, 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 2f4ad170dc Allow building libFuzzer tests in two-stage compiler-rt build.
new 3f58ee82b7 Fix backwards warning for use of C++17 attributes-on-namespa [...]
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/Basic/DiagnosticParseKinds.td | 7 +++++--
lib/Parse/ParseDecl.cpp | 7 ++++---
lib/Parse/ParseDeclCXX.cpp | 7 ++++---
test/Parser/cxx0x-attributes.cpp | 4 ++--
test/SemaCXX/cxx0x-compat.cpp | 7 +++++--
5 files changed, 20 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.