summaryrefslogtreecommitdiff
path: root/gcc/ipa-reference.c
Commit message (Expand)AuthorAgeFilesLines
* ipa-reference.c (check_call): Noreturn notrhow calls do not write to memory.Jan Hubicka2009-10-241-43/+79
* re PR tree-optimization/40556 (ICE in IPA-CP with recursion)Jan Hubicka2009-10-221-54/+101
* ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka2009-10-221-1/+1
* Merge lto branch into trunk.Diego Novillo2009-10-031-9/+163
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+3
* alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor2009-05-161-2/+2
* ipa-reference.c: Do not include c-common.h, include splay-tree.h.Steven Bosscher2009-05-011-1/+1
* cgraph.c (cgraph_make_edge, [...]): Set nothrow flag.Jan Hubicka2009-04-181-2/+2
* gimple.c (gimple_copy): Do not clear addresses_taken bitmap.Richard Guenther2009-04-161-7/+14
* gimple.h (walk_stmt_load_store_addr_ops): Declare.Richard Guenther2009-04-161-45/+13
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-23/+41
* re PR middle-end/37448 (cannot compile big function)Jan Hubicka2008-09-181-190/+214
* ipa-reference.c (analyze_function): Declare step only if ENABLE_CHECKING is d...Art Haas2008-09-171-0/+2
* ipa-reference.c (ipa_obstack): Remove.Jan Hubicka2008-09-171-280/+120
* cgraph.c (first_cgraph_function_insertion_hook): New variable.Jan Hubicka2008-08-211-2/+24
* Backport from LTO branch:Jan Hubicka2008-08-211-138/+166
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-96/+124
* cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka2008-07-251-1/+1
* except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka2008-04-181-1/+1
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* re PR tree-optimization/35403 (ipa-reference.c does not change a default init...Andrew Pinski2008-03-111-10/+0
* re PR middle-end/32304 (ICE in set_mem_attributes_minus_bitpos)Andrew Pinski2007-08-031-0/+4
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-6/+4
* ipa.c (cgraph_postorder): Cast according to the coding conventions.Thomas Neumann2007-06-301-16/+16
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-9/+11
* ipa-reference.c (analyze_function): Consider also addresses taken in phi nodes.Zdenek Dvorak2007-01-131-0/+15
* cgraph.h (FOR_EACH_STATIC_VARIABLE, [...]): New macros.Jan Hubicka2006-12-201-8/+3
* ipa-reference.c (scan_for_static_refs): Also scan tcc_comparison class trees.Richard Guenther2006-12-131-0/+1
* Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka2006-12-111-3/+3
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-3/+3
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* ipa-reference.c (check_operand): Allow FUNCTION_DECL.Daniel Berlin2006-01-191-2/+12
* ipa-reference.c (get_reference_vars_info_from_cgraph): Use function_ann.Daniel Berlin2005-12-221-6/+6
* pr middle-end/23237Josh Conner2005-09-121-4/+11
* calls.c, [...]: Fix comment typos.Kazu Hirata2005-07-261-1/+1
* ipa-pure-const.c, [...]: Update FSF address.Kazu Hirata2005-07-261-2/+2
* Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin2005-07-161-0/+1317