summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR middle-end/29299 (gcc "used" attribute has no effect on local-scope sta...Jan Hubicka2006-10-151-4/+12
* Revert emutls patch.Richard Henderson2006-10-091-2/+4
* re PR middle-end/29254 (verify_cgraph_node failed (inlined_to pointer is set ...Richard Guenther2006-10-091-0/+3
* Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson2006-10-041-4/+2
* re PR debug/26881 (internal compiler error in dwarf2out_finish)Jan Hubicka2006-08-241-17/+41
* re PR middle-end/28779 (internal compiler error: in cgraph_estimate_size_afte...Jan Hubicka2006-08-201-1/+2
* re PR c/28744 (externally_visible attribute not effective with prior declarat...Jakub Jelinek2006-08-171-6/+20
* re PR middle-end/27770 (wrong code in spec tests for -ftree-vectorize -maltivec)Dorit Nuzman2006-08-031-0/+47
* re PR c++/28250 (ICE with invalid catch)Volker Reichelt2006-08-011-0/+6
* re PR tree-optimization/27882 (segfault in ipa-inline.c, if (e->callee->local...Jan Hubicka2006-07-261-6/+10
* re PR middle-end/28463 (Using -fdump-tree-optimized causes a huge compile tim...Richard Guenther2006-07-241-1/+0
* re PR c/25795 (Proccessing the attribute externally_visible too early)Jan Hubicka2006-07-241-2/+72