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 fa22ae0 Define DBX_REGISTER_NUMBER for IA MCU discards 3acea27 IA MCU run-time doesn't support TLS discards 37d77d1 Skip incompatible tests on IA MCU target discards 5d868c0 Turn off loop and funcion alignments for IA MCU discards 007141a Turn on X86_TUNE_USE_BT for IA MCU discards 55bceed Turn off X86_TUNE_ZERO_EXTEND_WITH_AND for IA MCU discards 1df9f66 Skip error_mark_node type decls discards 7b5076f Add __builtin_stack_top adds 1fe39f9 Define DBX_REGISTER_NUMBER for IA MCU adds 0ba1028 [graphite] reduce the number of params in a scop to 3 adds 84a30a5 syscall: Fix to libgo/mksysinfo.sh adds dcb1277 Daily bump. adds b12954a PR target/66217 PR target/67045 * config/rs6000/rs6000.md [...] adds 081da05 DR 1558 PR c++/67021 * pt.c (tsubst_decl) [TYPE_DECL]: Cle [...] adds c4699ff 2015-07-30 Richard Biener rguenther@suse.de adds 18b3866 2015-07-30 Richard Biener rguenther@suse.de adds f58dd84 * c-common.c (warn_tautological_cmp): Bail for float types. adds 330d065 * include/experimental/any (any::operator=(const any&)): Che [...] adds 43d8404 2015-07-30 Paolo Carlini paolo.carlini@oracle.com adds 17af35c * include/bits/regex_automaton.h (_State_base, _State<>): R [...] adds 436dc21 2015-07-30 Richard Biener rguenther@suse.de adds 0879fd1 * testsuite/experimental/filesystem/operations/current_path. [...] adds 6e25659 gcc/ 2015-07-30 David Sherwood david.sherwood@arm.com adds de299e5 2015-07-30 Richard Biener rguenther@suse.de adds f4a09f4 gcc/ * builtins.c (HAVE_atomic_clear, gen_atomic_clear): Del [...] adds 7b42a29 [AArch64] Removed unused VRL2/3/4 iterator values adds 5638e47 * gcc.target/i386/pr66648.c: Move to correct place. adds e880695 * c-pretty-print.c (unary_expression) [INDIRECT_REF]: Don't [...] adds a8a727a Use lowpart_subreg instead of simplify_gen_subreg adds be3783f [V850] Hookize LIBCALL_VALUE new 0ef31c3 Add __builtin_stack_top new 2f154b8 Skip error_mark_node type decls new 0d82412 Turn off X86_TUNE_ZERO_EXTEND_WITH_AND for IA MCU new f567985 Turn on X86_TUNE_USE_BT for IA MCU new 410b572 Turn off loop and funcion alignments for IA MCU new 38556f6 Skip incompatible tests on IA MCU target new 207dcda 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 (fa22ae0) \ N -- N -- N refs/heads/hjl/iamcu/improve (207dcda)
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 7 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 + gcc/ChangeLog | 101 ++++++++ gcc/DATESTAMP | 2 +- gcc/builtin-types.def | 1 - gcc/builtins.c | 23 -- gcc/builtins.def | 1 - gcc/c-family/ChangeLog | 9 + gcc/c-family/c-common.c | 6 + gcc/c-family/c-pretty-print.c | 8 +- gcc/cfgexpand.c | 19 +- gcc/combine.c | 4 +- gcc/config/aarch64/aarch64-simd.md | 2 +- gcc/config/aarch64/aarch64.c | 2 +- gcc/config/aarch64/iterators.md | 15 +- gcc/config/arm/arm.c | 9 +- gcc/config/i386/i386.c | 46 +++- gcc/config/i386/i386.h | 4 + gcc/config/i386/sse.md | 6 +- gcc/config/rs6000/rs6000.c | 2 +- gcc/config/rs6000/rs6000.md | 35 +-- gcc/config/spu/spu.c | 8 +- gcc/config/v850/v850.c | 15 +- gcc/config/v850/v850.h | 6 - gcc/config/v850/v850.md | 1 + gcc/cp/ChangeLog | 23 ++ gcc/cp/class.c | 80 +++--- gcc/cp/name-lookup.c | 36 +-- gcc/cp/pt.c | 4 + gcc/doc/extend.texi | 13 +- gcc/doc/tm.texi | 5 - gcc/doc/tm.texi.in | 2 - gcc/emit-rtl.c | 5 +- gcc/expr.c | 4 +- gcc/function.h | 3 - gcc/genmatch.c | 267 +++++++++++---------- gcc/gimple-fold.c | 120 +++++---- gcc/go/gofrontend/MERGE | 2 +- gcc/ipa-pure-const.c | 1 - gcc/loop-iv.c | 11 - gcc/match.pd | 7 +- gcc/params.def | 2 +- gcc/rtl.h | 5 +- gcc/simplify-rtx.c | 37 +-- gcc/target.def | 7 - gcc/targhooks.c | 9 - gcc/targhooks.h | 3 - gcc/testsuite/ChangeLog | 4 + .../c-c++-common/Wtautological-compare-3.c | 20 ++ gcc/testsuite/g++.dg/cpp0x/alias-decl-52.C | 24 ++ gcc/testsuite/gcc.target/{ => i386}/pr66648.c | 0 libgo/mksysinfo.sh | 6 +- libstdc++-v3/ChangeLog | 27 +++ libstdc++-v3/include/bits/regex_automaton.h | 87 ++++++- libstdc++-v3/include/bits/regex_automaton.tcc | 18 +- libstdc++-v3/include/bits/regex_executor.h | 2 +- libstdc++-v3/include/bits/regex_executor.tcc | 8 +- libstdc++-v3/include/experimental/any | 3 + libstdc++-v3/include/std/regex | 1 + .../64646.cc => experimental/any/assign/self.cc} | 14 +- .../experimental/any/misc/any_cast_neg.cc | 2 +- .../filesystem/operations/current_path.cc | 6 +- 61 files changed, 725 insertions(+), 473 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wtautological-compare-3.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-52.C rename gcc/testsuite/gcc.target/{ => i386}/pr66648.c (100%) copy libstdc++-v3/testsuite/{25_algorithms/is_permutation/64646.cc => experimental [...]