1. 14 Apr, 2004 7 commits
  2. 13 Apr, 2004 12 commits
  3. 12 Apr, 2004 11 commits
  4. 11 Apr, 2004 5 commits
    • fold-const.c (fold_binary_op_with_conditional_arg): Tweak calling convention to… · b3e65ebb
      fold-const.c (fold_binary_op_with_conditional_arg): Tweak calling convention to allow a NULL_TREE to be returned.
      
      
      	* fold-const.c (fold_binary_op_with_conditional_arg):  Tweak
      	calling convention to allow a NULL_TREE to be returned.  Factor
      	sanity checks from callers, return NULL_TREE when appropriate.
      	(fold): Handle COMPOUND_EXPR operands of binary expressions
      	before COND_EXPR operands.  Use reorder_operands_p(a,b) to check
      	whether a op (b,c) can be rewritten as (b, a op c).  Simplify
      	calls to fold_binary_op_with_conditional_arg.
      
      From-SVN: r80609
      Roger Sayle committed
    • iris5.h (current_section_flags): Add in_unlikely_executed_text and default case. · 19d33948
      	* config/mips/iris5.h (current_section_flags):  Add
      	in_unlikely_executed_text and default case.
      
      From-SVN: r80604
      Kaveh R. Ghazi committed
    • bb-reorder.c (fix_crossing_conditional_branches): Fix bootstrap failure on solaris. · cf22ce3c
      2004-04-11  Andreas Tobler  <a.tobler@schweiz.ch>
      
      	* bb-reorder.c (fix_crossing_conditional_branches): Fix bootstrap
      	failure on solaris. Place ifdef HAVE_return around gen_ret call.
      	* cfgrtl.c (force_nonfallthru_and_redirect): Remove ifdef
      	HAVE_return and place it around the place where it is needed.
      
      From-SVN: r80594
      Andreas Tobler committed
    • varasm.c (text_section): Use TEXT_SECTION_ASM_OP and ASM_OUTPUT_ALIGN instead of… · 34982294
      varasm.c (text_section): Use TEXT_SECTION_ASM_OP and ASM_OUTPUT_ALIGN instead of SECTION_FORMAT_STRING...
      
      2004-04-11  Andrew Pinski  <pinskia@physics.uc.edu>
      
              * varasm.c (text_section): Use TEXT_SECTION_ASM_OP and
              ASM_OUTPUT_ALIGN instead of SECTION_FORMAT_STRING
              and NORMAL_TEXT_SECTION_NAME.
              (unlikely_text_section): Check targetm.have_named_sections
              instead of TARGET_ASM_NAMED_SECTION and use TEXT_SECTION_ASM_OP
              instead of SECTION_FORMAT_STRING.
              * config/mips/iris5.h (current_section_name): Add
              in_unlikely_executed_text case and move the abort into the switch.
              * config/rs6000/sysv4.h (HOT_TEXT_SECTION_NAME): Remove.
              (NORMAL_TEXT_SECTION_NAME): Remove.
              (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
              (SECTION_FORMAT_STRING): Remove.
              * defaults.h (SECTION_FORMAT_STRING): Remove.
              * tm.texi (NORMAL_TEXT_SECTION_NAME): Remove.
              (SECTION_FORMAT_STRING): Remove.
      
      From-SVN: r80593
      Andrew Pinski committed
    • Daily bump. · 0333e091
      From-SVN: r80590
      GCC Administrator committed
  5. 10 Apr, 2004 5 commits