This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from ed1e1bb Daily bump.
new 730fbc9 PR target/78262 * config/i386/i386.md (*<shift_insn><mode>3 [...]
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/config/i386/i386.md | 2 +-
gcc/testsuite/ChangeLog | 29 +++++++++++++++++------------
gcc/testsuite/gcc.target/i386/pr78262.c | 32 ++++++++++++++++++++++++++++++++
4 files changed, 61 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr78262.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 clang-tools-extra.
from 31c15ba Fix grammar
new 229d804 [clang-tidy docs] Recommend using add_new_check.py more
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/clang-tidy/index.rst | 82 +++++++++++++++++++++++++++--------------------
1 file changed, 48 insertions(+), 34 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 fad0c9f Further cleanup/modernization of gdb.base/commands.exp
new 7766fd1 X86: Update opcode-suffix.d
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:
gas/ChangeLog | 5 +++++
gas/testsuite/gas/i386/opcode-suffix.d | 8 ++++++++
2 files changed, 13 insertions(+)
--
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 e77b2fd [Verifier] clang-format a section; NFC
new faf81d7 Minor unroll pass refacoring.
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/TargetTransformInfo.h | 5 +++
include/llvm/CodeGen/BasicTTIImpl.h | 4 ++
lib/Transforms/Scalar/LoopUnrollPass.cpp | 64 +++++++++++++----------------
3 files changed, 38 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 llvm.
from e3d8a20 [SCEV] Refactor out a useful pattern; NFC
new e77b2fd [Verifier] clang-format a section; 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:
lib/IR/Verifier.cpp | 10 ++++------
1 file changed, 4 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 gcc-6-branch
in repository gcc.
from 5a33380 Daily bump.
new 71bb610 PR target/78262 * config/i386/i386.md (*<shift_insn><mode>3 [...]
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 | 8 ++++++-
gcc/config/i386/i386.md | 2 +-
gcc/testsuite/ChangeLog | 37 +++++++++++++++++++--------------
gcc/testsuite/gcc.target/i386/pr78262.c | 32 ++++++++++++++++++++++++++++
4 files changed, 61 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr78262.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 lldb.
from a57f2e8 Remove TimeValue usage from lldb/Target
new 18d0860 [RenderScript] Fix reduction argument printing
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:
.../RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp | 4 ++++
1 file changed, 4 insertions(+)
--
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 483a827 * fold-const-call.c (fold_const_call): Fix up type of s0 and s1.
new c07c7aa PR target/78262 * config/i386/i386.md (*<shift_insn><mode>3 [...]
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 | 8 +++++++-
gcc/config/i386/i386.md | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr78262.c | 32 ++++++++++++++++++++++++++++++++
4 files changed, 45 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr78262.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 users/palves/user-defined-commands
in repository binutils-gdb.
at bc1aa66 Support an "unlimited" number of user-defined arguments
This branch includes the following new commits:
new c3f3af4 Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitution
new 4791595 Test user-defined gdb commands and arguments stack
new bc1aa66 Support an "unlimited" number of user-defined arguments
The 3 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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.