This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4746ebdd8b3 The patch updates sched numbers for YMM AVX instrs such as [...]
new b7c0518566b [ARM] and, or, xor and add with shl combine
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/ARM/ARMISelLowering.cpp | 127 +++++++++++++++++++++++++--
test/CodeGen/ARM/unfold-shifts.ll | 173 +++++++++++++++++++++++++++++++++++++
2 files changed, 293 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/ARM/unfold-shifts.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 6a45ba3f6bb Update go bindings to use new functions from rL317135.
new 4746ebdd8b3 The patch updates sched numbers for YMM AVX instrs such as [...]
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/X86ScheduleBtVer2.td | 93 +++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/avx-schedule.ll | 68 +++++++++++++--------------
test/CodeGen/X86/sse-schedule.ll | 2 +-
test/CodeGen/X86/sse2-schedule.ll | 2 +-
4 files changed, 129 insertions(+), 36 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 bed7266fd09 Fix scan-assembler patterns in i386/naked-{1,2}.c
new 3c3157263f3 [ARC][ZOL] Account for empty body loops
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 | 5 +++++
gcc/config/arc/arc.c | 13 +++++++++++--
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/arc/loop-1.c | 12 ++++++++++++
4 files changed, 32 insertions(+), 2 deletions(-)
create mode 100755 gcc/testsuite/gcc.target/arc/loop-1.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 llvm.
from 167daab4dde llvm-c/DebugInfo.h: Fix warning. [-Wdocumentation]
new 6a45ba3f6bb Update go bindings to use new functions from rL317135.
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:
bindings/go/llvm/DIBuilderBindings.cpp | 19 -------------------
bindings/go/llvm/DIBuilderBindings.h | 11 +----------
bindings/go/llvm/dibuilder.go | 19 +++++++++++++------
3 files changed, 14 insertions(+), 35 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 glibc.
from 260fbd0a39 Include bits/cmathcalls.h for more _FloatN, _FloatNx types.
new 2fac6a6cd5 posix/tst-glob-tilde.c: Add test for bug 22332
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:
ChangeLog | 7 +++++++
posix/tst-glob-tilde.c | 53 ++++++++++++++++++++++++++++----------------------
2 files changed, 37 insertions(+), 23 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-tools-extra.
from 49873d5c Performance tracing facility for clangd.
new 581db2fb Fix clangd test on platforms where get_thread_name does nothing.
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:
unittests/clangd/TraceTests.cpp | 12 ++++++++++--
1 file changed, 10 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-tools-extra.
from 69d1a774 [clangd] Remove redundant install
new 49873d5c Performance tracing facility for clangd.
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/ClangdServer.cpp | 5 +-
clangd/ClangdUnit.cpp | 12 +++-
clangd/JSONRPCDispatcher.cpp | 36 +++++++-----
clangd/ProtocolHandlers.cpp | 6 +-
clangd/Trace.cpp | 121 ++++++++++++++++++++++++++++++++++++++++
clangd/Trace.h | 61 ++++++++++++++++++++
clangd/tool/ClangdMain.cpp | 21 ++++++-
test/clangd/trace.test | 16 ++++++
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/TraceTests.cpp | 120 +++++++++++++++++++++++++++++++++++++++
11 files changed, 381 insertions(+), 19 deletions(-)
create mode 100644 clangd/Trace.cpp
create mode 100644 clangd/Trace.h
create mode 100644 test/clangd/trace.test
create mode 100644 unittests/clangd/TraceTests.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 gcc.
from 0aed0653276 2017-11-02 Richard Biener <rguenther(a)suse.de>
new bed7266fd09 Fix scan-assembler patterns in i386/naked-{1,2}.c
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/i386/naked-1.c | 4 ++--
gcc/testsuite/gcc.target/i386/naked-2.c | 4 ++--
3 files changed, 10 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 gcc.
from 070539b6de0 Fix scan pattern in gfortran.dg/implied_do_io_1.f90
new 0aed0653276 2017-11-02 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr82765.c | 5 +++++
gcc/varasm.c | 7 ++++---
4 files changed, 20 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr82765.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 newlib.
from ce189d8af RTEMS: Remove internal timecounter API
new 076ce7098 newlib/configure.host: Remove obsolete definition of _I386MAC [...]
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:
newlib/configure.host | 2 --
1 file changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.