summaryrefslogtreecommitdiff
path: root/gcc/ipa.c
Commit message (Expand)AuthorAgeFilesLines
* cgraph.h (+varpool_can_remove_if_no_refs): Move here from ......Jan Hubicka2010-11-161-11/+2
* invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka2010-11-111-1/+1
* ipa.c (process_references): Enqueue all referenced nodes; mark as reachable o...Jan Hubicka2010-10-261-13/+12
* ipa.c (cgraph_externally_visible_p, [...]): Use info provided by linker plugin.Jan Hubicka2010-10-261-0/+19
* re PR lto/45736 (ICE: in cgraph_remove_unreachable_nodes, at ipa.c:245 with -...Jan Hubicka2010-10-261-12/+31
* ipa.c (cgraph_externally_visible_p): Handle externally visible and preserve f...Jan Hubicka2010-10-191-24/+64
* ipa.c (cgraph_externally_visible_p, [...]): Revert accidental commit.Jan Hubicka2010-10-181-83/+24
* re PR middle-end/44206 (ICE: Inline clone with address taken)Jan Hubicka2010-10-161-41/+112
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-8/+2
* re PR middle-end/45955 (FAIL: gcc.dg/initpri1.c (test for excess errors))John David Anglin2010-10-111-1/+0
* re PR middle-end/45926 (Revision 165057 breaks GOMP)Jan Hubicka2010-10-071-13/+8
* ipa.c (cgraph_remove_unreachable_nodes): External references can always be re...Jan Hubicka2010-10-061-12/+21
* lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka2010-09-241-7/+4
* re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka2010-09-201-3/+3
* re PR tree-optimization/45453 (ICE: verify_cgraph_node failed: inlined_to poi...Jan Hubicka2010-09-181-1/+6
* pr45679-1_0.C: New file.Jan Hubicka2010-09-161-10/+14
* ipa.c (build_cdtor): Take VECtor as argument; fix array walk.Jan Hubicka2010-09-031-18/+8
* cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka2010-09-031-0/+5
* tree-pass.h (pass_ipa_cdtor_merge): New function.Jan Hubicka2010-08-211-0/+312
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* ipa.c (function_and_variable_visibility): Variables marked as used should not...Jan Hubicka2010-07-151-0/+1
* cgraph.c: Include lto-streamer.hJan Hubicka2010-07-151-2/+8
* ipa.c: Include pointer-set.hJan Hubicka2010-07-081-15/+67
* cgraph.h (struct varpool_node): new used_from_object_file flag.Bingfeng Mei2010-06-281-0/+3
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-6/+4
* cgraph.c (cgraph_edge_cannot_lead_to_return): Also check if caller is noreturn.Jan Hubicka2010-06-071-2/+5
* cgraph.h (cgraph_dump_file): Declare.Jan Hubicka2010-05-301-2/+4
* ipa.c (cgraph_remove_unreachable_node): Walk references of correct node...Jan Hubicka2010-05-301-12/+16
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-2/+2
* decl2.c (maybe_emit_vtables): Produce same comdat group when outputting comda...Jan Hubicka2010-05-221-0/+15
* ipa.c (function_and_variable_visibility): Also bring local all aliases.Jan Hubicka2010-05-161-0/+3
* cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.Jan Hubicka2010-05-141-9/+101
* * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.Jan Hubicka2010-05-141-15/+0
* ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue nodes already ...Jan Hubicka2010-05-141-25/+55
* cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag.Jan Hubicka2010-05-131-1/+20
* cgraph.h (struct varpool_node): Add aux.Jan Hubicka2010-05-121-55/+157
* gengtype.c (open_base_files): Add lto-streamer.hJan Hubicka2010-04-291-2/+4
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka2010-04-291-0/+158
* invoke.texi (-fipa-profile): Document.Jan Hubicka2010-04-271-0/+80
* re PR middle-end/43812 (compiling .cc file with -fwhole-program results in IC...Martin Jambor2010-04-271-8/+29
* tree-pass.h (ipa_opt_pass_d): Rename function_read_summary...Jan Hubicka2010-04-211-1/+4
* ipa.c (cgraph_postorder): Adjust postorder to guarantee single-iteration alwa...Richard Guenther2010-04-121-0/+6
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-2/+2
* re PR middle-end/41674 (/usr/ccs/bin/ld: Unsatisfied symbols: _GLOBAL__I_6553...John David Anglin2010-03-271-0/+2
* re PR middle-end/42450 (another GCC 4.5 ICE on C++ templated code)Martin Jambor2010-03-181-1/+1
* re PR c/43288 (ICE in function_and_variable_visibility, at ipa.c:415)Jan Hubicka2010-03-101-2/+28
* re PR middle-end/42344 (ICE in rs6000.md with ipa-sra for 252.eon)Alan Modra2010-02-201-5/+2
* re PR tree-optimization/42386 (ICE in ipcp_iterate_stage, at ipa-cp.c:766)Jakub Jelinek2009-12-171-0/+17
* re PR c++/42317 (Issues with comdat virtual dtors)Jakub Jelinek2009-12-101-4/+38
* re PR middle-end/42228 (verify_cgraph_node failed:node has wrong clone_of)Jan Hubicka2009-12-101-2/+15