1. 30 Dec, 2006 5 commits
    • tree.h (DECL_CALL_CLOBBERED): Remove. · b730fa61
      	* tree.h (DECL_CALL_CLOBBERED): Remove.
      	(tree_decl_common): Remove call_clobbered flag.
      	* tree-flow.h (struct var_ann_d): Add call_clobbered flag.
      	* tree-ssa-alias.c (mark_non_addressable, reset_cc_flags): Update.
      	* tree-flow-inline.h (is_call_clobbered, mark_call_clobbered,
      	clear_call_clobbered): Update.
      	* tree-ssa.c (verify_call_clobbering): Update.
      
      From-SVN: r120285
      Jan Hubicka committed
    • tree-ssa-alias.c (create_structure_vars): When in SSA, update operand caches. · d586d6d1
      	* tree-ssa-alias.c (create_structure_vars): When in SSA, update operand
      	caches.
      	* tree-ssa-operands.c (build_ssa_operands): Recompute addresses_taken
      	bitmap.
      
      From-SVN: r120284
      Jan Hubicka committed
    • emit-rt.c (emit_copy_of_insn_after): Fix bug causing exponential amount of… · 4b73962b
      emit-rt.c (emit_copy_of_insn_after): Fix bug causing exponential amount of copies of INSN_NOTEs list.
      
      	* emit-rt.c (emit_copy_of_insn_after): Fix bug causing exponential
      	amount of copies of INSN_NOTEs list.
      
      Co-Authored-By: Vladimir Yanovsky <volodyan@gmail.com>
      
      From-SVN: r120283
      Jan Hubicka committed
    • cgraph.c (cgraph_exapnd_queue): Rename to... · f45e0ad1
      
      	* cgraph.c (cgraph_exapnd_queue): Rename to...
      	(cgraph_new_nodes): ... this one.
      	(cgraph_state): New global variable.
      	(cgraph_add_new_function): Work in more cases.
      	* cgraph.h (cgraph_expand_queue): Rename to ...
      	(cgraph_new_nodes): ... this one.
      	(cgraph_state): New enum and static variable.
      	(cgraph_add_new_function): Update prototype.
      	(cgraph_process_new_functions): New.
      	* omp-low.c (expand_omp_parallel): Update.
      	* cgraphunit.c (initialize_inline_failed): Declare early.
      	(cgraph_process_new_functions): New function.
      	(cgraph_assemble_pending_functions): Use it.
      	(cgraph_expand_all_functions): Use it.
      	(cgraph_optimize): Use it; set cgraph_state.
      	* passes.c (execute_one_pass, execute_ipa_pass_list): Process new
      	functions
      
      From-SVN: r120282
      Jan Hubicka committed
    • Daily bump. · e288c21a
      From-SVN: r120279
      GCC Administrator committed
  2. 29 Dec, 2006 12 commits
  3. 28 Dec, 2006 13 commits
  4. 27 Dec, 2006 5 commits
  5. 26 Dec, 2006 3 commits
  6. 25 Dec, 2006 2 commits