This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bd91b7fe65a [ARM] Create relocations for beq.w branches to ARM function syms.
new 3a93e4af816 [X86] Add support for "probe-stack" attribute
new 4c45e36dd83 [InstCombine] reverse bitcast + bitwise-logic canonicalizat [...]
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/Target/TargetLowering.h | 6 ++++
lib/Target/X86/X86FrameLowering.cpp | 32 ++++++++++------------
lib/Target/X86/X86ISelLowering.cpp | 22 ++++++++++++++-
lib/Target/X86/X86ISelLowering.h | 2 ++
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 26 +++++++-----------
lib/Transforms/InstCombine/InstCombineCasts.cpp | 12 ++++++++
test/CodeGen/X86/stack-probe-red-zone.ll | 21 ++++++++++++++
test/CodeGen/X86/stack-probes.ll | 29 ++++++++++++++++++++
test/Transforms/InstCombine/bitcast-bigendian.ll | 18 ++++++------
test/Transforms/InstCombine/bitcast.ll | 26 +++++++++---------
test/Transforms/InstCombine/icmp-xor-signbit.ll | 21 ++++----------
test/Transforms/InstCombine/logical-select.ll | 4 +--
12 files changed, 145 insertions(+), 74 deletions(-)
create mode 100644 test/CodeGen/X86/stack-probe-red-zone.ll
create mode 100644 test/CodeGen/X86/stack-probes.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 glibc.
from 925fac7793 Bug 21533: Update to Unicode 10.0.0
new 95b38bbb03 localedata: fur_IT: Fix spelling of Wednesday (Miercus)
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:
localedata/ChangeLog | 5 +++++
localedata/locales/fur_IT | 4 ++--
2 files changed, 7 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 gcc.
from 583af268abd * profile-count.h (apply_probability, apply_scale, probab [...]
new 50aca7c7511 compiler: fix stale comment in lexer
new 9fc13e64afe runtime: make NumGoroutine wait for system goroutines t [...]
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/lex.cc | 3 +--
libgo/go/runtime/debug.go | 1 +
libgo/go/runtime/mfinal.go | 1 +
libgo/go/runtime/mgc.go | 2 ++
libgo/go/runtime/proc.go | 24 ++++++++++++++++++++++++
libgo/go/runtime/time.go | 1 +
7 files changed, 31 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 e8033d703b7 [InstCombine] add peekThroughBitcast() helper; NFC
new bd91b7fe65a [ARM] Create relocations for beq.w branches to ARM function syms.
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/MCTargetDesc/ARMAsmBackend.cpp | 1 +
test/MC/ARM/thumb2-beq-fixup.s | 39 +++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
create mode 100644 test/MC/ARM/thumb2-beq-fixup.s
--
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 d7dcbefc72 Remove an instance of MAX_REGISTER_SIZE from record-full.c
new 16892a0323 Fix cached_frame allocation in py-unwind
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 | 5 +++++
gdb/python/py-unwind.c | 5 ++++-
2 files changed, 9 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 9bd0f56ab3e [DAG] Add Target Store Merge pass ordering function
new 27bff2421e4 [mips] Allow $AT to be used as a register name
new e8033d703b7 [InstCombine] add peekThroughBitcast() helper; NFC
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/Target/Mips/AsmParser/MipsAsmParser.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 8 ++------
lib/Transforms/InstCombine/InstCombineInternal.h | 12 ++++++++++++
test/MC/Mips/mips-register-names-o32.s | 1 +
test/MC/Mips/mips64-register-names-n32-n64.s | 1 +
test/MC/Mips/mips64-register-names-o32.s | 1 +
6 files changed, 18 insertions(+), 7 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 2dfb7e4fe8b Revert "[Support] Add RetryAfterSignal helper function" and [...]
new 9bd0f56ab3e [DAG] Add Target Store Merge pass ordering function
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 | 4 ++++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 3 ++-
2 files changed, 6 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 glibc.
from f768b45020 inet: __inet6_scopeid_pton should accept node-local addresse [...]
new 925fac7793 Bug 21533: Update to Unicode 10.0.0
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 +
NEWS | 4 +-
include/stdc-predef.h | 13 +-
localedata/charmaps/UTF-8 | 1242 +++++++++++++++++++++-
localedata/locales/i18n | 1012 +++++++++---------
localedata/locales/tr_TR | 1012 +++++++++---------
localedata/locales/translit_circle | 2 +-
localedata/locales/translit_cjk_compat | 2 +-
localedata/locales/translit_combining | 142 ++-
localedata/locales/translit_compat | 2 +-
localedata/locales/translit_font | 2 +-
localedata/locales/translit_fraction | 2 +-
localedata/unicode-gen/DerivedCoreProperties.txt | 328 ++++--
localedata/unicode-gen/EastAsianWidth.txt | 90 +-
localedata/unicode-gen/Makefile | 2 +-
localedata/unicode-gen/UnicodeData.txt | 1028 +++++++++++++++++-
16 files changed, 3791 insertions(+), 1098 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 newlib.
from 92fc6ea7e Note regtool fix in release message
new f4fb7b93e Update and sort list of cygwin setup command line options.
new 95e66aae3 Update documentation of cygwin setup proxy configuration details
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:
winsup/doc/faq-setup.xml | 62 +++++++++++++++++++++++++++++-------------------
winsup/doc/setup-net.xml | 13 ++++------
2 files changed, 43 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.