summaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
Commit message (Expand)AuthorAgeFilesLines
* 2010-05-19 Martin Jambor <mjambor@suse.cz>jamborm2010-05-191-14/+3
* * cgraph.c (cgraph_clone_node): Take decl argument and inserthubicka2010-05-161-2/+4
* PR tree-optimize/44063hubicka2010-05-111-14/+8
* 2010-05-09 Richard Guenther <rguenther@suse.de>rguenth2010-05-091-0/+3
* PR tree-optimization/43791hubicka2010-05-061-1/+1
* * cgraph.h (cgraph_local_info): Remove for_functions_valid.hubicka2010-04-301-4/+1
* * gengtype.c (open_base_files): Add lto-streamer.hhubicka2010-04-291-1/+1
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.hubicka2010-04-291-1/+2
* 2010-04-28 Martin Jambor <mjambor@suse.cz>jamborm2010-04-281-2/+4
* * cgraph.c (cgraph_propagate_frequency): New function.hubicka2010-04-271-0/+1
* * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;hubicka2010-04-211-1/+2
* * cgraph.c (dump_cgraph_node): Dump also assembler name.hubicka2010-04-211-6/+9
* * ipa-inline.c (cgraph_early_inlining): Handle flattening too.hubicka2010-04-171-0/+11
* * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accountinghubicka2010-04-131-36/+125
* 2010-04-12 Richard Guenther <rguenther@suse.de>rguenth2010-04-121-242/+208
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+2
* 2010-01-29 Richard Guenther <rguenther@suse.de>rguenth2010-01-291-88/+97
* 2010-01-06 Richard Guenther <rguenther@suse.de>rguenth2010-01-061-1/+4
* 2010-01-05 Martin Jambor <mjambor@suse.cz>jamborm2010-01-051-2/+2
* PR c++/42317jakub2009-12-101-1/+6
* Remove trailing white spaces.hjl2009-11-251-23/+23
* PR middle-end/42151hubicka2009-11-231-0/+5
* 2009-11-18 Martin Jambor <mjambor@suse.cz>jamborm2009-11-181-9/+9
* * cgraphbuild.c (compute_call_stmt_bb_frequency): Use proper ENTRY_BLOCK_PTR.hubicka2009-11-161-0/+24
* 2009-11-10 Martin Jambor <mjambor@suse.cz>jamborm2009-11-101-0/+1
* 2009-10-31 Toon Moene <toon@moene.org>toon2009-10-311-2/+4
* * ipa-cp.c (ipcp_read_summary): Remove now invalid FIXME andhubicka2009-10-221-12/+12
* * ipa-cp.c (ipcp_write_summary, ipcp_read_summary): New functions.hubicka2009-10-221-13/+33
* * lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones hashubicka2009-10-071-4/+6
* Merge lto branch into trunk.dnovillo2009-10-031-10/+21
* * cgraph.c (cgraph_clone_node): Add redirect_callers parameter.hubicka2009-10-011-2/+3
* 2009-09-14 Martin Jambor <mjambor@suse.cz>jamborm2009-09-151-15/+10
* Squash commit of EH in gimplerth2009-09-141-25/+8
* Fix to PR41012davidxl2009-08-121-14/+9
* 2009-07-30 Martin Jambor <mjambor@suse.cz>jamborm2009-07-301-0/+2
* * ipa-inline.c (cgraph_decide_inlining_incrementally): When optimizinghubicka2009-07-031-1/+2
* * cgraph.c (dump_cgraph_node): Dump size/time/benefit.hubicka2009-05-251-97/+315
* 2009-05-21 Richard Guenther <rguenther@suse.de>rguenth2009-05-211-7/+2
* gcc/ChangeLog:ian2009-05-161-1/+1
* * doc/invoke.texi (max-early-inliner-iterations): New flag.hubicka2009-05-151-66/+77
* Revert the following patch until testsuite fallout is fixed:hubicka2009-05-151-283/+92
* * cgraph.c (dump_cgraph_node): Dump size/time/benefit.hubicka2009-05-151-92/+283
* * cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument;hubicka2009-05-081-1/+1
* 2009-04-13 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> ...dwarak2009-04-131-1/+3
* * omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp.steven2009-04-031-4/+4
* * tree-pass.h (pass_fixup_cfg): New pass.hubicka2009-03-281-0/+2
* Bring from lto-branch:hubicka2009-03-281-31/+39
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* PR tree-optimization/38844hubicka2009-02-061-7/+9
* PR middle-end/38584steven2008-12-301-4/+16