1. 05 Jul, 2014 5 commits
    • Don't accept isl 0.10. · 9a62ed16
      	* configure.ac: Don't accept isl 0.10.
      	* configure: Regenerate.
      
      From-SVN: r212306
      Rainer Orth committed
    • wide-int.h (wide_int_storage): Change declaration from struct to class. · a4ff2ef3
      	* wide-int.h (wide_int_storage): Change declaration from struct
      	to class.
      
      From-SVN: r212305
      Gerald Pfeifer committed
    • cgraph.c (cgraph_create_indirect_edge): Update call of get_polymorphic_call_info. · 058d0a90
      
      	* cgraph.c (cgraph_create_indirect_edge): Update call of
      	get_polymorphic_call_info.
      	* ipa-utils.h (get_polymorphic_call_info): Add parameter CALL.
      	(possible_polymorphic_call_targets): Add parameter call.
      	(decl_maybe_in_construction_p): New predicate.
      	(get_polymorphic_call_info): Add parameter call;
      	use decl_maybe_in_construction_p.
      	* gimple-fold.c (fold_gimple_assign): Update use of
      	possible_polymorphic_call_targets.
      	(gimple_fold_call): Likewise.
      	* ipa-prop.c: Inlcude calls.h
      	(ipa_binfo_from_known_type_jfunc): Check that known type is record.
      	(param_type_may_change_p): New predicate.
      	(detect_type_change_from_memory_writes): Break out from ...
      	(detect_type_change): ... this one; use 
      	param_type_may_change_p.
      	(detect_type_change_ssa): Use param_type_may_change_p.
      	(compute_known_type_jump_func): Use decl_maybe_in_construction_p.
      
      	* g++.dg/ipa/devirt-26.C: Update testcase.
      	* g++.dg/ipa/imm-devirt-1.C: Update testcase.
      	* g++.dg/ipa/imm-devirt-2.C: Update testcase.
      
      From-SVN: r212304
      Jan Hubicka committed
    • [ARM] PR target/49423 · aed773a2
      2014-07-05  Charles Baylis  <charles.baylis@linaro.org>
      
      	PR target/49423
      	* config/arm/arm-protos.h (arm_legitimate_address_p,
      	arm_is_constant_pool_ref): Add prototypes.
      	* config/arm/arm.c (arm_legitimate_address_p): Remove static.
      	(arm_is_constant_pool_ref) New function.
      	* config/arm/arm.md (unaligned_loadhis, arm_zero_extendhisi2_v6,
      	arm_zero_extendqisi2_v6): Use Uh constraint for memory operand.
      	(arm_extendhisi2, arm_extendhisi2_v6): Use Uh constraint for memory
      	operand. Remove pool_range and neg_pool_range attributes.
      	(arm_extendqihi_insn, arm_extendqisi, arm_extendqisi_v6): Remove
      	pool_range and neg_pool_range attributes.
      	* config/arm/constraints.md (Uh): New constraint.
      	(Uq): Don't allow constant pool references.
      
      From-SVN: r212303
      Charles Baylis committed
    • Daily bump. · f19c9da8
      From-SVN: r212302
      GCC Administrator committed
  2. 04 Jul, 2014 18 commits
    • resolve.c (resolve_assoc_var): Fix corank setting. · d7463e5b
      2014-07-04  Tobias Burnus  <burnus@net-b.de>
      
              * resolve.c (resolve_assoc_var): Fix corank setting.
              * trans-array.c (gfc_conv_descriptor_token): Change assert.
              for select-type temporaries.
              * trans-decl.c (generate_coarray_sym_init): Skip for
              attr.select_type_temporary. 
              * trans-expr.c (gfc_conv_procedure_call): Fix for
              select-type temporaries.
              * trans-intrinsic.c (get_caf_token_offset): Ditto.
              (gfc_conv_intrinsic_caf_get, gfc_conv_intrinsic_caf_send): Set
              the correct dtype.
              * trans-types.h (gfc_get_dtype_rank_type): New.
              * trans-types.c (gfc_get_dtype_rank_type): Ditto.
      
      2014-07-04  Tobias Burnus  <burnus@net-b.de>
      
              * gfortran.dg/coarray/coindexed_3.f90: New.
      
      From-SVN: r212299
      Tobias Burnus committed
    • [Patch AArch64_be] Fix some vec_concat big-endian confusions · 5a908485
      	* config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): New.
      	(move_lo_quad_internal_be_<mode>): Likewise.
      	(move_lo_quad_<mode>): Convert to define_expand.
      	(aarch64_simd_move_hi_quad_<mode>): Gate on BYTES_BIG_ENDIAN.
      	(aarch64_simd_move_hi_quad_be_<mode>): New.
      	(move_hi_quad_<mode>): Use appropriate insn for BYTES_BIG_ENDIAN.
      	(aarch64_combinez<mode>): Gate on BYTES_BIG_ENDIAN.
      	(aarch64_combinez_be<mode>): New.
      	(aarch64_combine<mode>): Convert to define_expand.
      	(aarch64_combine_internal<mode>): New.
       	(aarch64_simd_combine<mode>): Remove bogus RTL description.
      
      From-SVN: r212298
      James Greenhalgh committed
    • Improve documentation of earlyclobber · 34386e79
      2014-07-04  Tom de Vries  <tom@codesourcery.com>
      
      	* doc/md.texi (@subsection Constraint Modifier Characters): Clarify
      	combination of earlyclobber and read/write modifiers.
      
      From-SVN: r212297
      Tom de Vries committed
    • Fix constraint in vec_unpack_trunc_<mode> · 7973ca62
      2014-07-04  Tom de Vries  <tom@codesourcery.com>
      
      	* config/aarch64/aarch64-simd.md
      	(define_insn "vec_unpack_trunc_<mode>"): Fix constraint.
      
      From-SVN: r212296
      Tom de Vries committed
    • re PR target/61714 (configure --with-arch and --with-cpu are ignored on aarch64) · 9815fafa
      	PR target/61714
      	* aarch64.h (OPTION_DEFAULT_SPECS): Define.
      
      From-SVN: r212295
      Richard Earnshaw committed
    • re PR middle-end/61654 (ICE in release_function_body, at cgraph.c:1699) · 253eab4f
      	PR middle-end/61654
      	* cgraphunit.c (expand_thunk): Call free_dominance_info.
      
      	* g++.dg/opt/pr61654.C: New test.
      
      From-SVN: r212293
      Jakub Jelinek committed
    • re PR tree-optimization/61684 (ICE at -Os and above on x86_64-linux-gnu in tree… · 14e000de
      re PR tree-optimization/61684 (ICE at -Os and above on x86_64-linux-gnu in tree check: expected ssa_name, have addr_expr in recognize_single_bit_test, at tree-ssa-ifcombine.c:238)
      
      	PR tree-optimization/61684
      	* tree-ssa-ifcombine.c (recognize_single_bit_test): Make sure
      	rhs1 of conversion is a SSA_NAME before using SSA_NAME_DEF_STMT on it.
      
      	* gcc.c-torture/compile/pr61684.c: New test.
      
      From-SVN: r212290
      Jakub Jelinek committed
    • Move fp-as-gp optimization to nds32-fp-as-gp.c module. · 17bf6d25
      gcc/
      	* config/nds32/nds32.c (nds32_have_prologue_p): Move to ...
      	(nds32_symbol_load_store_p): Move to ...
      	(nds32_fp_as_gp_check_available): Move to ...
      	* config/nds32/nds32-fp-as-gp.c: ... here.
      	* config/nds32/nds32-protos.h (nds32_symbol_load_store_p): Remove
      	extern declaration.
      
      Co-Authored-By: Kito Cheng <kito@0xlab.org>
      Co-Authored-By: Monk Chiang <sh.chiang04@gmail.com>
      
      From-SVN: r212288
      Chung-Ju Wu committed
    • Move memory related implementation to nds32-memory-manipulation.c module. · f1fac1bc
      gcc/
      	* config/nds32/nds32.c (nds32_expand_load_multiple): Move to ...
      	(nds32_expand_store_multiple): Move to ...
      	(nds32_expand_movmemqi): Move to ...
      	* config/nds32/nds32-memory-manipulation.c: ... here.
      
      Co-Authored-By: Kito Cheng <kito@0xlab.org>
      Co-Authored-By: Monk Chiang <sh.chiang04@gmail.com>
      
      From-SVN: r212287
      Chung-Ju Wu committed
    • Move some external functions used by machine description patterns to nds32-md-auxiliary.c module. · 9e9dbc42
      gcc/
      	* config/nds32/nds32.c (nds32_byte_to_size): Move to ...
      	(nds32_output_casesi_pc_relative): Move to ...
      	(nds32_output_casesi): Move to ...
      	(nds32_mem_format): Move to ...
      	(nds32_output_16bit_store): Move to ...
      	(nds32_output_16bit_load): Move to ...
      	(nds32_output_32bit_store): Move to ...
      	(nds32_output_32bit_load): Move to ...
      	(nds32_output_32bit_load_s): Move to ...
      	(nds32_output_stack_push): Move to ...
      	(nds32_output_stack_pop): Move to ...
      	* config/nds32/nds32-md-auxiliary.c: ... here.
      
      Co-Authored-By: Kito Cheng <kito@0xlab.org>
      Co-Authored-By: Monk Chiang <sh.chiang04@gmail.com>
      
      From-SVN: r212286
      Chung-Ju Wu committed
    • Preparation of nds32-pipelines-auxiliary.c module for future implementation. · c65cef10
      gcc/
      	* config/nds32/nds32-pipelines-auxiliary.c: Add comment to describe
      	the purpose of this file.
      
      Co-Authored-By: Ling-Hua Tseng <uranus@tinlans.org>
      
      From-SVN: r212285
      Chung-Ju Wu committed
    • Move cost calculation to nds32-cost.c module. · 89a4b547
      gcc/
      	* config/nds32/nds32.c (nds32_rtx_costs): Move implementation to ...
      	(nds32_address_cost): Move implementation to ...
      	* config/nds32/nds32-cost.c: ... here.
      	* config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Declare.
      	(nds32_address_cost_impl): Declare.
      
      Co-Authored-By: Kito Cheng <kito@0xlab.org>
      Co-Authored-By: Monk Chiang <sh.chiang04@gmail.com>
      
      From-SVN: r212284
      Chung-Ju Wu committed
    • Move some helper functions of predicates and constraints to nds32-predicates.c module. · 6a2a98b1
      gcc/
      	* config/nds32/nds32.c
      	(nds32_consecutive_registers_load_store_p): Move to ...
      	(nds32_valid_multiple_load_store): Move to ...
      	(nds32_valid_stack_push_pop): Move to ...
      	(nds32_can_use_bclr_p): Move to ...
      	(nds32_can_use_bset_p): Move to ...
      	(nds32_can_use_btgl_p): Move to ...
      	(nds32_can_use_bitci_p): Move to ...
      	* config/nds32/nds32-predicates.c: ... here.
      
      Co-Authored-By: Kito Cheng <kito@0xlab.org>
      Co-Authored-By: Monk Chiang <sh.chiang04@gmail.com>
      
      From-SVN: r212283
      Chung-Ju Wu committed
    • Move builtin functions implementation to nds32-intrinsic.c module. · aaa44d2d
      gcc/
      	* config/nds32/nds32.c
      	(nds32_expand_builtin_null_ftype_reg): Move to ...
      	(nds32_expand_builtin_reg_ftype_imm): Move to ...
      	(nds32_expand_builtin_null_ftype_reg_imm): Move to ...
      	(nds32_init_builtins): Move implementation to ...
      	(nds32_expand_builtin): Move implementation to ...
      	* config/nds32/nds32-intrinsic.c: ... here.
      	* config/nds32/nds32-protos.h (nds32_init_builtins_impl): Declare.
      	(nds32_expand_builtin_impl): Declare.
      
      Co-Authored-By: Kito Cheng <kito@0xlab.org>
      Co-Authored-By: Monk Chiang <sh.chiang04@gmail.com>
      
      From-SVN: r212282
      Chung-Ju Wu committed
    • Move ISR impelentation to nds32-isr.c module. · c23a919b
      gcc/
      	* config/nds32/nds32.c (nds32_emit_section_head_template): Move to ...
      	(nds32_emit_section_tail_template): Move to ...
      	(nds32_emit_isr_jmptbl_section): Move to ...
      	(nds32_emit_isr_vector_section): Move to ...
      	(nds32_emit_isr_reset_conten): Move to ...
      	(nds32_check_isr_attrs_conflict): Move to ...
      	(nds32_construct_isr_vectors_information): Move to ...
      	(nds32_asm_file_start): Move implementation to ...
      	(nds32_asm_file_end): Move implementation to ...
      	* config/nds32/nds32-isr.c: ... here.
      	* config/nds32/nds32-protos.h
      	(nds32_check_isr_attrs_conflict): Declare.
      	(nds32_construct_isr_vectors_information): Declare.
      	(nds32_asm_file_start_for_isr): Declare.
      	(nds32_asm_file_end_for_isr): Declare.
      
      Co-Authored-By: Kito Cheng <kito@0xlab.org>
      Co-Authored-By: Monk Chiang <sh.chiang04@gmail.com>
      
      From-SVN: r212281
      Chung-Ju Wu committed
    • Add several new files for preparation of providing modules · c0c935b5
      that are going to be separated from nds32.c source.
      
      gcc/
      	* config.gcc (nds32*): Add new modules to extra_objs.
      	(nds32le-*-*): Use t-nds32 makefile fragment for new modules.
      	(nds32be-*-*): Likewise.
      	* config/nds32/nds32-cost.c: New file.
      	* config/nds32/nds32-fp-as-gp.c: New file.
      	* config/nds32/nds32-intrinsic.c: New file.
      	* config/nds32/nds32-isr.c: New file.
      	* config/nds32/nds32-md-auxiliary.c: New file.
      	* config/nds32/nds32-memory-manipulation.c: New file.
      	* config/nds32/nds32-pipelines-auxiliary.c: New file.
      	* config/nds32/nds32-predicates.c: New file.
      	* config/nds32/t-nds32: New file.
      
      Co-Authored-By: Kito Cheng <kito@0xlab.org>
      Co-Authored-By: Monk Chiang <sh.chiang04@gmail.com>
      
      From-SVN: r212280
      Chung-Ju Wu committed
    • Normalize interface for all *-dg-runtest. · a03bd005
      	gcc/testsuite/
      	* lib/g++-dg.exp (g++-dg-runtest): Change interface to match
      	dg-runtest's.  Adapt all callers.
      	* lib/gcc-dg.exp (gcc-dg-runtest): Likewise.
      	* lib/gfortran-dg.exp (gfortran-dg-runtest): Likewise.
      	* lib/go-dg.exp (go-dg-runtest): Likewise.
      	* lib/obj-c++-dg.exp (obj-c++-dg-runtest): Likewise.
      	* lib/objc-dg.exp (objc-dg-runtest): Likewise.
      	libffi/
      	* testsuite/lib/libffi.exp (libffi-dg-runtest): Change interface
      	match to dg-runtest's.
      
      From-SVN: r212278
      Thomas Schwinge committed
    • Daily bump. · 01ffe74d
      From-SVN: r212277
      GCC Administrator committed
  3. 03 Jul, 2014 12 commits
  4. 02 Jul, 2014 5 commits