This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a3d05d4460c [GlobalISel][X86] Add the support for G_FPTRUNC
new c42a8a5ef0e [XRay] Remove array for Metadata Record Types
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/XRay/FDRRecordProducer.cpp | 68 +++++++++++++++++-------------------------
1 file changed, 28 insertions(+), 40 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 0f60cce3e1 binutils: Adjusted tests for .note.gnu.property section
new 2550e95256 x86: pass -mx86-used-note=no to assembler
new 5e8a54c6c4 gas: Pass -mx86-used-note=no to assembler
new 9a8d6a757d ld: Append -Wa,-mx86-used-note=no for S-records tests
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.
Summary of changes:
gas/ChangeLog | 10 ++++++++++
gas/testsuite/gas/cfi/cfi-label.d | 1 +
gas/testsuite/gas/elf/elf.exp | 6 +++++-
ld/ChangeLog | 5 +++++
ld/testsuite/ld-srec/srec.exp | 7 +++++++
5 files changed, 28 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 gcc.
from 5367a58ed3e [C++ PATCH] Remove K&R declaration hack.
new b1e09b9a11b IPA ICF: make type cache a static field sem_item.
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 | 7 +++++++
gcc/ipa-icf.c | 6 ++++--
gcc/ipa-icf.h | 6 +++---
3 files changed, 14 insertions(+), 5 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 91b7fbe434d [ipa-inline][obvious] Fix typos in comment
new 5367a58ed3e [C++ PATCH] Remove K&R declaration hack.
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/cp/ChangeLog | 7 +++++++
gcc/cp/decl.c | 20 +-------------------
gcc/cp/parser.c | 11 +----------
gcc/doc/extend.texi | 6 +++---
5 files changed, 17 insertions(+), 32 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 7764ab8163d [GlobalISel][X86_64] Support for G_FPTOSI
new a3d05d4460c [GlobalISel][X86] Add the support for G_FPTRUNC
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/X86LegalizerInfo.cpp | 3 ++
lib/Target/X86/X86RegisterBankInfo.cpp | 1 +
.../X86/GlobalISel/legalize-fptrunc-scalar.mir | 39 +++++++++++++++++++
.../X86/GlobalISel/regbankselect-X86_64.mir | 44 ++++++++++++++++++++++
.../X86/GlobalISel/select-fptrunc-scalar.mir | 41 ++++++++++++++++++++
test/CodeGen/X86/GlobalISel/x86_64-irtranslator.ll | 13 +++++++
6 files changed, 141 insertions(+)
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-fptrunc-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-fptrunc-scalar.mir
--
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 b9f4344b8a2 [GlobalIsel][X86] Support for llvm.trap intrinsic
new 7764ab8163d [GlobalISel][X86_64] Support for G_FPTOSI
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/X86LegalizerInfo.cpp | 7 +
lib/Target/X86/X86RegisterBankInfo.cpp | 10 +-
.../X86/GlobalISel/regbankselect-X86_64.mir | 336 +++++++++++++++++++++
.../X86/GlobalISel/x86_64-legalize-fptosi.mir | 266 ++++++++++++++++
.../X86/GlobalISel/x86_64-select-fptosi.mir | 290 ++++++++++++++++++
5 files changed, 906 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-legalize-fptosi.mir
create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-select-fptosi.mir
--
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 be4bb828141 [NFC] Fix unused variable warning in X86RegisterBankInfo.cpp
new b9f4344b8a2 [GlobalIsel][X86] Support for llvm.trap intrinsic
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/X86InstructionSelector.cpp | 19 +++++++++++++++++
test/CodeGen/X86/GlobalISel/x86-select-trap.mir | 28 +++++++++++++++++++++++++
2 files changed, 47 insertions(+)
create mode 100644 test/CodeGen/X86/GlobalISel/x86-select-trap.mir
--
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 annotated tag cygwin-2_11_0-release
in repository newlib.
at 709710acc (tag)
tagging d8ccbcdaccff12ca9509358d31114515acd20590 (commit)
replaces newlib-snapshot-20180802
tagged by Corinna Vinschen
on Fri Aug 31 11:19:00 2018 +0200
- Log -----------------------------------------------------------------
Cygwin 2.11.0 Release
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJbiQgEAAoJEPU2Bp2uRE+gulQP/08Dkq8pFp2AifiVYGaa9qns
WDHEmBB2ErHisFEoBLELwxEpNsfUWvbobiIe/Qv/wnsXte/vHngd9Nqh85rSB9JV
YCtTF5WAb50m73fFmJtKQIvrybJRDSsNG3eGv5VyobojreZtzaJKqtWsKpfcYFY8
uRQOKE2v2Fvev01d/LkaM9HbgJyS0lpYaTYgK6OAPwS6l9JA6Fnrj5SpQpoRQK4L
MVG3IBasINryH8aPbnNDVx0FzpBXQR0PV1NbHyDkE5hTSi7+Wf4ICRm7YG61GSXR
cohmX778IKNMNgBkj+5HHjP++SD/0RDJUbs1Yw0KYhbgZtK+ohY5+Y6FMeXSEneT
4ij4L25RecjadbWP1aqVCQAMJxWLYGRYp6S6Y5fYCIoNxurcped2BwM7pFZxWLtt
kbBqZMSwJuJF/n1U9ddLi6lwbdYv6EJce1DpCMtletBym/qy73Cws+3SR9IpfFFl
DiGCKz/YXEWiTiBZw2d2qPQt23OYroPrKaRapOWwea2/Zaa2sLNnTKvtQdUeHKn7
iCkUkTvucJUnpM5KaZkZ1xgFKvkLMtyEHrQvVUB7rDfq1MN+lsmOjVQKrwKZtuEw
E0Uewy/mbD4BBE+0dBNc48/RXj1v2rt57svidarUGIGTPzrIiO8YgXEsGtyRSQQP
LXCsWRGbrVF7x3J1gqTo
=P3T4
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.