summaryrefslogtreecommitdiff
path: root/gcc/ipa.c
AgeCommit message (Expand)Author
2015-02-17ipa-visibility.c (function_and_variable_visibility): Only check locality if n...Jan Hubicka
2015-02-14ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka
2015-02-11ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing bodies of thu...Jan Hubicka
2015-02-11re PR ipa/65005 (FAIL: c-c++-common/torture/builtin-arith-overflow-12.c)Jan Hubicka
2015-02-05re PR ipa/61548 (FAIL: gcc.dg/tls/alias-1.c)Jan Hubicka
2015-01-15Fix for PR64068 and PR64559.Martin Liska
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-12-22symbol_summary is used for inline_summary.Martin Liska
2014-12-22ipa-prop uses symbol_summary class.Martin Liska
2014-12-15re PR ipa/61602 (ICE in lto1 on x86_64-linux-gnu in ipa_single_use, at ipa.c:...Jan Hubicka
2014-12-15* ipa.c (process_references): Fix conditoinal on flag_optimizeJan Hubicka
2014-12-11re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka
2014-11-22ipa.c (symbol_table::remove_unreachable_nodes): Mark all inline clones as hav...Jan Hubicka
2014-11-18ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.Jan Hubicka
2014-11-05ipa-chkp.c: New.Ilya Enkovich
2014-10-28cgraph.h: Flatten.Andrew MacLeod
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-02ipa.c (walk_polymorphic_call_targets): Avoid ICE when dumping during WPA.Jan Hubicka
2014-09-20re PR tree-optimization/63255 (FAIL: gcc.dg/lto/ipareference2 c_lto_iparefere...Jan Hubicka
2014-08-25IPA C++ refactoring 4/NMartin Liska
2014-08-20cgraphunit.c (ipa_passes, compile): Reshedule symtab_remove_unreachable_nodes...Jan Hubicka
2014-08-02add a hash_set based on hash_tableTrevor Saunders
2014-07-24IPA C++ refactoring 2/NMartin Liska
2014-07-24IPA C++ refactoring 1/NMartin Liska
2014-07-09remove has_executeTrevor Saunders
2014-06-27Fix for devirtualization dump functionsMartin Liska
2014-06-25IPA REF refactoringMartin Liska
2014-06-24add hash_map classTrevor Saunders
2014-06-24varpool.c (dump_varpool_node): Dump used_by_single_function.Jan Hubicka
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka
2014-05-25ipa.c (cgraph_non_local_node_p_1, [...]): Move to ipa-visibility.cJan Hubicka
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka
2014-05-21ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping; set writeonly ...Jan Hubicka
2014-05-20add dbgcnt support for devirtXinliang David Li
2014-05-19ipa.c (symtab_remove_unreachable_nodes): Remove symbol from comdat group if i...Jan Hubicka
2014-05-18ipa.c (update_visibility_by_resolution_info): New function.Jan Hubicka
2014-05-16varpool.c (dump_varpool_node): Dump write-only flag.Jan Hubicka
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders
2014-04-17remove has_gateTrevor Saunders
2014-04-17re PR ipa/60854 (inline constructor of extern template)Jan Hubicka
2014-04-10re PR lto/60567 (lto1 ICE in add_symbol_to_partition, at lto/lto-partition.c:...Jakub Jelinek
2014-04-04re PR lto/59626 (/usr/include/bits/unistd.h:173:1: error: inlining failed in ...Jan Hubicka
2014-04-03ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and mention gcc_un...Martin Jambor
2014-03-21re PR ipa/59176 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor
2014-03-21re PR middle-end/60419 (ICE Segmentation fault)Martin Jambor
2014-03-10re PR ipa/60457 (ICE in cgraph_get_node)Jakub Jelinek