1. 21 Mar, 2012 12 commits
    • configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*. · a26f86dc
      2012-03-21  Andreas Tobler  <andreast@fgznet.ch>
      
              * configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*.
              Introduce emul_name to select the right linker emulation for
              powerpc64-*-freebsd*.
              * configure: Regenerate.
              * config.gcc: Add bits to support powerpc64-*-freebsd*.
              * config/rs6000/freebsd.h (POWERPC_FREEBSD): Define.
              * config/rs6000/freebsd64.h: New file.
              * config/rs6000/rs6000.c (rs6000_option_override_internal): Use
              POWERPC_FREEBSD.
              (rs6000_savres_strategy): Likewise.
              (rs6000_savres_routine_name): Likewise.
              (rs6000_elf_file_end): Likewise.
              * config/rs6000/t-freebsd64: New file.
              * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set the
              rs6000_current_abi for 64-bit FreeBSD to ABI_AIX.
      
      From-SVN: r185615
      Andreas Tobler committed
    • config.host: Add bits to support powerpc64-*-freebsd*. · d82ad50d
      2012-03-21  Andreas Tobler  <andreast@fgznet.ch>
      
              * config.host: Add bits to support powerpc64-*-freebsd*.
              * config/rs6000/freebsd-unwind.h: New file.
              * config/rs6000/t-freebsd64: New file.
      
      From-SVN: r185614
      Andreas Tobler committed
    • 31370.cc: Skip this test on powerpc64-*-freebsd*. · f4e017c4
      2013-03-21  Andreas Tobler  <andreast@fgznet.ch>
      
              * testsuite/23_containers/vector/bool/modifiers/insert/31370.cc:
              Skip this test on powerpc64-*-freebsd*.
      
      From-SVN: r185613
      Andreas Tobler committed
    • re PR rtl-optimization/52543 (lower-subreg.c: code bloat of 300%-400% for multi-word memory splits) · 03b29b0a
      	PR rtl-optimization/52543
      	PR target/52461
      	* config/avr/avr-protos.h (avr_load_lpm): New prototype.
      	* config/avr/avr.c (avr_mode_dependent_address_p): New function.
      	(TARGET_MODE_DEPENDENT_ADDRESS_P): New define.
      	(avr_load_libgcc_p): Restrict to __flash loads.
      	(avr_out_lpm): Only handle 1-byte loads from __flash.
      	(avr_load_lpm): New function.
      	(avr_find_unused_d_reg): Remove.
      	(avr_out_lpm_no_lpmx): Remove.
      	(adjust_insn_length): Handle ADJUST_LEN_LOAD_LPM.
      	* config/avr/avr.md (unspec): Add UNSPEC_LPM.
      	(load_<mode>_libgcc): Use UNSPEC_LPM instead of MEM.
      	(load_<mode>, load_<mode>_clobber): New insns.
      	(mov<mode>): For multi-byte move from non-generic
      	16-bit address spaces: Expand to load_<mode> resp.
      	load_<mode>_clobber.
      	(load<mode>_libgcc): Remove expander.
      	(split-lpmx): Remove split.
      
      From-SVN: r185605
      Georg-Johann Lay committed
    • neon.md (neon_vget_lanev2di): Use gen_lowpart and gen_highpart. · baeecefc
      * neon.md (neon_vget_lanev2di): Use gen_lowpart and gen_highpart.
      * config/arm/neon.ml (Fixed_return_reg): Renamed to fixed_vector_reg.
      All callers changed.
      (Fixed_core_reg): New feature.
      (Vget_lane [sizes S64 and U64]): Add Fixed_core_reg.  Allow fmrrd in
      disassembly.
      * neon-testgen.ml: Handle Fixed_core_reg.
      
      * gcc.target/arm/neon/vgetQ_laneu64.c: Regenerated.
      * gcc.target/arm/neon/vgetQ_lanes64.c: Likewise.
      
      From-SVN: r185603
      Richard Earnshaw committed
    • re PR testsuite/52641 (Test cases fail for 16-bit int targets) · 216c92c9
      	PR testsuite/52641
      	* gcc.dg/misaligned-expand-1.c (cst): Cast to int.
      	* gcc.dg/misaligned-expand-2.c (cst): Likewise.
      
      From-SVN: r185602
      Martin Jambor committed
    • arm.c (thumb2_reorg): Add complete support for 16-bit instructions. · 021afdb4
      2012-03-21  Andrew Stubbs  <ams@codesourcery.com>
      
      	gcc/
      	* config/arm/arm.c (thumb2_reorg): Add complete support
      	for 16-bit instructions.
      	* config/arm/thumb2.md: Delete obsolete flag-clobbering peepholes.
      
      	gcc/testsuite/
      	* gcc.target/arm/thumb-16bit-ops.c: New file.
      	* gcc.target/arm/thumb-ifcvt.c: New file.
      
      From-SVN: r185601
      Andrew Stubbs committed
    • re PR tree-optimization/52636 (ICE: tree check: expected integer_cst, have… · 50eeef09
      re PR tree-optimization/52636 (ICE: tree check: expected integer_cst, have string_cst in tree_to_double_int, at tree.h:4324)
      
      2012-03-21  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimizer/52636
      	* tree-vect-slp.c (vect_get_constant_vectors): Convert constants
      	to the appropriate type.
      
      From-SVN: r185599
      Richard Guenther committed
    • Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies. · be147e84
      2012-03-21  Richard Guenther  <rguenther@suse.de>
      
      	* Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H)
      	dependencies.
      	* cfgexpand.c (gimple_expand_cfg): Fold in pass_init_function,
      	pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
      	* passes.c (init_optimization_passes): Remove pass_init_function,
      	pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
      	* tree-pass.h (pass_init_function): Remove.
      	(pass_jump): Remove.
      	(pass_initial_value_sets): Remove.
      	(pass_unshare_all_rtl): Remove.
      	* integrate.c (pass_initial_value_sets): Remove.
      	* emit-rtl.c (pass_unshare_all_rtl): Remove.
      	* tree.h (init_function_for_compilation): Remove.
      	* function.c (init_function_for_compilation): Remove.
      	(pass_init_function): Remove.
      	* cfgcleanup.c (rest_of_handle_jump): Remove.
      	(pass_jump): Remove.
      
      From-SVN: r185598
      Richard Guenther committed
    • c-common.h (enum cxx_dialect): Add cxx1y. · 552b8185
      	* c-common.h (enum cxx_dialect): Add cxx1y.
      	* c-common.c (c_common_nodes_and_builtins): Use >= for cxx_dialect
      	test.
      	* c-cppbuiltin.c (c_cpp_builtins): Likewise.
      	* c-opts.c (c_common_post_options): Likewise.
      	(set_std_cxx1y): New.
      	(c_common_handle_option): Call it.
      	* c.opt (-std=c++1y, -std=gnu++1y): New flags.
      cp/
      	* lex.c (init_reswords): Use >= for cxx_dialect test.
      	* parser.c (cp_parser_exception_specification_opt): Likewise.
      testsuite/
      	* lib/target-supports.exp: Add { target c++1y }.
      
      From-SVN: r185596
      Jason Merrill committed
    • mangle.c (write_type): Handle 'auto'. · c19267cb
      gcc/cp/
      	* mangle.c (write_type): Handle 'auto'.
      	* init.c (build_new): Don't do auto deduction where it might
      	affect template mangling.
      libiberty/
      	* cp-demangle.c (cplus_demangle_type): Handle 'auto'.
      
      From-SVN: r185595
      Jason Merrill committed
    • Daily bump. · f17dd5da
      From-SVN: r185593
      GCC Administrator committed
  2. 20 Mar, 2012 22 commits
  3. 19 Mar, 2012 6 commits
    • [multiple changes] · 871c1034
      2012-03-19  Paweł Sikora  <pawel.sikora@agmk.net>
      
      	PR libstdc++/52540
      	* include/Makefile.am (c++config.h): Fix sed rule to not break
      	the _GLIBCXX_EXTERN_TEMPLATE redefinition.
      	* include/Makefile.in: Regenerate.
      
      2012-03-19  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* testsuite/Makefile.in: Regenerate.
      
      From-SVN: r185548
      Paolo Carlini committed
    • i386.md (allocate_stack): Simplify. · 5ef4f609
      	* config/i386/i386.md (allocate_stack): Simplify.
      
      From-SVN: r185545
      Uros Bizjak committed
    • allocator.h (std::allocator): Base class is __allocator_base. · fa754848
      2012-03-19  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/allocator.h (std::allocator): Base class is
      	__allocator_base.
      	(uses_allocator): Add to sub-grouping.
      	* include/ext/new_allocator.h: Doxygen markup for tparm.
      
      	* config/allocator/bitmap_allocator_base.h: Use __allocator_base
      	template alias in C++11.
      	* config/allocator/malloc_allocator_base.h: Same.
      	* config/allocator/mt_allocator_base.h: Same.
      	* config/allocator/new_allocator_base.h: Same.
      	* config/allocator/pool_allocator_base.h: Same.
      
      From-SVN: r185544
      Benjamin Kosnik committed
    • constructors_destructor_fn_imps.hpp: Increment after recursion. · b234b0ca
      2012-03-19  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/ext/pb_ds/detail/pat_trie_/
      	constructors_destructor_fn_imps.hpp: Increment after recursion.
      	* include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp: Convert
      	node_type markup from brief.
      
      From-SVN: r185542
      Benjamin Kosnik committed
    • builtins.c (expand_builtin_cexpi): Use copy_addr_to_reg instead of copy_to_mode_reg (Pmode, ...). · 18ae1560
      	* builtins.c (expand_builtin_cexpi): Use copy_addr_to_reg instead of
      	copy_to_mode_reg (Pmode, ...).
      	(expand_builtin_frame_address): Ditto.
      	* expr.c (emit_block_move_via_libcall): Ditto.
      	(set_storage_via_libcall): Ditto.
      
      	* config/i386/i386.c (ix86_expand_movmem): Ditto.
      	(ix86_expand_setmem): Ditto.
      	(ix86_trampoline_init): DItto.
      	* config/i386/i386.md (cmpstrnsi): Ditto.
      	(allocate_stack): Ditto.
      
      From-SVN: r185541
      Uros Bizjak committed
    • sh.opt (madjust-unroll): Mark as ignored/obsolete. · 3e4907f4
      2012-03-19  Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/
      	* config/sh/sh.opt (madjust-unroll): Mark as ignored/obsolete.
      	* config/sh/sh.h (TARGET_OPT_DEFAULT): Don't use MASK_ADJUST_UNROLL.
      	* doc/invoke.texi (Option Summary): Remove -madjust-unroll.
      	(SH Options): Likewise.
      
      From-SVN: r185540
      Sandra Loosemore committed