Age | Commit message (Expand) | Author | Files | Lines |
2013-05-29 | cgraph.h (symtab_node_base): Add definition, alias and analyzed flags... | Jan Hubicka | 1 | -5/+5 |
2013-02-27 | re PR middle-end/56461 (GCC is leaking lots of memory) | Jakub Jelinek | 1 | -5/+3 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -43/+25 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+1 |
2012-10-31 | This patch implements generic type query and conversion functions, | Lawrence Crowl | 1 | -19/+15 |
2012-09-13 | ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead... | Steven Bosscher | 1 | -295/+245 |
2012-08-13 | tree-pass.h (write_summary, [...]): Remove set and vset arguments. | Jan Hubicka | 1 | -9/+7 |
2012-08-11 | cgraph.h (vector types for symtab_node): Add. | Jan Hubicka | 1 | -12/+20 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+0 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -2/+2 |
2012-05-17 | ipa-reference.c (is_proper_for_analysis): Do not check flags that might chang... | Jan Hubicka | 1 | -15/+25 |
2012-04-18 | lto-symtab.c (lto_cgraph_replace_node): Update. | Jan Hubicka | 1 | -1/+1 |
2012-04-18 | cgraph.c (cgraph_node_name): Remove. | Jan Hubicka | 1 | -8/+8 |
2012-04-16 | cgraph.h (FOR_EACH_VARIABLE, [...]): New macros. | Jan Hubicka | 1 | -6/+5 |
2012-04-14 | cgraph.h: Update copyrights; | Jan Hubicka | 1 | -23/+23 |
2011-08-12 | data-streamer.h (streamer_write_zero): Rename from output_zero. | Diego Novillo | 1 | -13/+14 |
2011-06-10 | cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after setting the nothrow... | Jan Hubicka | 1 | -1/+5 |
2011-06-10 | ipa-utils.c (searchc): Use cgraph_function_or_thunk_node. | Jan Hubicka | 1 | -9/+19 |
2011-04-30 | cgraph.h (cgraph_postorder): Remove declaration. | Martin Jambor | 1 | -8/+4 |
2011-04-20 | remove useless if-before-free tests | Jim Meyering | 1 | -2/+1 |
2011-02-11 | cgraph.c: Fix comment typos. | Nathan Froyd | 1 | -3/+3 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -1/+0 |
2010-09-24 | extend.texi: (attribute leaf): Document. | Jan Hubicka | 1 | -6/+46 |
2010-06-07 | cgraph.c (cgraph_edge_cannot_lead_to_return): Also check if caller is noreturn. | Jan Hubicka | 1 | -0/+2 |
2010-06-03 | ipa-reference.c (ipa_reference_local_vars_info_d): Remove calls_read_all and ... | Jan Hubicka | 1 | -129/+199 |
2010-05-28 | ipa-reference.c (add_static_var): Remove redundant all_module_statics check. | Jan Hubicka | 1 | -14/+11 |
2010-05-27 | diagnostic-core.h: New. | Joseph Myers | 1 | -1/+1 |
2010-05-18 | * ipa-reference.c (propagate): Walk all nodes in the cleanup stage. | Jan Hubicka | 1 | -2/+4 |
2010-05-15 | ipa-reference.c: Include toplev.h | Jan Hubicka | 1 | -3/+207 |
2010-05-15 | tree.h (memory_identifier_string): Remove. | Jan Hubicka | 1 | -295/+149 |
2010-05-14 | cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare. | Jan Hubicka | 1 | -71/+3 |
2010-05-12 | cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too. | Jan Hubicka | 1 | -459/+69 |
2010-04-29 | * lto-symtab.c (lto_symtab_entry_def) Add vnode. | Jan Hubicka | 1 | -1/+2 |
2010-04-21 | tree-pass.h (ipa_opt_pass_d): Rename function_read_summary... | Jan Hubicka | 1 | -1/+2 |
2010-04-07 | ipa-reference.c (mark_load): Use get_base_address. | Richard Guenther | 1 | -5/+7 |
2010-04-02 | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 1 | -1/+2 |
2010-02-19 | re PR objc/43061 (47 new GCC HEAD@156527 regressions) | Mike Stump | 1 | -1/+1 |
2009-11-30 | * ipa-reference.c (propagate): Only dump bitmaps if computed. | Jakub Jelinek | 1 | -14/+15 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -125/+125 |
2009-11-10 | tree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup field. | Martin Jambor | 1 | -0/+1 |
2009-10-24 | ipa-reference.c (check_call): Noreturn notrhow calls do not write to memory. | Jan Hubicka | 1 | -43/+79 |
2009-10-22 | re PR tree-optimization/40556 (ICE in IPA-CP with recursion) | Jan Hubicka | 1 | -54/+101 |
2009-10-22 | ipa-cp.c (ipcp_write_summary, [...]): New functions. | Jan Hubicka | 1 | -1/+1 |
2009-10-03 | Merge lto branch into trunk. | Diego Novillo | 1 | -9/+163 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -0/+3 |
2009-05-16 | alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry. | Ian Lance Taylor | 1 | -2/+2 |
2009-05-01 | ipa-reference.c: Do not include c-common.h, include splay-tree.h. | Steven Bosscher | 1 | -1/+1 |
2009-04-18 | cgraph.c (cgraph_make_edge, [...]): Set nothrow flag. | Jan Hubicka | 1 | -2/+2 |