This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c9af81ed377 [SystemZ] Also wrap TII with #ifndef NDEBUG in constructor [...]
new 2cd3b1f607b Re-commit: [globalisel][tablegen] Support zero-instruction [...]
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/AArch64/AArch64InstructionSelector.cpp | 12 ++-
test/CodeGen/AArch64/GlobalISel/select-bitcast.mir | 52 ++++++++++
utils/TableGen/GlobalISelEmitter.cpp | 105 +++++++++++++--------
3 files changed, 128 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 master
in repository llvm.
from d0d758f63fb [SystemZ] Add a wrapping with #ifndef NDEBUG to silence warning.
new c9af81ed377 [SystemZ] Also wrap TII with #ifndef NDEBUG in constructor [...]
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/SystemZ/SystemZHazardRecognizer.h | 10 ++++++++--
1 file changed, 8 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 tag gcc-7_2_0-release
in repository gcc.
at 1bd23ca8c30 (commit)
No new revisions were added by this update.
--
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 038d1cafaf __opensock: Remove internal_function attribute
new 580be3035d UnicodeData has precedence over EastAsianWidth
new 41b6f0ce85 Handle more cases of combining characters
new 267ee5d7ab Resolve some historically special cases of ambiguous width
new 7a79e321c6 Refresh generated charmap data and ChangeLog
new c14b84baae Fix country name for xh_ZA
new bb6274ee12 Fix abmon for bem_ZM
The 6 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:
localedata/ChangeLog | 24 +
localedata/charmaps/UTF-8 | 111468 +++++++++++++++++++++++++++++++++-
localedata/locales/bem_ZM | 25 +-
localedata/locales/xh_ZA | 5 +-
localedata/unicode-gen/utf8_gen.py | 38 +-
5 files changed, 111400 insertions(+), 160 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 59bdb88371e [SystemZ, MachineScheduler] Improve post-RA scheduling.
new d0d758f63fb [SystemZ] Add a wrapping with #ifndef NDEBUG to silence warning.
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/SystemZ/SystemZHazardRecognizer.h | 2 ++
1 file changed, 2 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 lld.
from d634b0fb8 Remove a lock and use a std::unique_ptr instead.
new 0731b6d1e [ELF] - Don't segfault when accessing location counter inside [...]
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/LinkerScript.cpp | 9 +++++++--
test/ELF/linkerscript/memory-err.s | 6 ++++++
2 files changed, 13 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 llvm.
from 605e60b1d2d [SelectionDAG] Teach the vector-types operand scalarizer ab [...]
new 59bdb88371e [SystemZ, MachineScheduler] Improve post-RA scheduling.
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/CodeGen/MachineScheduler.h | 21 ++++
include/llvm/CodeGen/ScheduleDAGInstrs.h | 5 +
lib/CodeGen/MachineScheduler.cpp | 120 ++++++++++++++++-------
lib/Target/SystemZ/SystemZHazardRecognizer.cpp | 87 ++++++++++++++---
lib/Target/SystemZ/SystemZHazardRecognizer.h | 38 ++++++--
lib/Target/SystemZ/SystemZMachineScheduler.cpp | 129 ++++++++++++++++++++++---
lib/Target/SystemZ/SystemZMachineScheduler.h | 51 ++++++++--
test/CodeGen/SystemZ/int-cmp-48.ll | 4 +-
8 files changed, 376 insertions(+), 79 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 67f0aff0c6 Fix sigval namespace (bug 21944).
new 038d1cafaf __opensock: Remove internal_function attribute
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 | 6 ++++++
include/sys/socket.h | 2 +-
socket/opensock.c | 2 +-
sysdeps/unix/sysv/linux/opensock.c | 2 +-
4 files changed, 9 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 69e291b2824 [llvm-dlltool] Improve an error message when unable to open [...]
new 605e60b1d2d [SelectionDAG] Teach the vector-types operand scalarizer ab [...]
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/CodeGen/SelectionDAG/LegalizeTypes.h | 1 +
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 33 +++++++++++++++
test/CodeGen/X86/pr34177.ll | 52 ++++++++++++++++++++++++
3 files changed, 86 insertions(+)
create mode 100644 test/CodeGen/X86/pr34177.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 gcc.
from f96de59b0ee [RS6000] PR 80938, Don't emit frame info for regs that don' [...]
new 7ae5a9d50f3 2017-08-17 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 | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/vrp117.c | 16 ++++++++++++++++
gcc/tree-vrp.c | 6 ++++--
4 files changed, 30 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp117.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.