aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-25IPA C++ refactoring 4/NMartin Liska1-9/+9
2014-08-20cgraphunit.c (ipa_passes, compile): Reshedule symtab_remove_unreachable_nodes...Jan Hubicka1-2/+5
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-41/+36
2014-07-24IPA C++ refactoring 2/NMartin Liska1-8/+8
2014-07-24IPA C++ refactoring 1/NMartin Liska1-31/+26
2014-07-09remove has_executeTrevor Saunders1-3/+0
2014-06-27Fix for devirtualization dump functionsMartin Liska1-1/+1
2014-06-25IPA REF refactoringMartin Liska1-18/+15
2014-06-24add hash_map classTrevor Saunders1-8/+9
2014-06-24varpool.c (dump_varpool_node): Dump used_by_single_function.Jan Hubicka1-0/+223
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-3/+0
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-1/+1
2014-05-25ipa.c (cgraph_non_local_node_p_1, [...]): Move to ipa-visibility.cJan Hubicka1-682/+0
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-7/+28
2014-05-21ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping; set writeonly ...Jan Hubicka1-2/+2
2014-05-20add dbgcnt support for devirtXinliang David Li1-7/+14
2014-05-19ipa.c (symtab_remove_unreachable_nodes): Remove symbol from comdat group if i...Jan Hubicka1-0/+5
2014-05-18ipa.c (update_visibility_by_resolution_info): New function.Jan Hubicka1-32/+46
2014-05-16varpool.c (dump_varpool_node): Dump write-only flag.Jan Hubicka1-23/+91
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm1-4/+4
2014-04-17pass cfun to pass::executeTrevor Saunders1-21/+14
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-22/+16
2014-04-17remove has_gateTrevor Saunders1-4/+0
2014-04-17re PR ipa/60854 (inline constructor of extern template)Jan Hubicka1-1/+12
2014-04-10re PR lto/60567 (lto1 ICE in add_symbol_to_partition, at lto/lto-partition.c:...Jakub Jelinek1-0/+1
2014-04-04re PR lto/59626 (/usr/include/bits/unistd.h:173:1: error: inlining failed in ...Jan Hubicka1-2/+14
2014-04-03ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and mention gcc_un...Martin Jambor1-3/+3
2014-03-21re PR ipa/59176 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor1-0/+2
2014-03-21re PR middle-end/60419 (ICE Segmentation fault)Martin Jambor1-0/+1
2014-03-10re PR ipa/60457 (ICE in cgraph_get_node)Jakub Jelinek1-1/+2
2014-03-02re PR lto/60150 (ICE in function_and_variable_visibility, at ipa.c:1000)Jan Hubicka1-7/+24
2014-02-26re PR ipa/60327 (xalanbmk and dealII ICE in ipa-inline-analysis.c:3555)Richard Biener1-3/+3
2014-02-19ipa.c (function_and_variable_visibility): Also clear WEAK flag when disolving...Jan Hubicka1-0/+3
2014-02-04ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY groups when...Jan Hubicka1-0/+30
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-4/+7
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-5/+5
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-24/+6
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-0/+13
2013-11-22ipa.c (symtab_remove_unreachable_nodes): Fix up comment typos.Aldy Hernandez1-2/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-3/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-12/+12
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-13cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node...Martin Jambor1-1/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-15/+15
2013-10-30ipa.c (cgraph_build_static_cdtor_1): Support contructors with "chkp ctor" and...Ilya Enkovich1-6/+24
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-214/+214
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1