Age | Commit message (Expand) | Author | Files | Lines |
2011-07-04 | re PR debug/49602 (verify_ssa failed (definition does not dominate use) with ... | Jakub Jelinek | 1 | -1/+35 |
2011-06-22 | re PR debug/47858 (IPA-SRA decreases quality of debug info) | Jakub Jelinek | 1 | -8/+90 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -2/+1 |
2011-02-15 | re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ... | Alexandre Oliva | 1 | -3/+3 |
2011-02-15 | re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ... | Alexandre Oliva | 1 | -1/+1 |
2011-01-19 | re PR debug/46240 (ice in maybe_register_def) | Alexandre Oliva | 1 | -5/+21 |
2010-11-17 | timevar.def (TV_IPA_OPT, [...]): New. | Michael Matz | 1 | -4/+1 |
2010-10-21 | tree-into-ssa.c (rewrite_update_enter_block): Remove unused variables. | Nathan Froyd | 1 | -4/+0 |
2010-10-21 | basic-block.h (single_succ_edge): Use gcc_checking_assert. | Nathan Froyd | 1 | -4/+2 |
2010-10-21 | cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred. | Nathan Froyd | 1 | -13/+2 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -1/+1 |
2010-08-19 | cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p. | Nathan Froyd | 1 | -3/+2 |
2010-07-21 | tree-flow.h (referenced_var): Move define ... | Richard Guenther | 1 | -5/+1 |
2010-07-01 | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 1 | -1/+1 |
2010-06-05 | tree-into-ssa.c (insert_phi_nodes): Use bitmap heads for dominance frontiers. | Jan Hubicka | 1 | -10/+10 |
2010-06-04 | tree-into-ssa.c (mark_block_for_update): Avoid redundant call of bitmap_bit_p. | Jan Hubicka | 1 | -2/+1 |
2010-06-01 | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 1 | -2/+0 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -8/+8 |
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-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -3/+0 |
2010-04-30 | toplev.c: Include varray.h for statistics dumping. | Steven Bosscher | 1 | -1/+0 |
2010-04-15 | tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag. | Richard Guenther | 1 | -1/+9 |
2010-01-22 | tree-into-ssa.c (maybe_register_def): If stmt ends the bb, insert the debug s... | Jakub Jelinek | 1 | -2/+22 |
2009-11-30 | tree-into-ssa.c (insert_phi_nodes): Add PHI nodes in variable UID order. | Richard Guenther | 1 | -6/+22 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -23/+23 |
2009-10-12 | re PR debug/41616 (Variables promoted to Gimple registers by aliasing are not... | Alexandre Oliva | 1 | -8/+21 |
2009-09-24 | tree-into-ssa.c (rewrite_into_ssa): Free interesting_blocks. | Jeff Law | 1 | -0/+2 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -7/+99 |
2009-07-30 | Add source_location support to PHI arguments. | Andrew MacLeod | 1 | -6/+32 |
2009-06-27 | domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil... | Paolo Bonzini | 1 | -221/+197 |
2009-04-27 | tree-into-ssa.c (regs_to_rename, [...]): Remove. | Michael Matz | 1 | -32/+0 |
2009-04-24 | combine.c (record_value_for_reg): Change 0 to VOIDmode, twice. | Ian Lance Taylor | 1 | -1/+1 |
2009-04-17 | df.h: Include "timevar.h". | Ian Lance Taylor | 1 | -2/+2 |
2009-04-03 | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 1 | -86/+66 |
2008-09-02 | backport: configure: Regenerate. | Sebastian Pop | 1 | -6/+0 |
2008-08-06 | builtins.c (expand_builtin_profile_func): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -20/+20 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -120/+164 |
2008-06-26 | tree-into-ssa (insert_phi_nodes_for): 'var' must be a DECL at this point, so ... | Steven Bosscher | 1 | -2/+2 |
2008-06-26 | cfganal.c: Include vec.h and vecprim.h. | Steven Bosscher | 1 | -60/+0 |
2008-06-20 | ggc.h (GGC_RESIZEVAR): New, reorder macros. | Kaveh R. Ghazi | 1 | -2/+2 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -3/+3 |
2008-05-08 | tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS. | Richard Guenther | 1 | -13/+0 |
2008-03-19 | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 1 | -3/+5 |
2008-02-28 | revert: tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -7/+8 |
2008-02-26 | tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -8/+7 |
2008-02-25 | revert: tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -7/+8 |
2008-02-25 | tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -8/+7 |
2007-10-28 | tree-flow.h (subvar_t): Make it a VEC. | Richard Guenther | 1 | -3/+5 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+5 |
2006-12-11 | [multiple changes] | Diego Novillo | 1 | -254/+457 |