1. 27 Jul, 2007 19 commits
  2. 26 Jul, 2007 17 commits
    • java-tree.h (push_labeled_block, [...]): Remove. · 41f701ba
      	* java-tree.h (push_labeled_block, pop_labeled_block): Remove.
      	(LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
      	EXIT_BLOCK_LABELED_BLOCK): Likewise.
      	* lang.c (java_tree_inlining_walk_subtrees): Update.
      	(java_dump_tree): Likewise.
      	* java-tree.def (LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR, TRY_EXPR):
      	Remove.
      	* decl.c (push_labeled_block, pop_labeled_block): Remove.
      	* java-gimplify.c (java_gimplify_labeled_block_expr,
      	java_gimplify_exit_block_expr, java_gimplify_try_expr): Remove.
      	(java_gimplify_expr): Update.
      
      From-SVN: r126962
      Tom Tromey committed
    • dominance.c (dom_computed, [...]): Removed. · 8fee41c2
      	* dominance.c (dom_computed, n_bbs_in_dom_tree): Removed.
      	* function.h (dom_computed, n_bbs_in_dom_tree): New macros.
      	* basic-block.h (struct control_flow_graph): Added x_dom_computed
      	and x_n_bbs_in_dom_tree fields.
      
      From-SVN: r126960
      Zdenek Dvorak committed
    • re PR tree-optimization/32087 (ICE with FORTRAN and -fprefetch-loop-arrays) · 87621e5f
      	PR tree-optimization/32087
      	* tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
      	Do not call scale_bbs_frequencies_int with prob of zero.
      
      From-SVN: r126959
      Steve Ellcey committed
    • gcc/ · b617fc71
      	* config/arm/arm-protos.h (neon_lane_bounds, neon_const_bounds)
      	(neon_element_bits): Add prototypes.
      	* config/arm/arm.c (bounds_check, neon_lane_bounds)
      	(neon_const_bounds, neon_element_bits): New functions.
      	* config/arm/neon.md (neon_vget_lane<mode>, neon_vget_lanedi)
      	(neon_vget_lanev2di, neon_vset_lane<mode>, neon_vset_lanedi)
      	(neon_vset_lanev2di, neon_vdup_lane<mode>, neon_vdup_lanedi)
      	(neon_vdup_lanev2di, neon_vcvt_n<mode>, neon_vmul_lane<mode>)
      	(neon_vmull_lane<mode>, neon_vqdmull_lane<mode>)
      	(neon_vqdmulh_lane<mode>, neon_vmla_lane<mode>)
      	(neon_vmlal_lane<mode>, neon_vqdmlal_lane<mode>)
      	(neon_vmls_lane<mode>, neon_vmlsl_lane<mode>)
      	(neon_vqdmlsl_lane<mode>, neon_vext<mode>, neon_vshr_n<mode>)
      	(neon_vshrn_n<mode>, neon_vqshrn_n<mode>, neon_vqshrun_n<mode>)
      	(neon_vshl_n<mode>, neon_vshl_n<mode>, neon_vqshl_n<mode>)
      	(neon_vqshlu_n<mode>, neon_vshll_n<mode>, neon_vsra_n<mode>)
      	(neon_vsri_n<mode>, neon_vsli_n<mode>): Add bounds checks.
      
      From-SVN: r126958
      Julian Brown committed
    • Fixed abi_check for missing symbol size changes. · 69240fc2
      2007-07-25  Stephen M. Webb  <stephenw@xandros.com>
      
        Fixed abi_check for missing symbol size changes.
      	* testsuite/util/testsuite_abi.cc: Changed local variable name to prevent
      	member variable hiding.
      
      From-SVN: r126956
      Stephen M. Webb committed
    • assign-warn-3.c (f0): Declare as inline. · 5153cd4b
      	PR/19232
      	* gcc.dg/assign-warn-3.c (f0): Declare as inline.
      	(f1): Likewise.
      
      From-SVN: r126955
      Nathan Froyd committed
    • vxworks.h (VXWORKS_LINK_SPEC): Fix typo. · 1c387101
      	* config/vxworks.h (VXWORKS_LINK_SPEC): Fix typo.
      	(HAVE_AS_GNU_ATTRIBUTE): Undefine.
      
      From-SVN: r126954
      Nathan Froyd committed
    • arm.c (arm_mac_accumulator_is_mul_result): New. · c956e102
      	gcc/
      	* config/arm/arm.c (arm_mac_accumulator_is_mul_result): New.
      	* config/arm/arm-protos.h (arm_mac_accumulator_is_mul_result): New.
      	* config/arm/cortex-a8.md: New.
      	* config/arm/cortex-a8-neon.md: New.
      	* config/arm/neon-schedgen.ml: New.
      	* config/arm/neon.md (vqh_mnem): New.
      	(neon_type): New.
      	(Is_float_mode): New.
      	(Scalar_mul_8_16): New.
      	(Is_d_reg): New.
      	(V_mode_nunits): New.
      	(All instruction patterns): Annotate with neon_type attribute
      	values.
      	* config/arm/arm.md: Include cortex-a8.md.
      	(insn): Add smmla, umaal, smlald, smlsld, clz, mrs, msr and xtab
      	values.
      	Annotate instruction patterns accordingly.
      	(generic_sched): Do not use generic scheduling for Cortex-A8.
      	(generic_vfp): Do not use generic VFP scheduling for Cortex-A8.
      
      
      Co-Authored-By: Julian Brown <julian@codesourcery.com>
      
      From-SVN: r126953
      Mark Shinwell committed
    • fold-const.c (fold_read_from_constant_string): Use build_int_cst_type. · 0c4d4efb
      	* fold-const.c (fold_read_from_constant_string): Use
      	build_int_cst_type.
      	* tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
      
      From-SVN: r126952
      Daniel Jacobowitz committed
    • configure.ac: Add types checking to stage1 checking flags. · 7e98624c
      2007-07-26  Richard Guenther  <rguenther@suse.de>
      
      	toplev/
      	* configure.ac: Add types checking to stage1 checking flags.
      	* configure: Regenerate.
      
              gcc/
      	* tree-cfg.c (verify_gimple_unary_expr, verify_gimple_binary_expr,
      	verify_gimple_min_lval, verify_gimple_reference, verify_gimple_expr,
      	verify_gimple_modify_stmt, verify_gimple_stmt, verify_gimple_1,
      	verify_gimple): New functions.
      	* tree-flow.h (verify_gimple): Declare.
      	(verify_gimple_1): Declare.
      	* gimplify.c (cpt_same_type): Remove.
      	(gimplify_addr_expr): Remove checking code.
      	(check_pointer_types_r): Remove.
      	(gimplify_body): Call verify_gimple_1 instead of check_pointer_types_r.
      	Only verify if there were no errors.
      	* configure.ac: Add types checking flag.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      
      From-SVN: r126951
      Richard Guenther committed
    • re PR testsuite/32843 (libffi.call/return_sc.c) · 0ee0208e
      2007-07-26  Richard Guenther  <rguenther@suse.de>
      
      	PR testsuite/32843
      	* testsuite/libffi.call/return_sc.c (main): Verify call
      	result as signed char, not ffi_arg.
      
      From-SVN: r126950
      Richard Guenther committed
    • 20070725-1.c: Split the spare field in two to avoid: error: width of 'spare' exceeds its type. · 2b980e3e
      2007-07-26  Andreas Krebbel  <krebbel1@de.ibm.com>
      
      	* gcc.dg/20070725-1.c: Split the spare field in two to avoid:
      	error: width of 'spare' exceeds its type.
      
      From-SVN: r126949
      Andreas Krebbel committed
    • Change copyright header to refer to version 3 of the GNU General Public License… · 9dcd6f09
      Change copyright header to refer to version 3 of the GNU General Public License and to point readers at the COPYING3 file and the FSF's license web page.
      
      From-SVN: r126948
      Nick Clifton committed
    • tree-ssa-live.c: Include debug.h and flags.h. · aee46bbd
      
      	* tree-ssa-live.c: Include debug.h and flags.h.
      	(mark_scope_block_unused): New function.
      	(remove_unused_scope_block_p): New function.
      	(remove_unused_locals): Remove unused blocks too.
      
      From-SVN: r126947
      Jan Hubicka committed
    • sibcall-3.c: Skip on PowerPC targets when -mlongcall. · e13642b6
      	* gcc.dg/sibcall-3.c: Skip on PowerPC targets when -mlongcall.
      	* gcc.dg/sibcall-4.c: Likewise.
      
      From-SVN: r126943
      Nathan Froyd committed
    • combine.c (combine_max_regno): Remove. · 829f8ff7
      	* combine.c (combine_max_regno): Remove.  Remove all uses.
      	(struct reg_stat_struct): Rename from struct reg_stat.
      	(reg_stat_type): Define, and declare VECs.
      	(reg_stat): Change from pointer to VEC.  Change all uses.
      	(combine_split_insns): New static function.
      	(try_combine, find_split_point): Call it instead of split_insns.
      
      From-SVN: r126942
      Ian Lance Taylor committed
    • Daily bump. · a3f444ba
      From-SVN: r126940
      GCC Administrator committed
  3. 25 Jul, 2007 4 commits