This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/iamcu/improve in repository gcc.
discards 52eea66 IA MCU run-time doesn't support TLS discards 8d6c585 Skip incompatible tests on IA MCU target discards 9250277 Skip error_mark_node type decls discards 88aeb07 Allow indirect sibcall with register arguments adds 52758cd 2015-07-09 Paolo Carlini paolo.carlini@oracle.com adds 1eacc14 2015-07-09 Andrew MacLeod amacleod@redhat.com adds b87918f Update config/i386/iamcu.h adds 2bc3151 2015-07-09 Richard Biener rguenther@suse.de adds f61de24 2015-07-09 Andrew MacLeod amacleod@redhat.com adds 1d09f02 2015-07-09 Szabolcs Nagy szabolcs.nagy@arm.com adds e803d03 * getruntime.c (RUSAGE_SELF): Define if not alread [...] adds e14647a 2015-07-09 Paolo Carlini paolo.carlini@oracle.com adds 651c1bd PR target/66814 * config/i386/predicates.md (noni [...] adds 75c3f23 * genmatch.c (fprintf_indent): New function. (ope [...] adds 853a01d 2015-07-09 Vladimir Makarov vmakarov@redhat.com adds b8510b8 * parser.c (cp_parser_default_type_template_argume [...] adds bbd9557 * cp-tree.h (struct cp_parameter_declarator): Rena [...] adds 46d356e * pt.c (instantiation_dependent_r) [TRAIT_EXPR]: C [...] adds 8b2f725 2015-07-09 Michael Meissner <meissner@linux.vnet. [...] adds d66793e 2015-07-09 Michael Meissner <meissner@linux.vnet. [...] adds cbcdee0 Adjust variable shift costs for IA MCU adds 75b5ea6 2015-07-09 John Marino gnugcc@marino.st adds 6d8e08b PR tree-optimization/66718 * tree-vect-stmts.c (s [...] adds b5ee2e0 PR middle-end/66633 * tree-nested.c (get_static_c [...] adds 91d03fc 2015-07-09 Steve Ellcey sellcey@imgtec.com new ee6e3eb Allow SFmode for IA MCU in FP splitter new e6f431f Allow indirect sibcall with register arguments new 60d8da9 Skip error_mark_node type decls new aad652e Skip incompatible tests on IA MCU target new 97cf0cb IA MCU run-time doesn't support TLS
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 (52eea66) \ N -- N -- N refs/heads/hjl/iamcu/improve (97cf0cb)
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 5 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 | 169 ++++- gcc/builtins.c | 1 - gcc/c-family/ChangeLog | 5 + gcc/c-family/c-common.h | 1 - gcc/c-family/stub-objc.c | 1 - gcc/c/ChangeLog | 5 + gcc/c/c-array-notation.c | 1 - gcc/c/c-objc-common.c | 1 - gcc/common/config/epiphany/epiphany-common.c | 2 +- gcc/config/darwin.c | 1 + gcc/config/i386/i386.c | 16 +- gcc/config/i386/i386.md | 16 +- gcc/config/i386/iamcu.h | 43 ++ gcc/config/i386/predicates.md | 6 + gcc/config/i386/winnt.c | 1 + gcc/config/mips/mti-linux.h | 12 +- gcc/config/rs6000/rs6000-protos.h | 3 +- gcc/config/rs6000/rs6000.c | 131 ++-- gcc/config/rs6000/rs6000.h | 39 +- gcc/cp/ChangeLog | 29 + gcc/cp/cp-tree.h | 5 +- gcc/cp/cp-ubsan.c | 2 - gcc/cp/parser.c | 214 +++--- gcc/cp/pt.c | 6 +- gcc/cp/typeck.c | 10 +- gcc/flags.h | 3 - gcc/fortran/ChangeLog | 22 + gcc/fortran/arith.c | 2 +- gcc/fortran/array.c | 1 + gcc/fortran/check.c | 2 +- gcc/fortran/decl.c | 2 +- gcc/fortran/error.c | 2 +- gcc/fortran/expr.c | 2 +- gcc/fortran/frontend-passes.c | 2 +- gcc/fortran/interface.c | 2 +- gcc/fortran/intrinsic.c | 2 +- gcc/fortran/io.c | 2 +- gcc/fortran/match.c | 1 + gcc/fortran/openmp.c | 1 - gcc/fortran/parse.c | 2 +- gcc/fortran/primary.c | 2 +- gcc/fortran/resolve.c | 2 +- gcc/fortran/scanner.c | 2 +- gcc/fortran/simplify.c | 1 - gcc/fortran/symbol.c | 2 +- gcc/fortran/target-memory.c | 1 - gcc/genmatch.c | 781 +++++++++++++-------- gcc/gimple.c | 1 - gcc/ipa-icf.c | 1 + gcc/ipa-reference.c | 1 - gcc/jit/ChangeLog | 6 + gcc/jit/dummy-frontend.c | 1 - gcc/jit/jit-common.h | 1 - gcc/jit/jit-playback.c | 1 - gcc/lra-constraints.c | 18 +- gcc/lra-int.h | 8 +- gcc/lra-lives.c | 15 +- gcc/lra.c | 7 +- gcc/lto-opts.c | 1 + gcc/lto-section-out.c | 1 - gcc/lto-streamer-in.c | 1 + gcc/lto-streamer-out.c | 1 + gcc/lto-streamer.h | 2 - gcc/lto/ChangeLog | 12 + gcc/lto/lto-lang.c | 2 - gcc/lto/lto-object.c | 1 - gcc/lto/lto-partition.c | 3 +- gcc/lto/lto-symtab.c | 3 +- gcc/match.pd | 37 +- gcc/opts-common.c | 2 +- gcc/opts-global.c | 3 +- gcc/symtab.c | 1 + gcc/testsuite/ChangeLog | 30 + gcc/testsuite/g++.dg/cpp0x/vt-65790.C | 35 + gcc/testsuite/gcc.dg/gomp/pr66633-1.c | 14 + gcc/testsuite/gcc.dg/gomp/pr66633-2.c | 5 + gcc/testsuite/gcc.dg/gomp/pr66633-3.c | 18 + gcc/testsuite/gcc.dg/gomp/pr66633-4.c | 5 + gcc/testsuite/gcc.target/aarch64/fnmul-1.c | 8 +- gcc/testsuite/gcc.target/aarch64/fnmul-2.c | 12 +- gcc/testsuite/gcc.target/aarch64/fnmul-3.c | 8 +- gcc/testsuite/gcc.target/aarch64/fnmul-4.c | 8 +- gcc/testsuite/gcc.target/i386/i386.exp | 3 +- gcc/testsuite/gcc.target/i386/pr66814.c | 4 + .../gcc.target/i386/{pr23098.c => pr66824.c} | 7 +- gcc/testsuite/lib/target-supports.exp | 1 + gcc/tree-chkp.c | 1 - gcc/tree-nested.c | 56 +- gcc/tree-ssa-live.c | 1 - gcc/tree-streamer-in.c | 2 +- gcc/tree-streamer-out.c | 1 + gcc/tree-vect-stmts.c | 108 ++- libiberty/ChangeLog | 6 +- libiberty/getruntime.c | 8 +- 94 files changed, 1409 insertions(+), 621 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/vt-65790.C create mode 100644 gcc/testsuite/gcc.dg/gomp/pr66633-1.c create mode 100644 gcc/testsuite/gcc.dg/gomp/pr66633-2.c create mode 100644 gcc/testsuite/gcc.dg/gomp/pr66633-3.c create mode 100644 gcc/testsuite/gcc.dg/gomp/pr66633-4.c create mode 100644 gcc/testsuite/gcc.target/i386/pr66814.c copy gcc/testsuite/gcc.target/i386/{pr23098.c => pr66824.c} (54%)