This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6f6a181aacd [Bash-autocompletion] Show HelpText with possible flags
new 8801df505cc [NFC] test commit.
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/PowerPC/PPCISelLowering.h | 8 ++++++++
1 file changed, 8 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 binutils-gdb.
from 25aa13e522 Generate c for feature instead of tdesc
new ea03d0d3c3 Lazily and dynamically create i386-linux target descriptions
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:
gdb/ChangeLog | 14 +++++++
gdb/features/i386/32bit-linux.c | 1 +
gdb/features/i386/32bit-sse.c | 1 +
gdb/i386-linux-tdep.c | 83 ++++++++++++++++++++++++-----------------
gdb/target-descriptions.c | 47 +++++++++++++++++++++++
5 files changed, 112 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 llvm.
from d0d2059ec3c Revert r309094: [globalisel][tablegen] Fuse the generated t [...]
new 6f6a181aacd [Bash-autocompletion] Show HelpText with possible flags
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/Option/OptTable.cpp | 4 +++-
1 file changed, 3 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 c4f5f6916d Recommit r308327 2nd time: Add a warning for missing '#pragm [...]
new 50fc19e473 [Bash-completion] Fixed a bug that file doesn't autocomplete [...]
new 1a3ea7bcf3 [Bash-autocompletion] Show HelpText with possible flags
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/Driver/Driver.cpp | 2 +-
test/Driver/autocomplete.c | 77 ++++++++++++++++++++++++++++++++++++----------
utils/bash-autocomplete.sh | 12 +++++---
3 files changed, 70 insertions(+), 21 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 8ec224a8e29 DAGCombiner: Extend reduceBuildVecToTrunc to handle non-zer [...]
new d0d2059ec3c Revert r309094: [globalisel][tablegen] Fuse the generated t [...]
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:
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 15 +-
test/TableGen/GlobalISelEmitter.td | 200 +++++++++++++++++----
utils/TableGen/GlobalISelEmitter.cpp | 54 +++---
3 files changed, 198 insertions(+), 71 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 6eb1e6a8c1 Use visitor pattern for "maint print c-tdesc"
new 25aa13e522 Generate c for feature instead of tdesc
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:
gdb/ChangeLog | 23 +++++++++
gdb/features/Makefile | 37 ++++++++++++--
gdb/features/i386/32bit-avx.c | 21 ++++++++
gdb/features/i386/32bit-avx512.c | 33 +++++++++++++
gdb/features/i386/32bit-core.c | 66 +++++++++++++++++++++++++
gdb/features/i386/32bit-linux.c | 14 ++++++
gdb/features/i386/32bit-mpx.c | 51 +++++++++++++++++++
gdb/features/i386/32bit-pkeys.c | 14 ++++++
gdb/features/i386/32bit-sse.c | 74 ++++++++++++++++++++++++++++
gdb/target-descriptions.c | 104 ++++++++++++++++++++++++++++++++++++---
10 files changed, 425 insertions(+), 12 deletions(-)
create mode 100644 gdb/features/i386/32bit-avx.c
create mode 100644 gdb/features/i386/32bit-avx512.c
create mode 100644 gdb/features/i386/32bit-core.c
create mode 100644 gdb/features/i386/32bit-linux.c
create mode 100644 gdb/features/i386/32bit-mpx.c
create mode 100644 gdb/features/i386/32bit-pkeys.c
create mode 100644 gdb/features/i386/32bit-sse.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 hjl/x86/gcc-4_8-branch
in repository gcc.
discards a7f16bd7e35 Remove unused locals in tree SSA dce
new d08bf520578 Remove unused locals in tree SSA dce
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a7f16bd7e35)
\
N -- N -- N refs/heads/hjl/x86/gcc-4_8-branch (d08bf520578)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/tree-ssa-dce.c | 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 4f035605eb2 [X86] Regenerated BT tests
new 8ec224a8e29 DAGCombiner: Extend reduceBuildVecToTrunc to handle non-zer [...]
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/Target/TargetLowering.h | 14 +
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 44 +-
lib/Target/X86/X86ISelLowering.cpp | 21 +
lib/Target/X86/X86ISelLowering.h | 13 +
.../CodeGen/X86/shuffle-strided-with-offset-256.ll | 652 ++++++-------------
.../CodeGen/X86/shuffle-strided-with-offset-512.ll | 723 ++-------------------
test/CodeGen/X86/vector-shuffle-512-v32.ll | 20 +-
7 files changed, 339 insertions(+), 1148 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 cd5919cb61 Use POSIX Portable Character Set in the new mai_NP locale s [...]
new a352570d6b Update translations
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 | 9 +
po/bg.po | 1207 +++++++++++++++++++++++++++++++------------------------------
po/cs.po | 1187 +++++++++++++++++++++++++++++++-----------------------------
po/de.po | 1147 +++++++++++++++++++++++++++++-----------------------------
po/pl.po | 1145 ++++++++++++++++++++++++++++-----------------------------
po/uk.po | 1189 +++++++++++++++++++++++++++++++-----------------------------
po/vi.po | 1185 ++++++++++++++++++++++++++++++-----------------------------
7 files changed, 3594 insertions(+), 3475 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.