This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance
in repository toolchain/abe.
from fa3f31b WIP: Attach individual files
new 1b202f3 WIP: attach dir
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:
config/bench/gather/fakebench.sh | 1 +
1 file changed, 1 insertion(+)
--
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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance
in repository toolchain/abe.
from c3824c5 WIP: Experiment in collecting metadata
new fa3f31b WIP: Attach individual files
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:
config/bench/gather/fakebench.sh | 6 ++++++
1 file changed, 6 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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance
in repository toolchain/abe.
from adc04b0 WIP: 'Semi-trusted' concept, for testing purposes
new c3824c5 WIP: Experiment in collecting metadata
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:
config/bench/gather/fakebench.sh | 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 gcc.
from 4cd2770 * config/i386/predicates.md (misaligned_operand): Return tru [...]
new 37cf30c 2015-11-13 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 | 7 +++++++
gcc/tree-vect-loop.c | 15 +++++++++++----
2 files changed, 18 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 gcc.
from fe33c74 gcc/
new 4cd2770 * config/i386/predicates.md (misaligned_operand): Return tru [...]
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/config/i386/predicates.md | 5 +++--
2 files 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 branch master
in repository gcc.
from 0ed9e37 [PATCH] gcc.c: new macro POST_LINK_SPECS to be able to add ad [...]
new 067ef0d 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova(a)intel.com>
new f5fe8cd gcc/
new fe33c74 gcc/
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:
ChangeLog | 5 ++++
configure | 4 +--
configure.ac | 4 +--
gcc/ChangeLog | 15 ++++++++++
gcc/doc/md.texi | 36 ++++++++++++++++++++++-
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/g++.dg/vect/simd-mask-store-bool.cc | 18 ++++++++++++
gcc/tree-vect-stmts.c | 19 +++++++-----
8 files changed, 90 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/simd-mask-store-bool.cc
--
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 b279775 PR driver/67613 - spell suggestions for misspelled command li [...]
new 0ed9e37 [PATCH] gcc.c: new macro POST_LINK_SPECS to be able to add ad [...]
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 | 9 +++++++++
gcc/doc/tm.texi | 5 +++++
gcc/doc/tm.texi.in | 5 +++++
gcc/gcc.c | 8 +++++++-
4 files changed, 26 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 3ece4ed 2015-11-13 James Bowman <james.bowman(a)ftdichip.com>
new b67f056 Implement Levenshtein distance; use in C FE for misspelled fi [...]
new b279775 PR driver/67613 - spell suggestions for misspelled command li [...]
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 | 23 ++++
gcc/Makefile.in | 4 +-
gcc/c/ChangeLog | 8 ++
gcc/c/c-typeck.c | 74 ++++++++++++-
gcc/gcc.c | 51 ++++++++-
gcc/{main.c => spellcheck-tree.c} | 27 +++--
gcc/spellcheck.c | 121 +++++++++++++++++++++
gcc/{backend.h => spellcheck.h} | 29 ++---
gcc/testsuite/ChangeLog | 14 +++
.../{wide-int-test-1.c => levenshtein-test-1.c} | 2 +-
gcc/testsuite/gcc.dg/plugin/levenshtein_plugin.c | 64 +++++++++++
gcc/testsuite/gcc.dg/plugin/plugin.exp | 1 +
gcc/testsuite/gcc.dg/spellcheck-fields.c | 63 +++++++++++
gcc/testsuite/gcc.dg/spellcheck-options-1.c | 4 +
gcc/testsuite/gcc.dg/spellcheck-options-2.c | 5 +
15 files changed, 458 insertions(+), 32 deletions(-)
copy gcc/{main.c => spellcheck-tree.c} (56%)
create mode 100644 gcc/spellcheck.c
copy gcc/{backend.h => spellcheck.h} (58%)
copy gcc/testsuite/gcc.dg/plugin/{wide-int-test-1.c => levenshtein-test-1.c} (59%)
create mode 100644 gcc/testsuite/gcc.dg/plugin/levenshtein_plugin.c
create mode 100644 gcc/testsuite/gcc.dg/spellcheck-fields.c
create mode 100644 gcc/testsuite/gcc.dg/spellcheck-options-1.c
create mode 100644 gcc/testsuite/gcc.dg/spellcheck-options-2.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 d89a058 Daily bump.
new 3ece4ed 2015-11-13 James Bowman <james.bowman(a)ftdichip.com>
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 | 4 ++++
gcc/config/ft32/ft32.md | 8 ++++++++
2 files changed, 12 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 gcc-5-branch
in repository gcc.
from 45f091d Daily bump.
new 1a53a4c 2015-11-12 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 5 +++--
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/pr68318_1.f90 | 18 ++++++++++++++++++
gcc/testsuite/gfortran.dg/pr68318_2.f90 | 22 ++++++++++++++++++++++
5 files changed, 55 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr68318_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr68318_2.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.