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 27e5a27 [arm] Automatically enable CRC instructions on supported ARMv [...]
new 5b64d09 X86: Allow additional ISAs for IAMCU in assembler
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 | 16 ++++++++++++++++
gas/config/tc-i386.c | 23 ++---------------------
gas/testsuite/gas/i386/i386.exp | 4 ++--
gas/testsuite/gas/i386/iamcu-4.d | 12 ++++++++++++
gas/testsuite/gas/i386/iamcu-4.s | 3 +++
gas/testsuite/gas/i386/iamcu-5.d | 12 ++++++++++++
gas/testsuite/gas/i386/iamcu-5.s | 3 +++
gas/testsuite/gas/i386/iamcu-inval-2.l | 2 --
gas/testsuite/gas/i386/iamcu-inval-2.s | 2 --
gas/testsuite/gas/i386/iamcu-inval-3.l | 2 --
gas/testsuite/gas/i386/iamcu-inval-3.s | 1 -
opcodes/ChangeLog | 5 +++++
opcodes/i386-gen.c | 2 --
opcodes/i386-init.h | 7 -------
14 files changed, 55 insertions(+), 39 deletions(-)
create mode 100644 gas/testsuite/gas/i386/iamcu-4.d
create mode 100644 gas/testsuite/gas/i386/iamcu-4.s
create mode 100644 gas/testsuite/gas/i386/iamcu-5.d
create mode 100644 gas/testsuite/gas/i386/iamcu-5.s
delete mode 100644 gas/testsuite/gas/i386/iamcu-inval-2.l
delete mode 100644 gas/testsuite/gas/i386/iamcu-inval-2.s
delete mode 100644 gas/testsuite/gas/i386/iamcu-inval-3.l
delete mode 100644 gas/testsuite/gas/i386/iamcu-inval-3.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 llvm.
from e760d89 [LoopInterchange] Improve debug output. NFC.
new 452b6b2 [LoopInterchange] Improve debug output. 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/Transforms/Scalar/LoopInterchange.cpp | 12 ++++++------
1 file changed, 6 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 users/palves/target_ops-cxx
in repository binutils-gdb.
discards cc2a933 Convert struct target_ops to C++ [2016-08-28]
new ed23ab2 Convert struct target_ops to C++
new 9a7f4b9 Use bool throughout
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 (cc2a933)
\
N -- N -- N refs/heads/users/palves/target_ops-cxx (9a7f4b9)
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 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:
README.target_ops-cxx | 113 ++++++++++
gdb/bsd-uthread.c | 6 +-
gdb/corelow.c | 22 +-
gdb/ctf.c | 8 +-
gdb/darwin-nat.c | 8 +-
gdb/darwin-nat.h | 4 +-
gdb/exec.c | 4 +-
gdb/i386-darwin-nat.c | 2 +-
gdb/inf-child.c | 54 +----
gdb/inf-child.h | 35 ++--
gdb/inf-ptrace.c | 2 +-
gdb/inf-ptrace.h | 2 +-
gdb/linux-nat.c | 30 +--
gdb/linux-nat.h | 36 ++--
gdb/ravenscar-thread.c | 16 +-
gdb/record-btrace.c | 42 ++--
gdb/record-full.c | 50 ++---
gdb/remote-sim.c | 32 +--
gdb/remote.c | 194 ++++++++---------
gdb/spu-multiarch.c | 9 +-
gdb/target-delegates.c | 556 +++++++++++++++++++++++--------------------------
gdb/target.c | 4 +-
gdb/target.h | 162 +++++++-------
gdb/tracefile-tfile.c | 8 +-
gdb/tracefile.c | 10 +-
gdb/tracefile.h | 10 +-
gdb/windows-nat.c | 15 +-
gdb/x86-linux-nat.c | 2 +-
gdb/x86-linux-nat.h | 10 +-
gdb/x86-nat.h | 6 +-
30 files changed, 749 insertions(+), 703 deletions(-)
create mode 100644 README.target_ops-cxx
--
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 3614411 Automatic date update in version.in
new 27e5a27 [arm] Automatically enable CRC instructions on supported ARMv [...]
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/config/tc-arm.c | 18 +++++++++---------
include/ChangeLog | 4 ++++
include/opcode/arm.h | 2 ++
4 files changed, 20 insertions(+), 9 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 600740b [LSV] Use the original loads' names for the extractelement in [...]
new e760d89 [LoopInterchange] Improve debug output. 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/Transforms/Scalar/LoopInterchange.cpp | 10 ++++++----
1 file changed, 6 insertions(+), 4 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 0639c00 Fix typo in test - it should be masking bits0-15 not bit16
new 05601b4 [x86] move combines of 'select of 2 constants' to its own fun [...]
new 600740b [LSV] Use the original loads' names for the extractelement in [...]
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/X86/X86ISelLowering.cpp | 195 +++++++++++----------
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 6 +-
.../LoadStoreVectorizer/AMDGPU/merge-stores.ll | 20 +--
.../LoadStoreVectorizer/AMDGPU/pointer-elements.ll | 50 +++---
4 files changed, 142 insertions(+), 129 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 959abb8 Regenerate vector bitcast folding tests using update_test_checks.py.
new 0639c00 Fix typo in test - it should be masking bits0-15 not bit16
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:
test/CodeGen/X86/combine-or.ll | 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 clang.
from f41891d [EfficiencySanitizer] [MIPS64] Enables esan clang driver opti [...]
new b92c95b [MS] Fix 'this' type when calling virtual methods with inalloca
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/CGExprCXX.cpp | 14 ++++++----
test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp | 35 +++++++++++++++++++++---
2 files changed, 40 insertions(+), 9 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
discards 651a533 gcc/testsuite/ Backport from trunk r239609. 2016-08-19 Pr [...]
discards 27d45c3 gcc/ Backport from trunk r236632. 2016-05-24 Richard Sand [...]
discards b5793ea gcc/ Backport from trunk r239528. 2016-08-17 Thomas Preud [...]
discards a771dd6 gcc/ Backport from trunk r238960. 2016-08-01 Wilco Dijkst [...]
discards dd90671 gcc/ Backport from trunk r238346. 2016-07-14 Thomas Preud [...]
discards 0d03274 gcc/ Backport from trunk r239859. 2016-08-30 Szabolcs Nag [...]
discards 40120d7 gcc/ Backport from trunk r239637. 2016-08-20 Kugan Viveka [...]
discards 868a6f1 gcc/ Backport from trunk r239162. 2016-08-05 Kugan Viveka [...]
discards c29ce24 gcc/ Backport from trunk r239118. 2016-08-04 Kugan Viveka [...]
discards 590a5dc gcc/ Backport from trunk r238846. 2016-07-29 Kugan Viveka [...]
discards edf4490 gcc/ Backport from trunk r238337. 2016-07-14 Kyrylo Tkach [...]
discards 826eb29 gcc/ Backport from trunk r238254, r238763. 2016-07-12 Nat [...]
discards 4c08994 gcc/ Backport from trunk r238248. 2016-07-12 Kyrylo Tkach [...]
discards d3b180f gcc/ Backport from trunk r238013. 2016-07-05 Kyrylo Tkach [...]
discards ead14e4 libstdc++-v3/ Backport from trunk r237879. 2016-06-30 Tho [...]
discards 9f7b5a6 gcc/ Backport from trunk r237250. 2016-06-09 Kyrylo Tkach [...]
discards 61ab449 gcc/ Backport from trunk r239960. 2016-09-02 Prathamesh K [...]
discards 2e7d161 libstdc++-v3/ Backport from trunk r239955. 2016-09-02 Max [...]
discards fe74738 gcc/ Backport from trunk r239923. 2016-09-01 Wilco Dijkst [...]
discards a196a3b gcc/ Backport from trunk r239919. 2016-09-01 Kyrylo Tkach [...]
discards eed9c6d gcc/ Backport from trunk r239865. 2016-08-30 Tamar Christ [...]
discards a1d0b72 gcc/ Backport from trunk r239739. 2016-08-24 Michael Coll [...]
discards b6686e2 gcc/ Backport from trunk r237988. 2016-07-04 Jiong Wang [...]
discards 94d916d gcc/testsuite/ Backport from trunk r237798. 2016-06-27 Ch [...]
discards ca4e6a6 gcc/testsuite/ Backport from trunk r237987. 2016-07-04 Ch [...]
discards bb27c38 gcc/ Backport from trunk r238818. 2016-07-28 Wilco Dijkst [...]
discards b9ee8ff gcc/ Backport from trunk r239772. 2016-08-26 Kyrylo Tkach [...]
discards 8a0c5cc gcc/ Backport from trunk r239771. 2016-08-26 Kyrylo Tkach [...]
discards 2401611 gcc/ Backport from trunk r238712. 2016-07-25 Jiong Wang [...]
discards 0e4abf4 libgcc/ Backport from trunk r238584. 2016-07-21 Aurelien [...]
discards 89d7c2f gcc/ Backport from trunk r238010. 2016-07-05 Jiong Wang [...]
discards 8e33585 gcc/ Backport from trunk r237882. 2016-06-30 James Greenh [...]
discards 58d283a gcc/ Backport from trunk r237956. 2016-07-04 Matthew Waha [...]
discards 1c6af39 gcc/ Backport from trunk r237906. 2016-07-01 Kyrylo Tkach [...]
discards ee8dc31 gcc/ Backport from trunk r237851. 2016-06-29 Wilco Dijkst [...]
discards 7d785bc gcc/ Backport from trunk r237705. 2016-06-22 Andreas Schw [...]
discards 01ba3a0 gcc/ Backport from trunk r237607. 2016-06-20 Wilco Dijkst [...]
discards 0ebf820 gcc/ Backport from trunk r237277. 2016-06-09 Vladimir Mak [...]
discards 969e4d7 gcc/ Backport from trunk r239610. 2016-08-19 Matthew Waha [...]
discards 5ae723f gcc/ Backport from trunk r237884. 2016-06-30 Wilco Dijkst [...]
discards 8c5fc26 gcc/ Backport from trunk r237597. 2016-06-20 Wilco Dijkst [...]
discards 04d29b3 gcc/testsuite/ Backport from trunk r237557. 2016-06-17 Ch [...]
discards de20a0f gcc/ Backport from trunk r237548. 2016-06-17 Szabolcs Nag [...]
discards 0904a10 gcc/ Backport from trunk r237506. 2016-06-16 Renlin Li < [...]
discards de34e49 gcc/ Backport from trunk r237485. 2016-06-15 Kyrylo Tkach [...]
discards de6369d gcc/ Backport from trunk r237440. 2015-06-14 Kyrylo Tkach [...]
discards 776a69d gcc/ Backport from trunk r237331. 2016-06-11 Jiong Wang [...]
discards 5f3a778 gcc/ Backport from trunk r237313. 2016-06-10 Bernd Edling [...]
discards 8ddd826 gcc/ Backport from trunk r237251. 2016-06-09 Stefan Bruen [...]
discards d0ac8fc gcc/ Backport from trunk r239733. 2016-08-24 Thomas Preud [...]
discards e2bed20 gcc/ Backport from trunk r236914. 2016-05-31 Wladimir J. [...]
discards 798cfbb gcc/ Backport from trunk r239710. 2016-08-23 Christophe L [...]
discards 2f5ef4c gcc/ Backport from trunk r239561. 2016-08-18 Tamar Christ [...]
discards 7344313 gcc/ Backport from trunk r236269. Ramana Radhakrishnan [...]
discards d6c76a8 gcc/ Backport from trunk r235512. 2016-04-27 Kyrylo Tkach [...]
discards fbec19f gcc/ Backport from trunk r239135. 2016-08-04 Andrew Pinsk [...]
discards 7b45e33 gcc/ Backport from trunk r238955. 2015-08-01 Alan Hayward [...]
discards 072b90f gcc/ Backport from trunk r239300. 2016-08-09 Renlin Li < [...]
discards 7ae414d gcc/ Backport from trunk r238938. 2016-08-01 Kyrylo Tkach [...]
discards df9425d gcc/ Backport from trunk r238820. 2016-07-28 Kristina Mar [...]
discards 1f90805 gcc/ Backport from trunk r238056. 2016-07-06 Kyrylo Tkach [...]
discards aa42946 gcc/ Backport from trunk r237957. 2016-07-04 Ramana Radha [...]
discards e4521c3 gcc/testsuite/ Backport from trunk r237653. 2016-06-21 Wi [...]
discards 93552d5 gcc/ Backport from trunk r237604. 2016-06-20 James Greenh [...]
discards e541b5d gcc/ Backport from trunk r237603. 2016-06-20 James Greenh [...]
discards 8f8ab5b gcc/ Backport from trunk r237249. 2016-06-09 Kyrylo Tkach [...]
discards 8db4cc7 gcc/ Backport from trunk r236817. 2016-05-27 Wilco Dijkst [...]
discards ee3ef66 gcc/ Backport from trunk r236638. 2016-05-24 Kyrylo Tkach [...]
discards 9f9342f gcc/ Backport from trunk r236631. 2016-05-24 Richard Sand [...]
discards 1f2ca48 gcc/ Backport from trunk r236593. 2016-05-23 Bin Cheng <b [...]
discards 16ee740 gcc/ Backport from trunk r236502. 2016-05-20 Prathamesh K [...]
discards be1ef63 gcc/ Backport from trunk r236355. 2016-05-17 Kugan Viveka [...]
discards ad2ea57 gcc/ Backport from trunk r236198. 2016-05-13 Ramana Radha [...]
discards 38fec1e gcc/ Backport from trunk r237679. 2016-06-22 Kyrylo Tkach [...]
omits 91b11ff gcc/ Backport from trunk r237553. 2016-06-17 James Greenh [...]
omits e030daa gcc/ Backport from trunk r237138. 2016-06-06 Kyrylo Tkach [...]
omits 9dd1dea gcc/ Backport from trunk r237034. 2016-06-02 Kyrylo Tkach [...]
omits 1399abb gcc/ Backport from trunk r236818. 2016-05-27 Jiong Wang [...]
omits 7b627d0 gcc/ Backport from trunk r236728. 2016-05-25 Kyrylo Tkach [...]
omits 1406b1e gcc/ Backport from trunk r235402, r235403. 2016-04-25 Mic [...]
omits ecce986 gcc/ Backport from trunk r237200. 2016-06-08 Jiong Wang [...]
omits ee69475 gcc/ Backport from trunk r236181. 2016-05-12 Jiong Wang [...]
omits 1883bc8 gcc/ Backport from trunk r235998. 2016-05-07 Jim Wilson [...]
omits f08d7d9 gcc/ Backport from trunk r235532. 2016-04-26 Evandro Mene [...]
omits 34c4e6e Merge branches/gcc-6-branch rev 239654.
omits ae1f46b gcc/ Backport from trunk r237645. 2016-06-21 Virendra Pat [...]
omits b403f94 gcc/ Backport from trunk r237395, r237396, r237397, r237 [...]
new 3550421 gcc/ Backport from trunk r237395, r237396, r237397, r237452 [...]
new d375d20 gcc/ Backport from trunk r237645. 2016-06-21 Virendra Pat [...]
new fed0bd0 Merge branches/gcc-6-branch rev 239654.
new ba2bbf6 gcc/ Backport from trunk r235532. 2016-04-26 Evandro Mene [...]
new f1ed9d0 gcc/ Backport from trunk r235998. 2016-05-07 Jim Wilson [...]
new afa432e gcc/ Backport from trunk r236181. 2016-05-12 Jiong Wang [...]
new 457b587 gcc/ Backport from trunk r237200. 2016-06-08 Jiong Wang [...]
new 3dbae04 gcc/ Backport from trunk r235402, r235403. 2016-04-25 Mic [...]
new 4afa8e9 gcc/ Backport from trunk r236728. 2016-05-25 Kyrylo Tkach [...]
new 2787384 gcc/ Backport from trunk r236818. 2016-05-27 Jiong Wang [...]
new 6ffb795 gcc/ Backport from trunk r237034. 2016-06-02 Kyrylo Tkach [...]
new e98c442 gcc/ Backport from trunk r237138. 2016-06-06 Kyrylo Tkach [...]
new 440d814 gcc/ Backport from trunk r237553. 2016-06-17 James Greenh [...]
new 998c54b gcc/ Backport from trunk r237679. 2016-06-22 Kyrylo Tkach [...]
new 832dabb gcc/ Backport from trunk r236198. 2016-05-13 Ramana Radha [...]
new cd1af23 gcc/ Backport from trunk r236355. 2016-05-17 Kugan Viveka [...]
new 2c6b6c6 gcc/ Backport from trunk r236502. 2016-05-20 Prathamesh K [...]
new 823be47 gcc/ Backport from trunk r236593. 2016-05-23 Bin Cheng < [...]
new 65b2473 gcc/ Backport from trunk r236631. 2016-05-24 Richard Sand [...]
new 3801f9e gcc/ Backport from trunk r236638. 2016-05-24 Kyrylo Tkach [...]
new 90cb5a7 gcc/ Backport from trunk r236817. 2016-05-27 Wilco Dijkst [...]
new de90667 gcc/ Backport from trunk r237249. 2016-06-09 Kyrylo Tkach [...]
new 92e1766 gcc/ Backport from trunk r237603. 2016-06-20 James Greenh [...]
new 8a91967 gcc/ Backport from trunk r237604. 2016-06-20 James Greenh [...]
new 25097c3 gcc/testsuite/ Backport from trunk r237653. 2016-06-21 Wi [...]
new 6abf45e gcc/ Backport from trunk r237957. 2016-07-04 Ramana Radha [...]
new 5d96ea6 gcc/ Backport from trunk r238056. 2016-07-06 Kyrylo Tkach [...]
new 1a7ec9d gcc/ Backport from trunk r238820. 2016-07-28 Kristina Mar [...]
new 62f4e94 gcc/ Backport from trunk r238938. 2016-08-01 Kyrylo Tkach [...]
new 02dbcf8 gcc/ Backport from trunk r239300. 2016-08-09 Renlin Li < [...]
new 3fb178d gcc/ Backport from trunk r238955. 2015-08-01 Alan Hayward [...]
new 0d8e957 gcc/ Backport from trunk r239135. 2016-08-04 Andrew Pinsk [...]
new aa5729d gcc/ Backport from trunk r235512. 2016-04-27 Kyrylo Tkach [...]
new f6c89df gcc/ Backport from trunk r236269. 2016-05-16 Matthew Waha [...]
new 0375685 gcc/ Backport from trunk r239561. 2016-08-18 Tamar Christ [...]
new 8249067 gcc/ Backport from trunk r239710. 2016-08-23 Christophe L [...]
new d0fe9a8 gcc/ Backport from trunk r236914. 2016-05-31 Wladimir J. [...]
new 68bc492 gcc/ Backport from trunk r239733. 2016-08-24 Thomas Preud [...]
new e84442a gcc/ Backport from trunk r237251. 2016-06-09 Stefan Bruen [...]
new 8e2e960 gcc/ Backport from trunk r237313. 2016-06-10 Bernd Edling [...]
new 79508ae gcc/ Backport from trunk r237331. 2016-06-11 Jiong Wang [...]
new e8f185e gcc/ Backport from trunk r237440. 2015-06-14 Kyrylo Tkach [...]
new 20062ee gcc/ Backport from trunk r237485. 2016-06-15 Kyrylo Tkach [...]
new 0cbb0d3 gcc/ Backport from trunk r237506. 2016-06-16 Renlin Li < [...]
new d9c77b6 gcc/ Backport from trunk r237548. 2016-06-17 Szabolcs Nag [...]
new ed27eb0 gcc/testsuite/ Backport from trunk r237557. 2016-06-17 Ch [...]
new 5188bcd gcc/ Backport from trunk r237597. 2016-06-20 Wilco Dijkst [...]
new f6e7a8e gcc/ Backport from trunk r237884. 2016-06-30 Wilco Dijkst [...]
new 2a0d562 gcc/ Backport from trunk r239610. 2016-08-19 Matthew Waha [...]
new 2846dcc gcc/ Backport from trunk r237277. 2016-06-09 Vladimir Mak [...]
new 85d7f20 gcc/ Backport from trunk r237607. 2016-06-20 Wilco Dijkst [...]
new 9d79fee gcc/ Backport from trunk r237705. 2016-06-22 Andreas Schw [...]
new 9efb005 gcc/ Backport from trunk r237851. 2016-06-29 Wilco Dijkst [...]
new 087f403 gcc/ Backport from trunk r237906. 2016-07-01 Kyrylo Tkach [...]
new a053428 gcc/ Backport from trunk r237956. 2016-07-04 Matthew Waha [...]
new a4e6ef5 gcc/ Backport from trunk r237882. 2016-06-30 James Greenh [...]
new 83ccbcc gcc/ Backport from trunk r238010. 2016-07-05 Jiong Wang [...]
new 34267d9 libgcc/ Backport from trunk r238584. 2016-07-21 Aurelien [...]
new b1df8b7 gcc/ Backport from trunk r238712. 2016-07-25 Jiong Wang [...]
new 7b3a4b1 gcc/ Backport from trunk r239771. 2016-08-26 Kyrylo Tkach [...]
new 1766eb4 gcc/ Backport from trunk r239772. 2016-08-26 Kyrylo Tkach [...]
new 4d88983 gcc/ Backport from trunk r238818. 2016-07-28 Wilco Dijkst [...]
new 4ccd7f2 gcc/testsuite/ Backport from trunk r237987. 2016-07-04 Ch [...]
new 347c2c7 gcc/testsuite/ Backport from trunk r237798. 2016-06-27 Ch [...]
new 70b52cf gcc/ Backport from trunk r237988. 2016-07-04 Jiong Wang [...]
new cb81122 gcc/ Backport from trunk r239739. 2016-08-24 Michael Coll [...]
new b1dc43f gcc/ Backport from trunk r239865. 2016-08-30 Tamar Christ [...]
new ab3637d gcc/ Backport from trunk r239919. 2016-09-01 Kyrylo Tkach [...]
new 1cbb0ce gcc/ Backport from trunk r239923. 2016-09-01 Wilco Dijkst [...]
new 8036bae libstdc++-v3/ Backport from trunk r239955. 2016-09-02 Max [...]
new f131319 gcc/ Backport from trunk r239960. 2016-09-02 Prathamesh K [...]
new f45d9c8 gcc/ Backport from trunk r237250. 2016-06-09 Kyrylo Tkach [...]
new 2f1cf62 libstdc++-v3/ Backport from trunk r237879. 2016-06-30 Tho [...]
new 52b33de gcc/ Backport from trunk r238013. 2016-07-05 Kyrylo Tkach [...]
new 1066d7e gcc/ Backport from trunk r238248. 2016-07-12 Kyrylo Tkach [...]
new 19531c7 gcc/ Backport from trunk r238254, r238763. 2016-07-12 Nat [...]
new f1cc7bd gcc/ Backport from trunk r238337. 2016-07-14 Kyrylo Tkach [...]
new 24867cd gcc/ Backport from trunk r238846. 2016-07-29 Kugan Viveka [...]
new b703514 gcc/ Backport from trunk r239118. 2016-08-04 Kugan Viveka [...]
new 2c113bd gcc/ Backport from trunk r239162. 2016-08-05 Kugan Viveka [...]
new 02e3f57 gcc/ Backport from trunk r239637. 2016-08-20 Kugan Viveka [...]
new 0ec753f gcc/ Backport from trunk r239859. 2016-08-30 Szabolcs Nag [...]
new 2edf7d4 gcc/ Backport from trunk r238346. 2016-07-14 Thomas Preud [...]
new 0d6e522 gcc/ Backport from trunk r238960. 2016-08-01 Wilco Dijkst [...]
new de6c04a gcc/ Backport from trunk r239528. 2016-08-17 Thomas Preud [...]
new 51aa07a gcc/ Backport from trunk r236632. 2016-05-24 Richard Sand [...]
new 1893018 gcc/testsuite/ Backport from trunk r239609. 2016-08-19 Pr [...]
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 (651a533)
\
N -- N -- N refs/heads/linaro-local/gcc-6-integration-branch (1893018)
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 87 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:
--
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 5ca92351 Improve aarch64_legitimize_address - avoid splitting the offs [...]
new c7e4445 * config/i386/i386.c: Add 'U' suffix to processor feature bi [...]
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/config/i386/i386.c | 60 ++++++++++++++++++++++----------------------
gcc/config/i386/x86-tune.def | 6 ++---
gcc/opts.c | 4 +--
4 files changed, 42 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.