summaryrefslogtreecommitdiff
path: root/gcc/ipa.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 2010-12-23 Martin Jambor <mjambor@suse.cz>jamborm2010-12-231-2/+0
* This time really commithubicka2010-12-141-6/+24
* * ipa.c (cgraph_externally_visible_p): Do not localize builtinshubicka2010-12-051-0/+24
* 2010-11-25 Kai Tietz <kai.tietz@onevision.com>ktietz2010-11-251-1/+7
* * cgraph.c (ld_plugin_symbol_resolution_names): New.hubicka2010-11-201-21/+69
* * cgraph.h (+varpool_can_remove_if_no_refs): Move here from ...;hubicka2010-11-161-11/+2
* * doc/invoke.texi (-fwhopr): Merge into -flto section.hubicka2010-11-111-1/+1
* * ipa.c (process_references): Enqueue all referenced nodes;hubicka2010-10-261-13/+12
* * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p):hubicka2010-10-261-0/+19
* PR middle-end/45736hubicka2010-10-261-12/+31
* * ipa.c (cgraph_externally_visible_p): Handle externally visible andhubicka2010-10-191-24/+64
* * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p,hubicka2010-10-181-83/+24
* PR middle-end/44206hubicka2010-10-161-41/+112
* gcc/froydnj2010-10-111-8/+2
* PR middle-end/45955danglin2010-10-111-1/+0
* PR middle-end/45926hubicka2010-10-071-13/+8
* * ipa.c (cgraph_remove_unreachable_nodes): External references can alwayshubicka2010-10-061-12/+21
* * lto-symtab.c (lto_symtab_entry_def): Add guessed field.hubicka2010-09-241-7/+4
* PR tree-optimize/45605hubicka2010-09-201-3/+3
* PR tree-optimization/45453hubicka2010-09-181-1/+6
* * g++.dg/lto/pr45679-1_0.C: New file.hubicka2010-09-161-10/+14
* * ipa.c (build_cdtor): Take VECtor as argument; fix array walk.hubicka2010-09-031-18/+8
* * cgraph.h (struct varpool_node): Add const_value_known.hubicka2010-09-031-0/+5
* * tree-pass.h (pass_ipa_cdtor_merge): New function.hubicka2010-08-211-0/+312
* gcc/froydnj2010-08-201-1/+1
* * ipa.c (function_and_variable_visibility): Variables marked as used shouldhubicka2010-07-151-0/+1
* * cgraph.c: Include lto-streamer.hhubicka2010-07-151-2/+8
* * ipa.c: Include pointer-set.hhubicka2010-07-081-15/+67
* 2010-06-28 Bingfeng Mei <bmei@broadcom.com>meibf2010-06-281-0/+3
* gcc/ada:lauras2010-06-081-6/+4
* * cgraph.c (cgraph_edge_cannot_lead_to_return): Also checkhubicka2010-06-071-2/+5
* * cgraph.h (cgraph_dump_file): Declare.hubicka2010-05-301-2/+4
* * ipa.c (cgraph_remove_unreachable_node): Walk references of correct node;hubicka2010-05-301-12/+16
* * tree-vrp.c (debug_value_range, debug_all_value_ranges,hubicka2010-05-291-2/+2
* * decl2.c (maybe_emit_vtables): Produce same comdat group when outputtinghubicka2010-05-221-0/+15
* * ipa.c (function_and_variable_visibility): Also bring local allhubicka2010-05-161-0/+3
* * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.hubicka2010-05-141-9/+101
* * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.hubicka2010-05-141-15/+0
* * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueuehubicka2010-05-141-25/+55
* * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag.hubicka2010-05-131-1/+20
* * cgraph.h (struct varpool_node): Add aux.hubicka2010-05-121-55/+157
* * gengtype.c (open_base_files): Add lto-streamer.hhubicka2010-04-291-2/+4
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.hubicka2010-04-291-0/+158
* * doc/invoke.texi (-fipa-profile): Document.hubicka2010-04-271-0/+80
* 2010-04-27 Martin Jambor <mjambor@suse.cz>jamborm2010-04-271-8/+29