This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r120282 - in /trunk/gcc: ChangeLog cgraph.c cgr...
- From: hubicka at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 30 Dec 2006 11:58:01 -0000
- Subject: r120282 - in /trunk/gcc: ChangeLog cgraph.c cgr...
Author: hubicka
Date: Sat Dec 30 11:58:01 2006
New Revision: 120282
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120282
Log:
* 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
Modified:
trunk/gcc/ChangeLog
trunk/gcc/cgraph.c
trunk/gcc/cgraph.h
trunk/gcc/cgraphunit.c
trunk/gcc/omp-low.c
trunk/gcc/passes.c