aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-reference.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-10cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after setting the nothrow...Jan Hubicka1-1/+5
2011-06-10ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.Jan Hubicka1-9/+19
2011-04-30cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor1-8/+4
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-02-11cgraph.c: Fix comment typos.Nathan Froyd1-3/+3
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-09-24extend.texi: (attribute leaf): Document.Jan Hubicka1-6/+46
2010-06-07cgraph.c (cgraph_edge_cannot_lead_to_return): Also check if caller is noreturn.Jan Hubicka1-0/+2
2010-06-03ipa-reference.c (ipa_reference_local_vars_info_d): Remove calls_read_all and ...Jan Hubicka1-129/+199
2010-05-28ipa-reference.c (add_static_var): Remove redundant all_module_statics check.Jan Hubicka1-14/+11
2010-05-27diagnostic-core.h: New.Joseph Myers1-1/+1
2010-05-18* ipa-reference.c (propagate): Walk all nodes in the cleanup stage.Jan Hubicka1-2/+4
2010-05-15ipa-reference.c: Include toplev.hJan Hubicka1-3/+207
2010-05-15tree.h (memory_identifier_string): Remove.Jan Hubicka1-295/+149
2010-05-14cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.Jan Hubicka1-71/+3
2010-05-12cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too.Jan Hubicka1-459/+69
2010-04-29* lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka1-1/+2
2010-04-21tree-pass.h (ipa_opt_pass_d): Rename function_read_summary...Jan Hubicka1-1/+2
2010-04-07ipa-reference.c (mark_load): Use get_base_address.Richard Guenther1-5/+7
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-02-19re PR objc/43061 (47 new GCC HEAD@156527 regressions)Mike Stump1-1/+1
2009-11-30* ipa-reference.c (propagate): Only dump bitmaps if computed.Jakub Jelinek1-14/+15
2009-11-25Remove trailing white spaces.H.J. Lu1-125/+125
2009-11-10tree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup field.Martin Jambor1-0/+1
2009-10-24ipa-reference.c (check_call): Noreturn notrhow calls do not write to memory.Jan Hubicka1-43/+79
2009-10-22re PR tree-optimization/40556 (ICE in IPA-CP with recursion)Jan Hubicka1-54/+101
2009-10-22ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka1-1/+1
2009-10-03Merge lto branch into trunk.Diego Novillo1-9/+163
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+3
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-2/+2
2009-05-01ipa-reference.c: Do not include c-common.h, include splay-tree.h.Steven Bosscher1-1/+1
2009-04-18cgraph.c (cgraph_make_edge, [...]): Set nothrow flag.Jan Hubicka1-2/+2
2009-04-16gimple.c (gimple_copy): Do not clear addresses_taken bitmap.Richard Guenther1-7/+14
2009-04-16gimple.h (walk_stmt_load_store_addr_ops): Declare.Richard Guenther1-45/+13
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-23/+41
2008-09-18re PR middle-end/37448 (cannot compile big function)Jan Hubicka1-190/+214
2008-09-17ipa-reference.c (analyze_function): Declare step only if ENABLE_CHECKING is d...Art Haas1-0/+2
2008-09-17ipa-reference.c (ipa_obstack): Remove.Jan Hubicka1-280/+120
2008-08-21cgraph.c (first_cgraph_function_insertion_hook): New variable.Jan Hubicka1-2/+24
2008-08-21Backport from LTO branch:Jan Hubicka1-138/+166
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-96/+124
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-1/+1
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-1/+1
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2008-03-11re PR tree-optimization/35403 (ipa-reference.c does not change a default init...Andrew Pinski1-10/+0
2007-08-03re PR middle-end/32304 (ICE in set_mem_attributes_minus_bitpos)Andrew Pinski1-0/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-6/+4
2007-06-30ipa.c (cgraph_postorder): Cast according to the coding conventions.Thomas Neumann1-16/+16
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-9/+11
2007-01-13ipa-reference.c (analyze_function): Consider also addresses taken in phi nodes.Zdenek Dvorak1-0/+15