1. 30 Dec, 2006 3 commits
    • 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
  7. 24 Dec, 2006 2 commits