summaryrefslogtreecommitdiff
path: root/gcc/ipa.c
Commit message (Expand)AuthorAgeFilesLines
* ipa-visibility.c (function_and_variable_visibility): Only check locality if n...Jan Hubicka2015-02-171-1/+1
* ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka2015-02-141-8/+7
* ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing bodies of thu...Jan Hubicka2015-02-111-1/+7
* re PR ipa/65005 (FAIL: c-c++-common/torture/builtin-arith-overflow-12.c)Jan Hubicka2015-02-111-4/+10
* re PR ipa/61548 (FAIL: gcc.dg/tls/alias-1.c)Jan Hubicka2015-02-051-0/+12
* Fix for PR64068 and PR64559.Martin Liska2015-01-151-1/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* symbol_summary is used for inline_summary.Martin Liska2014-12-221-1/+1
* ipa-prop uses symbol_summary class.Martin Liska2014-12-221-0/+1
* re PR ipa/61602 (ICE in lto1 on x86_64-linux-gnu in ipa_single_use, at ipa.c:...Jan Hubicka2014-12-151-6/+17
* * ipa.c (process_references): Fix conditoinal on flag_optimizeJan Hubicka2014-12-151-2/+4
* re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka2014-12-111-19/+49
* ipa.c (symbol_table::remove_unreachable_nodes): Mark all inline clones as hav...Jan Hubicka2014-11-221-3/+12
* ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.Jan Hubicka2014-11-181-3/+3
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-9/+45
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-2/+13
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+2
* ipa.c (walk_polymorphic_call_targets): Avoid ICE when dumping during WPA.Jan Hubicka2014-10-021-1/+5
* re PR tree-optimization/63255 (FAIL: gcc.dg/lto/ipareference2 c_lto_iparefere...Jan Hubicka2014-09-201-5/+5
* IPA C++ refactoring 4/NMartin Liska2014-08-251-9/+9
* cgraphunit.c (ipa_passes, compile): Reshedule symtab_remove_unreachable_nodes...Jan Hubicka2014-08-201-2/+5
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-41/+36
* IPA C++ refactoring 2/NMartin Liska2014-07-241-8/+8
* IPA C++ refactoring 1/NMartin Liska2014-07-241-31/+26
* remove has_executeTrevor Saunders2014-07-091-3/+0
* Fix for devirtualization dump functionsMartin Liska2014-06-271-1/+1
* IPA REF refactoringMartin Liska2014-06-251-18/+15
* add hash_map classTrevor Saunders2014-06-241-8/+9
* varpool.c (dump_varpool_node): Dump used_by_single_function.Jan Hubicka2014-06-241-0/+223
* varasm.c (set_implicit_section): New function.Jan Hubicka2014-06-111-3/+0
* symtab.c (dump_symtab_base): Update dumping.Jan Hubicka2014-06-091-1/+1
* ipa.c (cgraph_non_local_node_p_1, [...]): Move to ipa-visibility.cJan Hubicka2014-05-251-682/+0
* tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka2014-05-241-7/+28
* ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping; set writeonly ...Jan Hubicka2014-05-211-2/+2
* add dbgcnt support for devirtXinliang David Li2014-05-201-7/+14
* ipa.c (symtab_remove_unreachable_nodes): Remove symbol from comdat group if i...Jan Hubicka2014-05-191-0/+5
* ipa.c (update_visibility_by_resolution_info): New function.Jan Hubicka2014-05-181-32/+46
* varpool.c (dump_varpool_node): Dump write-only flag.Jan Hubicka2014-05-161-23/+91
* Change is-a.h to support typedefs of pointersDavid Malcolm2014-04-231-4/+4
* pass cfun to pass::executeTrevor Saunders2014-04-171-21/+14
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-22/+16
* remove has_gateTrevor Saunders2014-04-171-4/+0
* re PR ipa/60854 (inline constructor of extern template)Jan Hubicka2014-04-171-1/+12
* re PR lto/60567 (lto1 ICE in add_symbol_to_partition, at lto/lto-partition.c:...Jakub Jelinek2014-04-101-0/+1
* re PR lto/59626 (/usr/include/bits/unistd.h:173:1: error: inlining failed in ...Jan Hubicka2014-04-041-2/+14
* ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and mention gcc_un...Martin Jambor2014-04-031-3/+3
* re PR ipa/59176 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor2014-03-211-0/+2
* re PR middle-end/60419 (ICE Segmentation fault)Martin Jambor2014-03-211-0/+1
* re PR ipa/60457 (ICE in cgraph_get_node)Jakub Jelinek2014-03-101-1/+2