| Commit message (Expand) | Author | Age | Files | Lines |
* | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 2010-05-21 | 1 | -0/+2 |
* | ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond. | Segher Boessenkool | 2010-05-20 | 1 | -1/+2 |
* | ipa-prop.c (ipa_print_node_jump_functions): Print jump functions also for ind... | Martin Jambor | 2010-05-19 | 1 | -65/+126 |
* | ipacp_0.c: New test. | Jan Hubicka | 2010-05-18 | 1 | -5/+12 |
* | ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used. | Jan Hubicka | 2010-05-17 | 1 | -3/+46 |
* | cgraph.h (cgraph_indirect_call_info): New fields anc_offset, otr_token and po... | Martin Jambor | 2010-05-17 | 1 | -105/+451 |
* | ipa-prop.c (ipa_prop_read_section): Add sanity check that node is analyzed. | Jan Hubicka | 2010-05-15 | 1 | -0/+1 |
* | cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too. | Jan Hubicka | 2010-05-12 | 1 | -6/+3 |
* | cgraph.h (struct cgraph_node): New field indirect_calls. | Martin Jambor | 2010-04-28 | 1 | -147/+98 |
* | * ipa-prop.c (ipa_edge_removal_hook): Check for bounds. | Jan Hubicka | 2010-04-21 | 1 | -0/+4 |
* | fold-const.c (fold_comparison): Use ssizetype. | Eric Botcazou | 2010-04-18 | 1 | -1/+1 |
* | ipa-cp.c (ipcp_lats_are_equal): Return true also if the two lattices are addr... | Martin Jambor | 2010-04-09 | 1 | -0/+7 |
* | ipa-reference.c (mark_load): Use get_base_address. | Richard Guenther | 2010-04-07 | 1 | -1/+3 |
* | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 2010-04-02 | 1 | -1/+2 |
* | ipa-prop.h (struct ipa_param_descriptor): Removed the called field. | Martin Jambor | 2010-03-08 | 1 | -12/+2 |
* | re PR lto/42985 (Internal compiler error: in ipcp_iterate_stage with differen... | Martin Jambor | 2010-02-10 | 1 | -4/+4 |
* | re PR tree-optimization/42366 (ICE in ipa_write_node_info, at ipa-prop.c:2023) | Martin Jambor | 2010-01-04 | 1 | -1/+2 |
* | cgraph.h (struct cgraph_edge): Reorder fields. | Martin Jambor | 2009-12-01 | 1 | -0/+1 |
* | re PR middle-end/42206 (ipa-prop.c: use of uninitialised local data) | Martin Jambor | 2009-11-30 | 1 | -1/+1 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -1/+1 |
* | ipa-prop.h (struct ipa_param_call_note): New field lto_stmt_uid. | Martin Jambor | 2009-11-18 | 1 | -11/+79 |
* | re PR lto/41932 (LTO ICE when compiling ocaml trunk (incompatible type)) | Martin Jambor | 2009-11-11 | 1 | -1/+4 |
* | ipa-cp.c (ipcp_write_summary, [...]): New functions. | Jan Hubicka | 2009-10-22 | 1 | -9/+305 |
* | re PR tree-optimization/41661 (ICE due to IPCP trying to create/fold a REAL t... | Martin Jambor | 2009-10-13 | 1 | -0/+3 |
* | 2009-10-07 Mark Heffernan <meheff@google.com> | Mark Heffernan | 2009-10-08 | 1 | -1/+3 |
* | Merge lto branch into trunk. | Diego Novillo | 2009-10-03 | 1 | -0/+4 |
* | ipa-prop.c (compute_complex_pass_through): If we cannot compute a non-varying... | Richard Guenther | 2009-08-14 | 1 | -1/+4 |
* | ipa-prop.h (enum jump_func_type): New value IPA_JF_ANCESTOR, changed comments. | Martin Jambor | 2009-08-07 | 1 | -15/+117 |
* | ipa-prop.c (count_formal_params_1): New function. | Martin Jambor | 2009-08-07 | 1 | -8/+466 |
* | re PR tree-optimization/40914 (ipa_analyze_call_uses fails to handle ptrmemfu... | Richard Earnshaw | 2009-07-31 | 1 | -11/+17 |
* | ipa-prop.h (struct ipa_node_params): New flag node_enqued. | Martin Jambor | 2009-07-24 | 1 | -21/+29 |
* | re PR tree-optimization/40323 (compiling just takes forever and doesn't reall... | Martin Jambor | 2009-06-03 | 1 | -0/+2 |
* | tree-flow.h (insert_edge_copies_seq): Undeclare. | Martin Jambor | 2009-05-20 | 1 | -0/+18 |
* | ipa-prop.c (ipa_check_stmt_modifications): Removed. | Martin Jambor | 2009-05-18 | 1 | -53/+25 |
* | cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han... | Jan Hubicka | 2009-05-08 | 1 | -1/+1 |
* | combine.c (record_value_for_reg): Change 0 to VOIDmode, twice. | Ian Lance Taylor | 2009-04-24 | 1 | -2/+2 |
* | ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN... | Martin Jambor | 2009-03-30 | 1 | -14/+15 |
* | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2009-02-20 | 1 | -1/+1 |
* | cgraph.c (cgraph_free_edge): Use sizeof(*e). | Martin Jambor | 2008-09-23 | 1 | -4/+2 |
* | ipa-cp.c (ipcp_estimate_growth): Return 0 instead of false. | Martin Jambor | 2008-09-18 | 1 | -23/+68 |
* | re PR middle-end/37448 (cannot compile big function) | Jan Hubicka | 2008-09-18 | 1 | -4/+4 |
* | ipa-prop.h (struct ipa_param_flags): Removed. | Martin Jambor | 2008-09-11 | 1 | -63/+72 |
* | re PR other/37419 (mpfr related memory corruption) | Jakub Jelinek | 2008-09-09 | 1 | -8/+9 |
* | cgraph.c (cgraph_remove_node): Do not remove nested nodes. | Jan Hubicka | 2008-08-29 | 1 | -39/+14 |
* | tree.c (build_function_type_skip_args, [...]): New functions. | Jan Hubicka | 2008-08-29 | 1 | -0/+4 |
* | tree.c (decl_address_ip_invariant_p): New function. | Jan Hubicka | 2008-08-23 | 1 | -26/+8 |
* | cgraph.c (first_cgraph_function_insertion_hook): New variable. | Jan Hubicka | 2008-08-21 | 1 | -0/+4 |
* | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 2008-07-28 | 1 | -123/+107 |
* | re PR tree-optimization/36926 (Revision 138092 breaks building of xalancbmk) | Martin Jambor | 2008-07-25 | 1 | -1/+1 |
* | cgraphbuild.c (record_reference): Drop non-unit-at-a-time code. | Jan Hubicka | 2008-07-25 | 1 | -1/+1 |