summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
Commit message (Expand)AuthorAgeFilesLines
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-27/+31
* cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on DECL_INLINE.Jan Hubicka2008-07-261-5/+2
* cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka2008-07-251-169/+15
* ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...Martin Jambor2008-07-231-1/+1
* cgraph.h (varpool_empty_needed_queue): Declare.Jan Hubicka2008-07-161-0/+10
* re PR c++/36523 (OpenMP task construct fails to instantiate copy constructor)Jakub Jelinek2008-06-201-1/+0
* cgraphunit.c (cgraph_finalize_function): Remove redundant setting of node->decl.Bernhard Reutner-Fischer2008-06-191-6/+5
* cgraphunit.c (cgraph_optimize): Output debug info when doing toplevel reorder...Jan Hubicka2008-06-181-1/+1
* cgraphunit.c (cgraph_expand_pending_functions): Give up at syntax errors.Jan Hubicka2008-06-181-2/+2
* cgraph.h (cgraph_mark_if_needed): New function.Jan Hubicka2008-06-181-0/+12
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-4/+4
* cgraph.h (compute_inline_parameters): Made public.Kenneth Zadeck2008-05-151-1/+1
* cgraph.c (dump_cgraph_node): Update.Jan Hubicka2008-05-071-10/+1
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-2/+2
* re PR middle-end/34969 (ICE with -fipa-cp -ffast-math)Jakub Jelinek2008-01-301-0/+4
* re PR middle-end/31529 (ICE in cgraph_expand_function with IMA)Richard Guenther2008-01-231-2/+3
* re PR c++/34619 (ICE with "-fmudflap" and templates)Jakub Jelinek2008-01-031-1/+3
* PR 34081/C++Andreas Krebbel2007-11-261-1/+1
* re PR target/33579 (INIT_PRIORITY is broken)Mark Mitchell2007-11-061-27/+122
* Revert:Eric Botcazou2007-10-061-16/+0
* cgraphunit.c (cgraph_build_static_cdtor): Don't set DECL_IGNORED_P.Geoffrey Keating2007-10-041-2/+0
* decl.c (java_expand_body): Kill.Jan Hubicka2007-09-111-10/+3
* Add target hook invoked when cfun changes.Sandra Loosemore2007-09-051-1/+1
* tree.h (DECL_DISREGARD_INLINE_LIMITS): New.Richard Guenther2007-08-281-2/+2
* c-objc-common.c (c_disregard_inline_limits): Remove.Richard Guenther2007-08-201-2/+2
* cgraphunit.c (record_cdtor_fn): Declare all cdtors always inlined.Jan Hubicka2007-08-111-4/+9
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* re PR tree-optimization/30563 (ice for legal code with flags -O2 -fno-unit-at...Jan Hubicka2007-06-241-1/+1
* cgraphunit.c (cgraph_analyze_function): Remove computation of inline parameters.Dirk Mueller2007-05-301-13/+0
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-05-251-1/+1
* semantics.c (expand_or_defer_fn): Do not call c_record_cdtor_fn.Jan Hubicka2007-05-111-0/+76
* misc.c (gnat_expand_body): Don't call target for destructors, avoid redundant...Jan Hubicka2007-04-221-11/+2
* cgraphunit.c (decide_is_function_needed): Do not keep always_inline functions.Jan Hubicka2007-04-061-1/+2
* cgraphunit.c (decide_is_function_needed): Honor -fkeep-inline-functions.Jan Hubicka2007-02-241-0/+7
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-1/+1
* tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.Eric Botcazou2007-02-121-0/+16
* Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka2007-02-091-2/+14
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2007-01-311-1/+1
* tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak2007-01-281-2/+3
* Patch by Tomas Bily <tbily@suse.cz>Tomas Bily2007-01-191-0/+1
* cgraph.h (cgraph_decide_inlining_incrementally): Kill.Jan Hubicka2007-01-161-4/+1
* cgraphunit.c (cgraph_process_new_functions): Reset reachable flag.Jan Hubicka2007-01-081-26/+39
* tree-pas.h (TODO_remove_function): New flag.Jan Hubicka2007-01-081-127/+0
* tree-pass.h (pass_build_cgraph_edges): Declare.Jan Hubicka2007-01-061-199/+3
* cgraph.c (cgraph_release_function_body): New function.Jan Hubicka2007-01-041-3/+1
* * cgraphunit.c, tree-ssa-alias.c: Fix comment typos.Kazu Hirata2007-01-031-1/+1
* pr16194.c: We now output error on all three functions, not just first one.Jan Hubicka2007-01-031-0/+16
* cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions before starting...Jan Hubicka2007-01-011-0/+1
* cgraph.c (cgraph_exapnd_queue): Rename to...Jan Hubicka2006-12-301-32/+83
* cgraphunit.c (cgraph_optimize): Fixed obvious thinko in memory consumption re...Marcin Dalecki2006-12-231-1/+1