summaryrefslogtreecommitdiff
path: root/gcc/ipa.c
Commit message (Expand)AuthorAgeFilesLines
* re PR lto/47259 (LTO and global register variable)Richard Guenther2011-12-021-0/+2
* sw-1.c: Force rep;movsb.Zolotukhin Michael2011-11-141-1/+1
* cgraphunit.c (ipa_passes): Remove unrechable nodes.Jan Hubicka2011-10-021-6/+1
* re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...Jan Hubicka2011-10-021-0/+2
* cgraph.c (cgraph_add_to_same_comdat_group): New.Jason Merrill2011-07-081-23/+6
* ipa.c (cgraph_address_taken_from_non_vtable_p): Walk references of node inste...Jan Hubicka2011-06-271-3/+3
* lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka2011-06-181-28/+2
* cgraphunit.c (handle_alias_pairs): New function.Jan Hubicka2011-06-151-8/+0
* * ipa.c (cgraph_address_taken_from_non_vtable_p): Check the ref type.Jan Hubicka2011-06-141-8/+9
* cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY similarly to DECL_COM...Jan Hubicka2011-06-141-2/+2
* re PR middle-end/49373 (Many testcase failures)Jan Hubicka2011-06-121-0/+2
* re PR middle-end/49378 (C++ is broken)Jan Hubicka2011-06-121-1/+9
* * ipa.c (cgraph_comdat_can_be_unshared_p): Fix pasto.Jan Hubicka2011-06-111-1/+1
* lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka2011-06-111-21/+5
* ipa.c (cgraph_non_local_node_p_1): Break out from ...;Jan Hubicka2011-06-101-16/+33
* Pass name cleanupsDavid Li2011-06-011-1/+1
* re PR middle-end/49062 (Many C++ tests ICE on Tru64 UNIX: non-DECL_ONE_ONLY n...Jan Hubicka2011-05-251-1/+1
* cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka2011-05-061-0/+40
* cgraph.h (cgraph_node_set_def, [...]): Move out of GTY; replace hash by point...Jan Hubicka2011-05-031-314/+0
* cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor2011-04-301-77/+2
* cgraphbuild.c: Include ipa-inline.h.Jan Hubicka2011-04-161-5/+3
* cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka2011-04-141-0/+2
* except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor2011-04-111-1/+1
* re PR middle-end/48044 (ICE in function_and_variable_visibility, at ipa.c:875)Jakub Jelinek2011-03-111-2/+2
* re PR tree-optimization/47276 (ICE in function_and_variable_visibility, at ip...Jan Hubicka2011-01-151-0/+2
* re PR tree-optimization/46469 (ICE: verify_cgraph_node failed: inline clone i...Jan Hubicka2011-01-081-2/+27
* ipa.c (cgraph_remove_unreachable_nodes): Update former_clone_of even when not...Martin Jambor2010-12-231-2/+0
* This time really commit PR middle-end/45388Jan Hubicka2010-12-141-6/+24
* ipa.c (cgraph_externally_visible_p): Do not localize builtins and functions w...Jan Hubicka2010-12-051-0/+24
* cgraphunit.c (process_function_and_variable_attributes): Mark dllexport-ed fu...Kai Tietz2010-11-251-1/+7
* cgraph.c (ld_plugin_symbol_resolution_names): New.Jan Hubicka2010-11-201-21/+69
* 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