summaryrefslogtreecommitdiff
path: root/gcc/ipa.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;hubicka2010-04-211-1/+4
* 2010-04-12 Richard Guenther <rguenther@suse.de>rguenth2010-04-121-0/+6
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-2/+2
* PR middle-end/41674danglin2010-03-271-0/+2
* 2010-03-18 Martin Jambor <mjambor@suse.cz>jamborm2010-03-181-1/+1
* PR c/43288hubicka2010-03-101-2/+28
* PR middle-end/42344amodra2010-02-191-5/+2
* PR c++/42386jakub2009-12-171-0/+17
* PR c++/42317jakub2009-12-101-4/+38
* PR middle-end/42228hubicka2009-12-101-2/+15
* Remove trailing white spaces.hjl2009-11-251-4/+4
* * cgraph.c (cgraph_release_function_body): Update use ofhubicka2009-11-161-14/+39
* * ipa.c (function_and_variable_visibility): Clear COMDAT on functionshubicka2009-11-131-0/+6
* * ipa.c (function_and_variable_visibility): Fix my accidentail commit andhubicka2009-11-121-2/+3
* * cgraph.h (varpool_node_name): Declare.hubicka2009-11-121-2/+16
* * decl2.c (constrain_visibility): Clear WEAK and COMMON flags.hubicka2009-11-121-0/+3
* PR middle-end/41729hubicka2009-11-111-2/+8
* 2009-11-10 Martin Jambor <mjambor@suse.cz>jamborm2009-11-101-0/+1
* PR bootstrap/41620hubicka2009-10-081-1/+5
* * lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones hashubicka2009-10-071-15/+107
* 2009-09-01 Diego Novillo <dnovillo@google.com>dnovillo2009-09-031-0/+5
* * cgraphbuild.c (record_reference): Use cgraph_mark_address_taken_node.hubicka2009-05-101-38/+41