This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 062928c5f Make createSyntheticSections a static helper. NFC.
new abd5108a5 Remove some includes from InputFiles.h.
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/AArch64ErrataFix.cpp | 3 ++-
ELF/Driver.cpp | 1 +
ELF/GdbIndex.cpp | 1 +
ELF/ICF.cpp | 1 +
ELF/InputFiles.h | 3 +--
ELF/InputSection.cpp | 1 +
ELF/MapFile.cpp | 1 +
ELF/Relocations.cpp | 1 +
ELF/SymbolTable.h | 2 ++
ELF/SyntheticSections.cpp | 1 +
ELF/SyntheticSections.h | 1 +
ELF/Writer.cpp | 1 +
12 files changed, 14 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 0fb0fea1a1f Fix 'enumeral and non-enumeral type in conditional expressi [...]
new 89d33c598a1 [X86][AVX512] Drop a default NoItinerary argument that isn' [...]
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/Target/X86/X86InstrAVX512.td | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 0b6ce325288 Fix signed/unsigned gcc warning. NFCI.
new 0fb0fea1a1f Fix 'enumeral and non-enumeral type in conditional expressi [...]
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/Target/Hexagon/HexagonISelDAGToDAGHVX.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 master
in repository llvm.
from b45da9e64a5 [InlineFunction] Set debug loc for call to forward varargs.
new 0b6ce325288 Fix signed/unsigned gcc warning. NFCI.
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/Target/Hexagon/HexagonISelDAGToDAGHVX.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 master
in repository llvm.
from c005469c2e5 [X86] When inserting into the upper bits of a vXi1 vector, [...]
new b45da9e64a5 [InlineFunction] Set debug loc for call to forward varargs.
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/Utils/InlineFunction.cpp | 1 +
.../CodeExtractor/PartialInlineVarArgsDebug.ll | 67 ++++++++++++++++++++++
2 files changed, 68 insertions(+)
create mode 100644 test/Transforms/CodeExtractor/PartialInlineVarArgsDebug.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 610cf4cbe [libFuzzer] make the stack depth signal less agressive, other [...]
new 9595ecdaa Update sanitizer tests for C++14 default in Clang
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/memcmp_test.cc | 4 ++--
test/msan/msan_print_shadow3.cc | 4 ++--
2 files changed, 4 insertions(+), 4 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 6f13dd18c3 Revert r320230 to fix buildbots.
new 466d8da5f8 Switch to gnu++14 as the default dialect.
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:
docs/ReleaseNotes.rst | 5 ++++-
lib/Frontend/CompilerInvocation.cpp | 6 +-----
test/CodeGenCXX/new-overflow.cpp | 16 ++++----------
test/CodeGenCXX/new.cpp | 2 --
test/CodeGenCXX/vtable-available-externally.cpp | 4 ++--
test/Lexer/cxx-features.cpp | 4 ++--
test/Lexer/half-literal.cpp | 2 +-
test/OpenMP/taskloop_reduction_codegen.cpp | 2 +-
test/OpenMP/taskloop_simd_reduction_codegen.cpp | 2 +-
test/Parser/cxx1z-nested-namespace-definition.cpp | 2 +-
test/SemaCXX/new-array-size-conv.cpp | 2 +-
test/SemaCXX/new-delete.cpp | 26 ++++++++++++++++++-----
test/SemaCXX/unknown-type-name.cpp | 11 ++++++++--
test/SemaTemplate/class-template-decl.cpp | 3 +--
test/SemaTemplate/explicit-instantiation.cpp | 12 +++++------
15 files changed, 55 insertions(+), 44 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 gcc.
from c01b410c541 2017-12-09 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 2422305dbe4 PR tree-optimization/83338 * tree-vect-stmts.c (vectoriza [...]
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/ChangeLog | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/vect/pr83338.c | 10 ++++++++++
gcc/tree-vect-stmts.c | 21 +++++++++++++++++++--
4 files changed, 41 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr83338.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 test-suite.
from 97419423 [test-suite] Set up .arcconfig to point to new Diffusion T re [...]
new 7ee8c3b0 Support C++14 as a default in Clang
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:
External/SPEC/CFP2006/447.dealII/CMakeLists.txt | 1 +
External/SPEC/CFP2006/447.dealII/Makefile | 2 +-
External/SPEC/CFP2006/450.soplex/CMakeLists.txt | 1 +
External/SPEC/CFP2006/450.soplex/Makefile | 1 +
External/SPEC/CINT2006/483.xalancbmk/CMakeLists.txt | 3 +++
External/SPEC/CINT2006/483.xalancbmk/Makefile | 2 ++
MultiSource/Benchmarks/7zip/CMakeLists.txt | 2 +-
MultiSource/Benchmarks/7zip/Makefile | 2 +-
MultiSource/Benchmarks/Bullet/CMakeLists.txt | 2 +-
MultiSource/Benchmarks/Bullet/Makefile | 2 +-
SingleSource/Benchmarks/SmallPT/CMakeLists.txt | 1 +
SingleSource/Benchmarks/SmallPT/Makefile | 1 +
12 files changed, 15 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.