This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1694a564a16 [gcc] new 17f6e81c7cb * class.c (unreverse_member_declarations): Remove extraneo [...] new e2cd4ccd1e0 Make more use of int_mode_for_mode new 517be012cd0 Make more use of int_mode_for_size new 98ec37cffe2 (decimal_)float_mode_for_size in real.h new ef379746656 Make mode_for_size return an opt_mode new 12bdf7c0dc4 Add mode_for_int_vector helper functions new ab53cba72b4 Make mode_for_vector return an opt_mode new 38d5f204c04 Make targetm.get_mask_mode return an opt_mode new 8155505863a Make mode_for_size_tree return an opt_mode new e6dbd7c2769 Make bitsize_mode_for_mode return an opt_mode new 8b46f76d925 * cp-tree.h (lang_decl_base): Rename template_conv_p to u [...]
The 11 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 | 148 +++++++++++++++++++++++++++++++++++++ gcc/ada/ChangeLog | 10 +++ gcc/ada/gcc-interface/utils.c | 3 +- gcc/ada/gcc-interface/utils2.c | 3 +- gcc/builtins.c | 15 ++-- gcc/caller-save.c | 2 +- gcc/calls.c | 9 ++- gcc/combine.c | 4 +- gcc/config/aarch64/aarch64.c | 7 +- gcc/config/alpha/alpha.h | 2 +- gcc/config/arm/arm.c | 4 +- gcc/config/c6x/c6x.c | 4 +- gcc/config/i386/i386.c | 60 ++++++++------- gcc/config/i386/i386.h | 2 +- gcc/config/lm32/lm32.c | 2 +- gcc/config/microblaze/microblaze.c | 2 +- gcc/config/mips/mips.c | 6 +- gcc/config/powerpcspe/powerpcspe.c | 16 ++-- gcc/config/rs6000/rs6000.c | 16 ++-- gcc/config/s390/s390.c | 9 +-- gcc/config/s390/s390.h | 6 +- gcc/config/sparc/sparc.c | 4 +- gcc/config/sparc/sparc.h | 14 ++-- gcc/config/spu/spu.c | 10 +-- gcc/cp/ChangeLog | 15 ++++ gcc/cp/class.c | 3 +- gcc/cp/cp-tree.h | 20 ++--- gcc/cp/pt.c | 22 ++---- gcc/doc/tm.texi | 14 +++- gcc/emit-rtl.c | 4 +- gcc/expmed.c | 20 ++--- gcc/expr.c | 4 +- gcc/function.c | 4 +- gcc/gimple-ssa-store-merging.c | 2 +- gcc/lower-subreg.c | 20 ++--- gcc/machmode.h | 61 +++++++++++---- gcc/optabs-query.c | 24 +++--- gcc/optabs.c | 11 +-- gcc/real.h | 13 ++-- gcc/reload.c | 3 +- gcc/reload1.c | 22 +++--- gcc/stor-layout.c | 146 ++++++++++++++++++------------------ gcc/stor-layout.h | 2 +- gcc/target.def | 14 +++- gcc/targhooks.c | 12 +-- gcc/targhooks.h | 2 +- gcc/tree-vect-stmts.c | 24 +++--- gcc/tree.c | 6 +- gcc/varasm.c | 4 +- 49 files changed, 506 insertions(+), 324 deletions(-)