Skip to content
Snippets Groups Projects
  1. Mar 08, 2005
    • Kazu Hirata's avatar
      gimplify.c (gimple_push_bind_expr, [...]): Make them static. · c24b7de9
      Kazu Hirata authored
      	* gimplify.c (gimple_push_bind_expr, gimple_pop_bind_expr,
      	unshare_all_trees): Make them static.
      	* tree-gimple.h: Remove the corresponding prototypes.
      
      From-SVN: r96079
      c24b7de9
    • Kazu Hirata's avatar
      tree-ssa-phiopt.c: Update copyright. · 0385f644
      Kazu Hirata authored
      	* tree-ssa-phiopt.c: Update copyright.  Fix indentations.
      	Remove trailing spaces.
      
      From-SVN: r96078
      0385f644
    • John David Anglin's avatar
      weak1.C: Skip test on hppa*-*-hpux*. · 7c14c5fe
      John David Anglin authored
      	* g++.dg/warn/weak1.C: Skip test on hppa*-*-hpux*.
      	* g++.dg/init/dso_handle1.C, gcc.dg/torture/builtin-noret-1.c,
      	gcc.dg/torture/builtin-noret-2.c: Require weak support.
      
      From-SVN: r96077
      7c14c5fe
    • Per Bothner's avatar
      * tree.h (DECL_IS_BUILTIN): Reverted my patch from earlier today. · 685ae8c9
      Per Bothner authored
      From-SVN: r96075
      685ae8c9
    • Andrew Pinski's avatar
      re PR tree-optimization/17671 (PHI-OPT is not smart enough) · 80c4ed35
      Andrew Pinski authored
      2005-03-06  Andrew Pinski  <pinskia@physics.uc.edu>
      
      	PR tree-opt/17671
      	* tree-ssa-phiopt.c (tree_ssa_phiopt): Rewrite so we base the
      	bbs on the COND_EXPR instead of the PHI_NODEs.
      	(candidate_bb_for_phi_optimization): Remove.
      	(replace_phi_with_stmt): Rename to ...
      	(replace_phi_edge_with_variable): this and change so that we
      	replace the phi argument instead of removing the PHI.
      	(conditional_replacement): Change so we deal with PHI with more
      	than two arguments.
      	(value_replacement): Likewise.
      	(abs_replacement): Likewise.
      
      2005-03-06  Andrew Pinski  <pinskia@physics.uc.edu>
      
      	PR tree-opt/17671
      	* gcc.dg/tree-ssa/phi-opt-[1-4].c: New tests.
      
      From-SVN: r96067
      80c4ed35
    • Aldy Hernandez's avatar
      rs6000-protos.h: Rename output_e500_flip_eq_bit to output_e500_flip_gt_bit. · 64022b5d
      Aldy Hernandez authored
      	* config/rs6000/rs6000-protos.h: Rename output_e500_flip_eq_bit to
      	output_e500_flip_gt_bit.
      
      	* config/rs6000/rs6000.c (print_operand): case D: Print out bit 31
      	as bit 31.
      	(rs6000_generate_compare): Fix logic to look at the correct bits.
      	(output_e500_flip_eq_bit): Rename to output_e500_flip_gt_bit.
      	Look at GT bit.
      	(rs6000_emit_sCOND): Rename gen_e500_flip_eq_bit to
      	gen_e500_flip_gt_bit.  Rename gen_move_from_CR_eq_bit to
      	gen_move_from_CR_gt_bit.
      
      	* config/rs6000/rs6000.md ("move_from_CR_eq_bit"): Change bit
      	("move_from_CR_eq_bit"): Rename to move_from_CR_gt_bit.
      	(UNSPEC_MV_CR_EQ): Rename to UNSPEC_MV_CR_GT.
      
      	* config/rs6000/spe.md ("e500_cr_ior_compare"): New.
      	(E500_CR_IOR_COMPARE): New constant.
      
      [[Split portion of a mixed commit.]]
      
      From-SVN: r96063.2
      64022b5d
    • GCC Administrator's avatar
      Daily bump. · 2125de93
      GCC Administrator authored
      From-SVN: r96058
      2125de93
  2. Mar 07, 2005
Loading