This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 04cc42b41bf 2017-09-20 Paolo Carlini <paolo.carlini(a)oracle.com>
new 9e1f82b8d57 * dwarf2out.c (DEBUG_LTO_DWO_INFO_SECTION): Reorder define [...]
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 | 16 +++++++++
gcc/dwarf2out.c | 103 ++++++++++++++++++++++++++++++++++----------------------
2 files changed, 78 insertions(+), 41 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 binutils-2_29-branch
in repository binutils-gdb.
from 437ea1e487 [GOLD] PowerPC function address in non-PIC
new db39886ddf Set the development flag to false on the 2.29 branch.
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:
bfd/ChangeLog | 4 ++++
bfd/development.sh | 2 +-
2 files changed, 5 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 0acc54b75cd [SLP] Vectorize jumbled memory loads.
new 6727c50d80d [IfConversion] Add testcases [NFC]
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:
.../ARM/PR32721_ifcvt_triangle_unanalyzable.mir | 23 ++++++++++
.../CodeGen/MIR/ARM/ifcvt_diamond_unanalyzable.mir | 30 +++++++++++++
.../MIR/ARM/ifcvt_forked_diamond_unanalyzable.mir | 48 ++++++++++++++++++++
.../MIR/ARM/ifcvt_simple_bad_zero_prob_succ.mir | 33 ++++++++++++++
test/CodeGen/MIR/ARM/ifcvt_simple_unanalyzable.mir | 25 +++++++++++
.../MIR/ARM/ifcvt_triangleWoCvtToNextEdge.mir | 52 ++++++++++++++++++++++
6 files changed, 211 insertions(+)
create mode 100644 test/CodeGen/MIR/ARM/PR32721_ifcvt_triangle_unanalyzable.mir
create mode 100644 test/CodeGen/MIR/ARM/ifcvt_diamond_unanalyzable.mir
create mode 100644 test/CodeGen/MIR/ARM/ifcvt_forked_diamond_unanalyzable.mir
create mode 100644 test/CodeGen/MIR/ARM/ifcvt_simple_bad_zero_prob_succ.mir
create mode 100644 test/CodeGen/MIR/ARM/ifcvt_simple_unanalyzable.mir
create mode 100644 test/CodeGen/MIR/ARM/ifcvt_triangleWoCvtToNextEdge.mir
--
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 abd71f69bc6 [X86] Remove isel checks for immediate size on floating poi [...]
new 1f42b922025 'into' instruction should not be decoded as a valid instr i [...]
new 0acc54b75cd [SLP] Vectorize jumbled memory loads.
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/Analysis/LoopAccessAnalysis.h | 15 ++
lib/Analysis/LoopAccessAnalysis.cpp | 70 ++++++
lib/Target/X86/X86InstrSystem.td | 2 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 265 ++++++++++++++-------
test/MC/Disassembler/X86/x86-64-err.txt | 6 +
.../SLPVectorizer/X86/jumbled-load-multiuse.ll | 24 +-
.../X86/jumbled-load-shuffle-placement.ll | 68 ++++++
test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 37 ++-
test/Transforms/SLPVectorizer/X86/store-jumbled.ll | 25 +-
9 files changed, 376 insertions(+), 136 deletions(-)
create mode 100644 test/MC/Disassembler/X86/x86-64-err.txt
create mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.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 lld.
from 667d193bb [COFF] Adjust secrel limit check
new fb75cd61a Revert rL313697, "Compact EhSectionPiece from 32 bytes to 16 bytes."
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/EhFrame.cpp | 17 ++++++-----------
ELF/EhFrame.h | 4 +---
ELF/InputSection.cpp | 2 +-
ELF/InputSection.h | 22 +++++++++-------------
ELF/MarkLive.cpp | 2 +-
ELF/SyntheticSections.cpp | 26 +++++++++++++-------------
ELF/SyntheticSections.h | 7 ++-----
7 files changed, 33 insertions(+), 47 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 a93337388e3 2017-09-20 Richard Biener <rguenther(a)suse.de>
new 04cc42b41bf 2017-09-20 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 5 +++++
gcc/testsuite/g++.dg/cpp0x/constexpr-ctor20.C | 8 ++++++++
2 files changed, 13 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-ctor20.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 8692080b7a2 * combine-stack-adj.c (combine_stack_adjustments_for_block [...]
new 38725f995cb 2017-09-20 Richard Biener <rguenther(a)suse.de>
new a93337388e3 2017-09-20 Richard Biener <rguenther(a)suse.de>
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 | 12 +++++++++
gcc/graphite-scop-detection.c | 17 +++++++-----
gcc/graphite-sese-to-poly.c | 31 +++++++++++++++++++---
gcc/testsuite/ChangeLog | 5 ++++
.../gcc.dg/graphite/{scop-2.c => pr81373.c} | 2 ++
5 files changed, 57 insertions(+), 10 deletions(-)
copy gcc/testsuite/gcc.dg/graphite/{scop-2.c => pr81373.c} (86%)
--
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 8385a295e2 Revert "Add support for attribute 'noescape'."
new 4e8386f480 Implement C++ [basic.link]p8.
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/DiagnosticSemaKinds.td | 8 +++
include/clang/Sema/Sema.h | 5 ++
include/clang/Sema/SemaInternal.h | 3 +-
lib/AST/Decl.cpp | 12 +++--
lib/Sema/Sema.cpp | 79 ++++++++++++++++++++++--------
lib/Sema/SemaDecl.cpp | 14 +-----
lib/Sema/SemaExpr.cpp | 2 +
test/Analysis/malloc.mm | 2 +-
test/Analysis/reference.cpp | 11 +++--
test/CXX/basic/basic.link/p8.cpp | 69 ++++++++++++++++++++++++++
test/CodeGenCXX/debug-info-method.cpp | 3 ++
test/CodeGenCXX/mangle-ms-cxx11.cpp | 7 ++-
test/CodeGenCXX/mangle.cpp | 3 +-
test/PCH/cxx11-lambdas.mm | 2 +-
test/SemaCXX/warn-unreachable.cpp | 16 +++---
15 files changed, 180 insertions(+), 56 deletions(-)
create mode 100644 test/CXX/basic/basic.link/p8.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 clang-tools-extra.
from 69157d1b [clangd] Fix codeAction not decoded properly when sent from s [...]
new 164160e3 [clangd] Introduced Logger interface.
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:
clangd/CMakeLists.txt | 1 +
clangd/ClangdLSPServer.cpp | 4 +-
clangd/ClangdServer.cpp | 14 ++--
clangd/ClangdServer.h | 7 +-
clangd/ClangdUnit.cpp | 40 ++++++-----
clangd/ClangdUnit.h | 15 +++--
clangd/ClangdUnitStore.cpp | 7 +-
clangd/ClangdUnitStore.h | 15 +++--
clangd/GlobalCompilationDatabase.cpp | 22 +++---
clangd/GlobalCompilationDatabase.h | 6 ++
clangd/JSONRPCDispatcher.h | 5 +-
clangd/Logger.cpp | 19 ++++++
clangd/Logger.h | 41 ++++++++++++
clangd/Protocol.cpp | 126 ++++++++++++++++++-----------------
clangd/Protocol.h | 38 +++++------
unittests/clangd/ClangdTests.cpp | 22 +++---
16 files changed, 238 insertions(+), 144 deletions(-)
create mode 100644 clangd/Logger.cpp
create mode 100644 clangd/Logger.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 compiler-rt.
from 387a685d2 [asan] Resolve FIXME by converting gtest into lit test
new e07838d51 [asan] Try to fix windows test by fflush(stderr)
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/error_report_callback.cc | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.