Age | Commit message (Expand) | Author | Files | Lines |
2011-02-11 | cgraph.c: Fix comment typos. | Nathan Froyd | 1 | -9/+9 |
2011-01-15 | common.opt (fdevirtualize): New flag. | Martin Jambor | 1 | -3/+8 |
2011-01-15 | re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -fin... | Martin Jambor | 1 | -25/+187 |
2011-01-07 | re PR tree-optimization/46367 (ICE during cgraph edge cloning) | Jan Hubicka | 1 | -0/+4 |
2011-01-03 | re PR tree-optimization/46984 (g++.dg/torture/pr45699.C FAILs with -fno-early... | Martin Jambor | 1 | -3/+1 |
2010-12-22 | re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -fin... | Martin Jambor | 1 | -31/+25 |
2010-12-15 | re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early... | Martin Jambor | 1 | -12/+22 |
2010-12-09 | ipa-prop.c (compute_complex_ancestor_jump_func): Work also if the zero is the... | Martin Jambor | 1 | -3/+7 |
2010-12-09 | ipa-prop.h (struct ipa_parm_adjustment): New field alias_ptr_type. | Martin Jambor | 1 | -9/+6 |
2010-11-14 | re PR tree-optimization/45722 (FAIL: gcc.c-torture/execute/20040709-2.c execu... | Eric Botcazou | 1 | -4/+28 |
2010-11-11 | invoke.texi (-fwhopr): Merge into -flto section. | Jan Hubicka | 1 | -1/+1 |
2010-11-11 | re PR tree-optimization/46383 (ICE: in get_binfo_at_offset, at tree.c:10947) | Martin Jambor | 1 | -2/+4 |
2010-10-26 | re PR middle-end/45687 (possible wrong code bug) | Ian Lance Taylor | 1 | -3/+3 |
2010-10-04 | re PR tree-optimization/45572 (various ICEs with -finline-small-functions -fi... | Martin Jambor | 1 | -1/+1 |
2010-09-18 | re PR tree-optimization/45453 (ICE: verify_cgraph_node failed: inlined_to poi... | Jan Hubicka | 1 | -0/+1 |
2010-09-10 | re PR tree-optimization/44972 (ICE: in load_assign_lhs_subreplacements, at tr... | Martin Jambor | 1 | -9/+13 |
2010-09-10 | re PR tree-optimization/44972 (ICE: in load_assign_lhs_subreplacements, at tr... | Martin Jambor | 1 | -31/+68 |
2010-08-21 | tree-pass.h (pass_ipa_cdtor_merge): New function. | Jan Hubicka | 1 | -1/+2 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -6/+2 |
2010-08-05 | ipa-prop.h (enum ipa_lattice_type): Changed comments. | Martin Jambor | 1 | -5/+12 |
2010-07-30 | ipa-prop.c (ipa_modify_formal_parameters): Use build_distinct_type_copy. | Richard Guenther | 1 | -1/+1 |
2010-07-15 | tree.h (DECL_CHAIN): Define. | Nathan Froyd | 1 | -7/+7 |
2010-07-01 | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 1 | -3/+5 |
2010-06-28 | re PR middle-end/44671 (Partial inlining breaks C++) | Jan Hubicka | 1 | -0/+7 |
2010-06-25 | ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag. | Martin Jambor | 1 | -135/+168 |
2010-06-25 | ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering statements inste... | Martin Jambor | 1 | -7/+13 |
2010-06-14 | lto-streamer.c (cached_bp): Remove. | Richard Guenther | 1 | -22/+18 |
2010-06-08 | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 1 | -14/+11 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -0/+2 |
2010-05-20 | ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond. | Segher Boessenkool | 1 | -1/+2 |
2010-05-19 | ipa-prop.c (ipa_print_node_jump_functions): Print jump functions also for ind... | Martin Jambor | 1 | -65/+126 |
2010-05-18 | ipacp_0.c: New test. | Jan Hubicka | 1 | -5/+12 |
2010-05-17 | ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used. | Jan Hubicka | 1 | -3/+46 |
2010-05-17 | cgraph.h (cgraph_indirect_call_info): New fields anc_offset, otr_token and po... | Martin Jambor | 1 | -105/+451 |
2010-05-15 | ipa-prop.c (ipa_prop_read_section): Add sanity check that node is analyzed. | Jan Hubicka | 1 | -0/+1 |
2010-05-12 | cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too. | Jan Hubicka | 1 | -6/+3 |
2010-04-28 | cgraph.h (struct cgraph_node): New field indirect_calls. | Martin Jambor | 1 | -147/+98 |
2010-04-21 | * ipa-prop.c (ipa_edge_removal_hook): Check for bounds. | Jan Hubicka | 1 | -0/+4 |
2010-04-18 | fold-const.c (fold_comparison): Use ssizetype. | Eric Botcazou | 1 | -1/+1 |
2010-04-09 | ipa-cp.c (ipcp_lats_are_equal): Return true also if the two lattices are addr... | Martin Jambor | 1 | -0/+7 |
2010-04-07 | ipa-reference.c (mark_load): Use get_base_address. | Richard Guenther | 1 | -1/+3 |
2010-04-02 | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 1 | -1/+2 |
2010-03-08 | ipa-prop.h (struct ipa_param_descriptor): Removed the called field. | Martin Jambor | 1 | -12/+2 |
2010-02-10 | re PR lto/42985 (Internal compiler error: in ipcp_iterate_stage with differen... | Martin Jambor | 1 | -4/+4 |
2010-01-04 | re PR tree-optimization/42366 (ICE in ipa_write_node_info, at ipa-prop.c:2023) | Martin Jambor | 1 | -1/+2 |
2009-12-01 | cgraph.h (struct cgraph_edge): Reorder fields. | Martin Jambor | 1 | -0/+1 |
2009-11-30 | re PR middle-end/42206 (ipa-prop.c: use of uninitialised local data) | Martin Jambor | 1 | -1/+1 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -1/+1 |
2009-11-18 | ipa-prop.h (struct ipa_param_call_note): New field lto_stmt_uid. | Martin Jambor | 1 | -11/+79 |
2009-11-11 | re PR lto/41932 (LTO ICE when compiling ocaml trunk (incompatible type)) | Martin Jambor | 1 | -1/+4 |