aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-reference.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-20cgraph.h (FOR_EACH_STATIC_VARIABLE, [...]): New macros.Jan Hubicka1-8/+3
2006-12-13ipa-reference.c (scan_for_static_refs): Also scan tcc_comparison class trees.Richard Guenther1-0/+1
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka1-3/+3
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-3/+3
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-01-19ipa-reference.c (check_operand): Allow FUNCTION_DECL.Daniel Berlin1-2/+12
2005-12-22ipa-reference.c (get_reference_vars_info_from_cgraph): Use function_ann.Daniel Berlin1-6/+6
2005-09-12pr middle-end/23237Josh Conner1-4/+11
2005-07-26calls.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-26ipa-pure-const.c, [...]: Update FSF address.Kazu Hirata1-2/+2
2005-07-16Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin1-0/+1317