This is an automated email from the git hooks/post-receive script.
robert.savoye pushed a change to branch array
in repository toolchain/abe.
from 8d53335 Detached state isn't a branch name, so don't use it.
new ce0a900 Change from double to single quotes to embed the quote marks [...]
new 7be4d7c Add python, remove ancient versions of gcc and gdb.
new 61ba4a1 Call the import_manifest() function instead of sourcing the m [...]
new 2a3b1c4 remove now bogus comment, remove commented out zlib build.
new bb15ad2 Call build() with the component name (gcc), insted of gcc_version.
new 0e437fb Fix issues noticed when trying to reproduce a buid fro a mani [...]
new 0852834 Remove hack for infrastructure files, the now all download on [...]
new dba8917 Add GCC stage1 and stage2 configure flags. Add maeflags and c [...]
new 12bda5d New function, import_manifest(), which reads a manifest file [...]
new 2649f53 remove depreciated functions, read_config(), get_config(), li [...]
new 88ea7af Don't try to checkout gdbserver, it's part of GDB. Remove svn [...]
new 611ed36 Drop the space in -j cpus, it's uneeded and causes problems later.
The 12 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:
abe.sh | 9 +---
config/glibc.conf | 2 +-
config/sources.conf | 15 ++----
lib/checkout.sh | 65 ++++++++++---------------
lib/common.sh | 134 ----------------------------------------------------
lib/component.sh | 96 ++++++++++++++++++++++++++++---------
lib/configure.sh | 9 +---
lib/fetch.sh | 58 ++++++++++++++---------
lib/globals.sh | 80 ++++++++++++++++++++++++++++++-
lib/make.sh | 6 +--
lib/package.sh | 85 ++++++++++++++++++++++++++-------
11 files changed, 291 insertions(+), 268 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 9cd04d8 lex: Update unicode letters table to Unicode 8.0.0.
new 5260b0a Remove diffstat from ChangeLog.
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 | 37 -------------------------------------
1 file changed, 37 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 gcc-5-branch
in repository gcc.
from 827f077 PR c/67730 * c-typeck.c (convert_for_assignment): Use the e [...]
new 472e259 PR tree-optimization/67821 * tree-ssanames.c (duplicate_ssa [...]
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 | 8 ++++++++
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/torture/pr67821-2.c | 14 ++++++++++++++
gcc/testsuite/gcc.dg/torture/pr67821.c | 15 +++++++++++++++
gcc/tree-ssanames.c | 1 -
5 files changed, 46 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67821-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67821.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 master
in repository gcc.
from 9777b44 * tree-ssa-loop-im.c (move_computations_dom_walker::before_ [...]
new 9cd04d8 lex: Update unicode letters table to Unicode 8.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:
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/lex.cc | 58 ++++++++++++++++++++++++++++++------------------
2 files changed, 37 insertions(+), 23 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 hjl/interrupt/calls
in repository gcc.
discards 2b2d205 Update testcases
discards 31fc043 Call targetm.expand_to_rtl_hook from cgraph_node::expand
discards fbcc8f3 Force interrupt parameter into register
discards 0e1cf63 function without caller-saved registers can't have non-void r [...]
discards db472ca Select DRAP if there are no caller-saved registers
discards a7c0382 Correctly set incoming stack boundary in interrupt handler
discards eeac3e7 Fix ix86_maybe_switch_abi
omits c8c2a27 Return true in ix86_epilogue_uses after reload
omits 92e4cc3 Implement x86 interrupt attribute
new 5110a0c Implement x86 interrupt attribute
new c307589 Call targetm.expand_to_rtl_hook from cgraph_node::expand
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 (2b2d205)
\
N -- N -- N refs/heads/hjl/interrupt/calls (c307589)
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:
gcc/config/i386/i386.c | 1 -
gcc/testsuite/gcc.target/i386/interrupt-1.c | 23 ++++++++++++++--------
gcc/testsuite/gcc.target/i386/interrupt-10.c | 14 ++++++-------
gcc/testsuite/gcc.target/i386/interrupt-11.c | 5 ++---
gcc/testsuite/gcc.target/i386/interrupt-14.c | 11 +++++------
gcc/testsuite/gcc.target/i386/interrupt-15.c | 16 +++++++++------
gcc/testsuite/gcc.target/i386/interrupt-16.c | 17 ++++++++--------
gcc/testsuite/gcc.target/i386/interrupt-17.c | 16 +++++++++------
gcc/testsuite/gcc.target/i386/interrupt-18.c | 16 +++++++++------
gcc/testsuite/gcc.target/i386/interrupt-20.c | 21 ++++++++++++--------
.../i386/{interrupt-2.c => interrupt-26.c} | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-iamcu.c | 11 ++++++++---
12 files changed, 90 insertions(+), 63 deletions(-)
copy gcc/testsuite/gcc.target/i386/{interrupt-2.c => interrupt-26.c} (79%)
--
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 a4e17a4 increase the number of parameters
new 9777b44 * tree-ssa-loop-im.c (move_computations_dom_walker::before_ [...]
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/tree-ssa-loop-im.c | 2 --
gcc/tree-ssa-phiopt.c | 1 -
3 files changed, 7 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 gcc.
from edbec01 move scop detection related stuff to graphite-scop-detection.c
new 118a202 move param detection to scop detection
new a4e17a4 increase the number of parameters
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/ChangeLog | 32 +++++
gcc/graphite-poly.c | 68 ++++++++-
gcc/graphite-poly.h | 11 +-
gcc/graphite-scop-detection.c | 217 ++++++++++++++++++++++++----
gcc/graphite-sese-to-poly.c | 324 ------------------------------------------
gcc/graphite-sese-to-poly.h | 6 -
gcc/graphite.c | 14 ++
gcc/params.def | 2 +-
gcc/testsuite/ChangeLog | 10 ++
9 files changed, 319 insertions(+), 365 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 390f34c PR tree-optimization/67821 * tree-ssanames.c (duplicate_ssa [...]
new b9c4ec6 IPA-CP Alignment lattice cleanup
new edbec01 move scop detection related stuff to graphite-scop-detection.c
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/ChangeLog | 52 +
gcc/graphite-scop-detection.c | 1914 ++++++++++++++++++++------------
gcc/graphite-sese-to-poly.c | 184 +--
gcc/ipa-cp.c | 242 ++--
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.dg/ipa/propalign-4.c | 21 +
gcc/testsuite/gcc.dg/ipa/propalign-5.c | 21 +
7 files changed, 1472 insertions(+), 968 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/propalign-4.c
create mode 100644 gcc/testsuite/gcc.dg/ipa/propalign-5.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 master
in repository gcc.
from 558e681 [PR other/65021] mkoffloads -save-temps handling, and cleanup [...]
new 4965c5f Move runtime transactional memory tests to libitm testsute.
new 390f34c PR tree-optimization/67821 * tree-ssanames.c (duplicate_ssa [...]
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/ChangeLog | 5 +++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/torture/pr67821-2.c | 14 ++++++++++++++
gcc/testsuite/gcc.dg/torture/pr67821.c | 15 +++++++++++++++
gcc/tree-ssanames.c | 1 -
.../g++.dg/tm/eh1.C => libitm/testsuite/libitm.c++/eh-2.C | 0
.../g++.dg/tm/eh2.C => libitm/testsuite/libitm.c++/eh-3.C | 0
.../g++.dg/tm/eh4.C => libitm/testsuite/libitm.c++/eh-4.C | 0
8 files changed, 40 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67821-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67821.c
rename gcc/testsuite/g++.dg/tm/eh1.C => libitm/testsuite/libitm.c++/eh-2.C (100%)
rename gcc/testsuite/g++.dg/tm/eh2.C => libitm/testsuite/libitm.c++/eh-3.C (100%)
rename gcc/testsuite/g++.dg/tm/eh4.C => libitm/testsuite/libitm.c++/eh-4.C (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.