summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* toplev.c (dump_memory_report): Break out from...Jan Hubicka2006-12-231-0/+10
* * cgraphunit.c, varpool.c: Fix comment typos.Kazu Hirata2006-12-221-1/+1
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2006-12-221-1/+1
* * cgraphunit.c (ipa_passes): Clear current_function_decl.Jan Hubicka2006-12-171-0/+1
* re PR middle-end/17982 (stop calling assemble_external before final assembly ...H.J. Lu2006-12-111-2/+0
* Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka2006-12-111-186/+42
* cgraph.c: Update copyright.Jan Hubicka2006-12-091-19/+13
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-2/+2
* cgraphunit.c (cgraph_finalize_compilation_unit): Add a newline at the end of ...Steven Bosscher2006-11-301-1/+1
* invoke.texi (large-stack-frame, [...]): New params.Jan Hubicka2006-11-281-0/+3
* In gcc/:Geoffrey Keating2006-11-011-1/+1
* re PR middle-end/29241 ([non unit-at-a-time] ICE with always inline)Jan Hubicka2006-10-151-1/+3
* cgraphunit.c: Fix goof in previous commit.Richard Biener2006-10-151-1/+1