aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-24re PR tree-optimization/30563 (ice for legal code with flags -O2 -fno-unit-at...Jan Hubicka1-1/+1
2007-05-30cgraphunit.c (cgraph_analyze_function): Remove computation of inline parameters.Dirk Mueller1-13/+0
2007-05-25cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-05-11semantics.c (expand_or_defer_fn): Do not call c_record_cdtor_fn.Jan Hubicka1-0/+76
2007-04-22misc.c (gnat_expand_body): Don't call target for destructors, avoid redundant...Jan Hubicka1-11/+2
2007-04-06cgraphunit.c (decide_is_function_needed): Do not keep always_inline functions.Jan Hubicka1-1/+2
2007-02-24cgraphunit.c (decide_is_function_needed): Honor -fkeep-inline-functions.Jan Hubicka1-0/+7
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-1/+1
2007-02-12tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.Eric Botcazou1-0/+16
2007-02-09Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka1-2/+14
2007-01-31cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-01-28tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak1-2/+3
2007-01-19Patch by Tomas Bily <tbily@suse.cz>Tomas Bily1-0/+1
2007-01-16cgraph.h (cgraph_decide_inlining_incrementally): Kill.Jan Hubicka1-4/+1
2007-01-08cgraphunit.c (cgraph_process_new_functions): Reset reachable flag.Jan Hubicka1-26/+39
2007-01-08tree-pas.h (TODO_remove_function): New flag.Jan Hubicka1-127/+0
2007-01-06tree-pass.h (pass_build_cgraph_edges): Declare.Jan Hubicka1-199/+3
2007-01-04cgraph.c (cgraph_release_function_body): New function.Jan Hubicka1-3/+1
2007-01-03* cgraphunit.c, tree-ssa-alias.c: Fix comment typos.Kazu Hirata1-1/+1
2007-01-03pr16194.c: We now output error on all three functions, not just first one.Jan Hubicka1-0/+16
2007-01-01cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions before starting...Jan Hubicka1-0/+1
2006-12-30cgraph.c (cgraph_exapnd_queue): Rename to...Jan Hubicka1-32/+83
2006-12-23cgraphunit.c (cgraph_optimize): Fixed obvious thinko in memory consumption re...Marcin Dalecki1-1/+1
2006-12-23toplev.c (dump_memory_report): Break out from...Jan Hubicka1-0/+10
2006-12-22* cgraphunit.c, varpool.c: Fix comment typos.Kazu Hirata1-1/+1
2006-12-22cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-12-17* cgraphunit.c (ipa_passes): Clear current_function_decl.Jan Hubicka1-0/+1
2006-12-11re PR middle-end/17982 (stop calling assemble_external before final assembly ...H.J. Lu1-2/+0
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka1-186/+42
2006-12-09cgraph.c: Update copyright.Jan Hubicka1-19/+13
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-2/+2
2006-11-30cgraphunit.c (cgraph_finalize_compilation_unit): Add a newline at the end of ...Steven Bosscher1-1/+1
2006-11-28invoke.texi (large-stack-frame, [...]): New params.Jan Hubicka1-0/+3
2006-11-01In gcc/:Geoffrey Keating1-1/+1
2006-10-15re PR middle-end/29241 ([non unit-at-a-time] ICE with always inline)Jan Hubicka1-1/+3
2006-10-15cgraphunit.c: Fix goof in previous commit.Richard Biener1-1/+1
2006-10-15re PR middle-end/29299 (gcc "used" attribute has no effect on local-scope sta...Jan Hubicka1-4/+12
2006-10-09Revert emutls patch.Richard Henderson1-2/+4
2006-10-09re PR middle-end/29254 (verify_cgraph_node failed (inlined_to pointer is set ...Richard Guenther1-0/+3
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson1-4/+2
2006-08-24re PR debug/26881 (internal compiler error in dwarf2out_finish)Jan Hubicka1-17/+41
2006-08-20re PR middle-end/28779 (internal compiler error: in cgraph_estimate_size_afte...Jan Hubicka1-1/+2
2006-08-17re PR c/28744 (externally_visible attribute not effective with prior declarat...Jakub Jelinek1-6/+20
2006-08-03re PR middle-end/27770 (wrong code in spec tests for -ftree-vectorize -maltivec)Dorit Nuzman1-0/+47
2006-08-01re PR c++/28250 (ICE with invalid catch)Volker Reichelt1-0/+6
2006-07-26re PR tree-optimization/27882 (segfault in ipa-inline.c, if (e->callee->local...Jan Hubicka1-6/+10
2006-07-24re PR middle-end/28463 (Using -fdump-tree-optimized causes a huge compile tim...Richard Guenther1-1/+0
2006-07-24re PR c/25795 (Proccessing the attribute externally_visible too early)Jan Hubicka1-2/+72
2006-07-13cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.Jan Hubicka1-0/+4
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1