1. 18 Jul, 2001 7 commits
  2. 17 Jul, 2001 23 commits
  3. 16 Jul, 2001 10 commits
    • basic-block.h (CLEANUP_PRE_SIBCALL): New constant. · 4793dca1
      	* basic-block.h (CLEANUP_PRE_SIBCALL): New constant.
      	* except.c (finish_eh_generation): Update call of cleanup_cfg;
      	do rebuild_jump_labels instead of jump_optimize
      	* sibcall.c (optimize_sibling_and_tail_recursive_call): Likewise.
      	* toplev.c (rest_of_compulation): Likewise for -Wreturn_type.
      	* flow.c (try_optimize_cfg): Remove unneeded code_labels.
      
      	* flow.c: Include timevar.h
      	(find_basic_block): Push/pop timevar;
      	(cleanup_cfg): Likewise.
      	* timevar.def (TV_CFG, TV_CLEANUP_CFG): New.
      	* Makefile: Add dependencies on timevar.h
      
      	* integrate.c (save_for_inline): Kill all BASIC_BLOCK notes.
      	(copy_insn_list): Avoid killing of BASIC_BLOCK notes.
      
      	* rtl.h (delete_trivially_dead_insns): Add new parameter.
      	* toplev.c (rest_of_compilation): Update calls.
      	* cse.c (set_live_p, insn_live_p, dead_libcall_p): Break out from ...
      	(delete_trivially_dead_insns): ... here; accept new argument
      	preserve_basic_blocks; preserve basic blocks if set.
      
      	* reg-stack.c (stack_regs_mentioned): Return 0 if
      	stack_regs_mentioned_data is not initialized.
      	(reg_to_stack): Make stack_regs_mentioned survive after the
      	reg-stack is completted; do not call cleanup_cfg.
      	* toplev.c (rest_of_compilation): Do cleanup_cfg before bb-reorder;
      	make cleanup_cfg after bb-reorder to output to debug file.
      
      From-SVN: r44056
      Jan Hubicka committed
    • gcse.c: Update comment at top. · ccef9ef5
              * gcse.c: Update comment at top.
              Update comment on mem handling.
              mem_last_set, mem_first_set, mem_set_in_block: gone.
              Declaration of reg_set_info: gone.
              (oprs_unchanged_p): Don't use mem_*set_* anymore. They are
              pointless with load_killed_in_block_p (they are *more*
              conservative then it, not less, and less accurate).
              (oprs_not_set_p): Ditto.
              (alloc_gcse_mem): Don't allocate mem_set_in_block
              (free_gcse_mem): Don't free it, either.
              (record_last_mem_set_info): Update comment in front, remove
              mem_*set_* stuff. Note the reason we don't handle stores directly
              here.
              (compute_hash_table): Update comments to reflect reality. Remove
              mem_*set_* references.
              (reset_opr_set_tables): Remove mem_*set_* references.
              (mark_call): Ditto.
              (mark_set): Ditto.  Also remove double sets of bitmaps for REG's.
              (mark_clobber): Ditto (on both parts, we double set here too).
              (expr_killed_p): Remove mem_set_in_block test.
              (compute_transp): Remove mem_set_in_block test.
      
      From-SVN: r44055
      Daniel Berlin committed
    • regclass.c (init_reg_sets): Use only 32 bits per initializer from int_reg_class_contents. · b85946fc
              * regclass.c (init_reg_sets): Use only 32 bits per initializer
              from int_reg_class_contents.
      
      From-SVN: r44054
      Richard Henderson committed
    • hard-reg-set.h (regs_invalidated_by_call): Declare. · 4e2db584
              * hard-reg-set.h (regs_invalidated_by_call): Declare.
              * regclass.c (regs_invalidated_by_call): Move from cse.c.
              (init_reg_sets_1): Move initialization from cse_main.
              * cse.c (regs_invalidated_by_call): Move to regclass.c.
              (cse_main): Move its initialization also.
              * df.c (df_insn_refs_record): Use regs_invalidated_by_call.
              * flow.c (propagate_one_insn): Likewise.
              * gcse.c (compute_hash_table): Likewise.
              (compute_kill_rd, compute_store_table): Likewise.
              * sched-deps.c (sched_analyze_1): Likewise.
      
      From-SVN: r44053
      Richard Henderson committed
    • acinclude.m4 (GLIBCPP_ENABLE_CHEADERS): Use glibcpp_srcdir when setting C_INCLUDE_DIR. · fb124b99
      2001-07-16  Stephen M. Webb  <stephen@bregmasoft.com>
      
      	* acinclude.m4 (GLIBCPP_ENABLE_CHEADERS):  Use glibcpp_srcdir when
      	setting C_INCLUDE_DIR.
      	* configure.in:  Revert yesterday's LN_S change.
      	* aclocal.m4:  Regenerate.
      	* configure:  Regenerate.
      
      From-SVN: r44052
      Stephen M. Webb committed
    • 20001229-1.c: Include <sys/proc.h> for UAC_SIGBUS, UAC_NOPRINT definitions. · 3d719162
      	* gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
      	UAC_SIGBUS, UAC_NOPRINT definitions.
      
      From-SVN: r44051
      Rainer Orth committed
    • gcse.c (pre_insert_copy_insn): Use gen_move_insn instead of gen_rtx_SET. · cccf0ae8
      	* gcse.c (pre_insert_copy_insn): Use gen_move_insn instead of
      	gen_rtx_SET.
      
      From-SVN: r44048
      J"orn Rennecke committed
    • sysv.S: Avoid gas-only .balign directive. · 03a8de49
      	* src/x86/sysv.S: Avoid gas-only .balign directive.
      	Use C style comments.
      
      From-SVN: r44046
      Rainer Orth committed
    • re PR bootstrap/3563 (Error building libffi) · 92a0e6c6
      	* src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
      	Fixes PR bootstrap/3563.
      
      From-SVN: r44045
      Rainer Orth committed
    • dominance.c (calc_dfs_tree_nonrec): Reverse order of tests in if statement so we… · 94fc7dea
      dominance.c (calc_dfs_tree_nonrec): Reverse order of tests in if statement so we don't access undefined memory.
      
              * dominance.c (calc_dfs_tree_nonrec): Reverse order of tests
              in if statement so we don't access undefined memory.
      
      From-SVN: r44043
      Steve Ellcey committed