summaryrefslogtreecommitdiff
path: root/gcc/ipa.c
Commit message (Expand)AuthorAgeFilesLines
* Gengtype changes:Diego Novillo2012-11-141-25/+25
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+5
* This patch implements generic type query and conversion functions,crowl2012-10-311-13/+11
* Add free inline summary pass after pass_early_local_passes hjl2012-08-021-0/+33
* gcc/steven2012-07-161-1/+0
* PR middle-end/53321uros2012-07-041-5/+0
* * LANGUAGES: Fix typos.jsm282012-05-291-4/+4
* * tree.h (alias_diag_flags): Remove.hubicka2012-05-241-4/+0
* * cgraphunit.c (varpool_finalize_decl): Allow external decls.hubicka2012-05-181-1/+0
* * lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructorhubicka2012-05-171-2/+27
* * ipa.c (symtab_remove_unreachable_nodes): Fix marking of clones.hubicka2012-05-101-2/+2
* * cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...hubicka2012-05-101-187/+166
* PR middle-end/53106hubicka2012-05-031-1/+1
* * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.chubicka2012-04-301-23/+8
* * lto-symtab.c (lto_cgraph_replace_node): Do not callhubicka2012-04-231-69/+47
* * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.hubicka2012-04-221-25/+6
* * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.hubicka2012-04-201-7/+15
* * cgraph.h (verify_symtab, verify_symtab_node, verify_symtab_base):hubicka2012-04-181-7/+9
* * lto-symtab.c (lto_cgraph_replace_node): Update.hubicka2012-04-181-11/+11
* * cgraph.c (cgraph_node_name): Remove.hubicka2012-04-181-2/+2
* * cgraph.h (symtab_node_base): Add next and previous pointers.hubicka2012-04-161-4/+4
* * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):hubicka2012-04-161-21/+20
* * cgraph.h: Update copyrights;hubicka2012-04-141-151/+166
* PR lto/51663hubicka2012-03-251-5/+4
* 2011-12-02 Richard Guenther <rguenther@suse.de>rguenth2011-12-021-0/+2
* * gcc.target/i386/sw-1.c: Force rep;movsb.hubicka2011-11-141-1/+1
* * cgraphunit.c (ipa_passes): Remove unrechable nodes.hubicka2011-10-021-6/+1
* PR lto/47247hubicka2011-10-021-0/+2
* gcc/jason2011-07-091-23/+6
* * ipa.c (cgraph_address_taken_from_non_vtable_p): Walk references of nodehubicka2011-06-271-3/+3
* * lto-symtab.c (lto_varpool_replace_node): Remove code handlinghubicka2011-06-181-28/+2
* * cgraphunit.c (handle_alias_pairs): New function.hubicka2011-06-151-8/+0
* * ipa.c (cgraph_address_taken_from_non_vtable_p): Check the ref type.hubicka2011-06-141-8/+9
* * cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLYhubicka2011-06-141-2/+2
* PR middle-end/49373hubicka2011-06-121-0/+2
* PR middle-end/49378hubicka2011-06-121-1/+9
* * ipa.c (cgraph_comdat_can_be_unshared_p): Fix pasto.hubicka2011-06-111-1/+1
* * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.hubicka2011-06-111-21/+5
* * ipa.c (cgraph_non_local_node_p_1): Break out from ...;hubicka2011-06-101-16/+33
* Pass name cleanupsdavidxl2011-06-011-1/+1
* 2011-05-25 Jan Hubicka <jh@suse.cz>ro2011-05-251-1/+1
* * cgraph.c (cgraph_add_thunk): Create real function node insteadhubicka2011-05-061-0/+40
* * cgraph.h (cgraph_node_set_def, varpool_node_set_def): Move out of GTY;hubicka2011-05-031-314/+0
* 2011-04-29 Martin Jambor <mjambor@suse.cz>jamborm2011-04-291-77/+2
* * cgraphbuild.c: Include ipa-inline.h.hubicka2011-04-161-5/+3
* * cgraph.c (dump_cgraph_node): Do not dump inline summaries.hubicka2011-04-141-0/+2
* 2011-04-11 Martin Jambor <mjambor@suse.cz>jamborm2011-04-111-1/+1
* PR middle-end/48044jakub2011-03-111-2/+2
* PR tree-optimization/47276 hubicka2011-01-151-0/+2
* PR tree-optmization/46469hubicka2011-01-081-2/+27