Age | Commit message (Expand) | Author | Files | Lines |
2014-05-17 | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 1 | -3/+3 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -1/+1 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -11/+7 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -1/+0 |
2014-04-03 | ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and mention gcc_un... | Martin Jambor | 1 | -1/+2 |
2014-03-26 | re PR ipa/60315 (template constructor switch optimization) | Jan Hubicka | 1 | -3/+1 |
2014-03-25 | re PR ipa/60600 (ICE in ipa_get_indirect_edge_target_1) | Martin Jambor | 1 | -5/+12 |
2014-02-24 | re PR ipa/60266 (ICE: in ipa_get_parm_lattices, at ipa-cp.c:261 during LibreO... | Martin Jambor | 1 | -0/+2 |
2014-02-20 | re PR tree-optimization/55260 (ICE: in ipa_get_parm_lattices, at ipa-cp.c:263... | Martin Jambor | 1 | -1/+3 |
2014-02-19 | ipa-prop.h (ipa_ancestor_jf_data): Update ocmment. | Jan Hubicka | 1 | -1/+3 |
2014-02-08 | re PR ipa/60026 (ICE at -O3 on valid code (with the optimize pragma) on x86_6... | Jakub Jelinek | 1 | -0/+3 |
2014-02-04 | re PR ipa/60058 (internal compiler error: Segmentation fault) | Markus Trippelsdorf | 1 | -12/+15 |
2014-02-04 | ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct lookup via vtable pointe... | Jan Hubicka | 1 | -7/+16 |
2014-02-04 | ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct lookup via vtable pointe... | Jan Hubicka | 1 | -2/+24 |
2014-02-03 | re PR ipa/59831 (ice in cgraph_speculative_call_info with -O3) | Jan Hubicka | 1 | -2/+41 |
2014-01-17 | re PR ipa/59736 (ice with -O3 in cgraph_edge_brings_value_p) | Martin Jambor | 1 | -5/+35 |
2014-01-06 | re PR ipa/59008 (ICEs in try_make_edge_direct_simple_call / propagate_control... | Martin Jambor | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-23 | re PR c++/41090 (Using static label reference in c++ class constructor produc... | Jason Merrill | 1 | -0/+4 |
2013-12-10 | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 1 | -19/+19 |
2013-11-27 | cgraph.h (enum cgraph_simd_clone_arg_type): New. | Aldy Hernandez | 1 | -0/+7 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+2 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functions | Trevor Saunders | 1 | -20/+20 |
2013-10-29 | Autogenerated fixes of "->symbol." to "->" | David Malcolm | 1 | -31/+31 |
2013-10-29 | tree-outof-ssa.h: Remove include files. | Andrew MacLeod | 1 | -0/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -3/+1 |
2013-10-15 | ipa-utils.h (ipa_edge_within_scc): Declare. | Martin Jambor | 1 | -23/+7 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -16/+16 |
2013-09-23 | ipa-cp.c (ipa_get_indirect_edge_target_1): Add sanity check for ipa-devirt. | Jan Hubicka | 1 | -2/+10 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-10 | ipa-cp.c (propagate_constants_topo): Do not ignore SCC represented by a thunk. | Martin Jambor | 1 | -23/+16 |
2013-08-27 | ipa-prop.h (ipa_pass_through_data): New field type_preserved. | Martin Jambor | 1 | -19/+22 |
2013-08-18 | cgraph.c (cgraph_create_indirect_edge): Discover polymorphic calls and record... | Jan Hubicka | 1 | -1/+2 |
2013-08-16 | gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Add new arugment expect... | Jan Hubicka | 1 | -1/+2 |
2013-08-09 | cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs. | Jan Hubicka | 1 | -4/+5 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -28/+47 |
2013-08-03 | ipa-cp.c (gather_context_independent_values): Use ipa_get_param_move_cost. | Jan Hubicka | 1 | -36/+15 |
2013-07-25 | cgraph.c (release_function_body): Break out from ... | Jan Hubicka | 1 | -3/+4 |
2013-06-27 | re PR c++/57208 (Latest chromium compilation fails with enabled LTO) | Martin Jambor | 1 | -0/+5 |
2013-06-11 | ipa-cp.c (ipa_get_indirect_edge_target_1): Check that param_index is within b... | Martin Jambor | 1 | -3/+3 |
2013-05-29 | cgraph.h (symtab_node_base): Add definition, alias and analyzed flags... | Jan Hubicka | 1 | -8/+9 |
2013-05-17 | re PR middle-end/57276 (Waste work in cgraph_edge_brings_all_agg_vals_for_nod... | Po-Chun Chang | 1 | -1/+4 |
2013-05-15 | ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header... | Martin Jambor | 1 | -13/+15 |
2013-05-13 | re PR middle-end/42371 (dead code not eliminated during folding with whole-pr... | Martin Jambor | 1 | -1/+29 |
2013-05-02 | re PR middle-end/56988 (ipa-cp incorrectly propagates a field of an aggregate) | Martin Jambor | 1 | -2/+6 |
2013-04-19 | re PR tree-optimization/56718 (Early inlining prevents type based devirtualiz... | Martin Jambor | 1 | -16/+2 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -1/+1 |
2013-04-08 | First phase of unifying the computation of profile scale factors/probabilitie... | Teresa Johnson | 1 | -7/+12 |
2013-03-27 | re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization)) | Martin Jambor | 1 | -16/+0 |