summaryrefslogtreecommitdiff
path: root/gcc/ipa-reference.c
Commit message (Expand)AuthorAgeFilesLines
* data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo2011-08-121-13/+14
* cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after setting the nothrow...Jan Hubicka2011-06-101-1/+5
* ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.Jan Hubicka2011-06-101-9/+19
* cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor2011-04-301-8/+4
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* cgraph.c: Fix comment typos.Nathan Froyd2011-02-111-3/+3
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* extend.texi: (attribute leaf): Document.Jan Hubicka2010-09-241-6/+46
* cgraph.c (cgraph_edge_cannot_lead_to_return): Also check if caller is noreturn.Jan Hubicka2010-06-071-0/+2
* ipa-reference.c (ipa_reference_local_vars_info_d): Remove calls_read_all and ...Jan Hubicka2010-06-031-129/+199
* ipa-reference.c (add_static_var): Remove redundant all_module_statics check.Jan Hubicka2010-05-281-14/+11
* diagnostic-core.h: New.Joseph Myers2010-05-271-1/+1
* * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.Jan Hubicka2010-05-181-2/+4
* ipa-reference.c: Include toplev.hJan Hubicka2010-05-151-3/+207
* tree.h (memory_identifier_string): Remove.Jan Hubicka2010-05-151-295/+149
* cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.Jan Hubicka2010-05-141-71/+3
* cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too.Jan Hubicka2010-05-121-459/+69
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka2010-04-291-1/+2
* tree-pass.h (ipa_opt_pass_d): Rename function_read_summary...Jan Hubicka2010-04-211-1/+2
* ipa-reference.c (mark_load): Use get_base_address.Richard Guenther2010-04-071-5/+7
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* re PR objc/43061 (47 new GCC HEAD@156527 regressions)Mike Stump2010-02-191-1/+1
* * ipa-reference.c (propagate): Only dump bitmaps if computed.Jakub Jelinek2009-11-301-14/+15
* Remove trailing white spaces.H.J. Lu2009-11-251-125/+125
* tree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup field.Martin Jambor2009-11-101-0/+1
* 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