This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0863625 [DWARF] Default lower bound should respect requested DWARF version.
new 4024478 Revert r296575 "[SLP] Fixes the bug due to absence of in orde [...]
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/Analysis/LoopAccessAnalysis.h | 7 +-
lib/Analysis/LoopAccessAnalysis.cpp | 31 ++---
lib/Transforms/Vectorize/SLPVectorizer.cpp | 135 +++++++++++----------
.../SLPVectorizer/X86/jumbled-load-bug.ll | 44 -------
test/Transforms/SLPVectorizer/X86/jumbled-same.ll | 2 +-
5 files changed, 81 insertions(+), 138 deletions(-)
delete mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-bug.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 compiler-rt.
from fedbfaa [XRay] [compiler-rt] [NFC] Annotate unused variables for the [...]
new 65e0426 Reapply r296419: [asan] Print a "PC is at a non-executable me [...]
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/asan/asan_errors.cc | 11 +++++++++++
test/asan/TestCases/non-executable-pc.cpp | 33 +++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
create mode 100644 test/asan/TestCases/non-executable-pc.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 llvm.
from a4e5231 [DAGCombiner] Support {a|s}ext, {a|z|s}ext load nodes in load [...]
new 0863625 [DWARF] Default lower bound should respect requested DWARF version.
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/Dwarf.def | 7 +++-
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 32 +++++++++++------
test/DebugInfo/X86/default-subrange-array.ll | 53 ++++++++++++++++++++++++++++
3 files changed, 81 insertions(+), 11 deletions(-)
create mode 100644 test/DebugInfo/X86/default-subrange-array.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 gcc.
from d390eb4 * gcc.target/powerpc/pr79544.c: Add test for vec_vsrad and f [...]
new a8c6aa9 [gcc] 2017-03-01 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 69ab035 cmd/go: add testdata/timeoutbench_test.go
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:
gcc/ChangeLog | 6 ++++++
gcc/config/rs6000/predicates.md | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr79439.c | 29 +++++++++++++++++++++++++++
libgo/go/cmd/go/testdata/timeoutbench_test.go | 10 +++++++++
5 files changed, 52 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79439.c
create mode 100644 libgo/go/cmd/go/testdata/timeoutbench_test.go
--
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 34045f5 [Hexagon] Fix testcase accidentally broken by r296645
new a4e5231 [DAGCombiner] Support {a|s}ext, {a|z|s}ext load nodes in load [...]
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/SelectionDAG/DAGCombiner.cpp | 27 +++--
test/CodeGen/AArch64/load-combine-big-endian.ll | 6 +-
test/CodeGen/AArch64/load-combine.ll | 7 +-
test/CodeGen/AMDGPU/insert_vector_elt.ll | 31 +++---
test/CodeGen/ARM/fp16-promote.ll | 12 +--
test/CodeGen/ARM/load-combine-big-endian.ll | 11 +-
test/CodeGen/ARM/load-combine.ll | 12 +--
test/CodeGen/PowerPC/ppc64le-aggregates.ll | 5 +-
test/CodeGen/X86/load-combine.ll | 133 +++++-------------------
9 files changed, 74 insertions(+), 170 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 5f73e3c Simplify. NFC.
new 87ee4fb Add a reference to a Ulrich Drepper's paper.
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/SyntheticSections.cpp | 9 ++++++++-
1 file changed, 8 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 a069527 [Test] NFC: Fixed typo in comments
new 76f5d57 Introduce an 'external_source_symbol' attribute that describe [...]
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/Attr.td | 11 ++
include/clang/Basic/AttrDocs.td | 57 +++++++++
include/clang/Basic/DiagnosticCommonKinds.td | 4 +-
include/clang/Basic/DiagnosticParseKinds.td | 6 +
include/clang/Basic/DiagnosticSemaKinds.td | 3 +-
include/clang/Parse/Parser.h | 18 +++
include/clang/Sema/AttributeList.h | 1 +
lib/Parse/ParseDecl.cpp | 136 ++++++++++++++++++++++
lib/Parse/ParseDeclCXX.cpp | 56 +++++----
lib/Parse/Parser.cpp | 2 +
lib/Sema/SemaDeclAttr.cpp | 29 +++++
test/Misc/ast-dump-attr.cpp | 25 ++++
test/Parser/attr-external-source-symbol-cxx11.cpp | 5 +
test/Parser/attr-external-source-symbol.m | 84 +++++++++++++
test/Sema/attr-external-source-symbol.c | 19 +++
15 files changed, 430 insertions(+), 26 deletions(-)
create mode 100644 test/Parser/attr-external-source-symbol-cxx11.cpp
create mode 100644 test/Parser/attr-external-source-symbol.m
create mode 100644 test/Sema/attr-external-source-symbol.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 gcc.
from 7f6b8cf gcc/ChangeLog:
new d390eb4 * gcc.target/powerpc/pr79544.c: Add test for vec_vsrad and f [...]
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/powerpc/pr79544.c | 8 +++++++-
2 files changed, 13 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 0d19bb2 [Hexagon] Fix lowering of formal arguments of type i1
new 34045f5 [Hexagon] Fix testcase accidentally broken by r296645
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/MC/Hexagon/inst_select.ll | 4 ++--
1 file changed, 2 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 a3101db [clang-format] Don't add namespace end comments for unbalance [...]
new 162132f [analyzer] pr32088: Don't destroy the temporary if its initia [...]
new a069527 [Test] NFC: Fixed typo in comments
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:
lib/StaticAnalyzer/Core/ExprEngine.cpp | 10 +++++++++-
test/Analysis/temporaries.cpp | 10 ++++++++++
test/Modules/Inputs/merge-using-decls/b.h | 4 ++--
test/Modules/merge-using-decls.cpp | 6 +++---
4 files changed, 24 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.