Age | Commit message (Expand) | Author | Files | Lines |
2007-07-02 | re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function) | Richard Guenther | 1 | -2/+2 |
2007-06-15 | [multiple changes] | Andrew Pinski | 1 | -1/+1 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -1/+2 |
2007-03-08 | tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c... | Roger Sayle | 1 | -11/+15 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -12/+15 |
2007-01-20 | tree-tailcall.c (adjust_return_value): Do not use RESULT_DECL as temporary. | Jan Hubicka | 1 | -7/+6 |
2007-01-18 | tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand. | Jan Hubicka | 1 | -12/+8 |
2007-01-11 | re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ... | Jan Hubicka | 1 | -3/+3 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -28/+28 |
2006-11-28 | Privatize SSA variables into gimple_df. | Jan Hubicka | 1 | -3/+3 |
2006-05-23 | re PR c++/26757 (C++ front-end producing two DECLs with the same UID) | Andrew MacLeod | 1 | -5/+5 |
2006-04-23 | tree-tailcall.c (pass_tail_recursion): Use gate_tail_calls too. | Eric Botcazou | 1 | -1/+1 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -2/+4 |
2006-02-03 | tree-tailcall.c (arg_needs_copy_p): New function. | Zdenek Dvorak | 1 | -70/+80 |
2006-01-06 | tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA... | Jeff Law | 1 | -2/+2 |
2005-12-18 | tree-tailcall.c (find_tail_calls): Use XNEW. | Gabriel Dos Reis | 1 | -1/+1 |
2005-12-06 | In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -3/+2 |
2005-12-02 | tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build. | Richard Guenther | 1 | -10/+10 |
2005-07-28 | builtins.c: Fix comment typo(s). | Volker Reichelt | 1 | -1/+1 |
2005-07-27 | tree-tailcall.c (decrease_profile): New function. | Jan Hubicka | 1 | -0/+30 |
2005-07-13 | tree-dfa.c (dump_variable): Use default_def function. | Jan Hubicka | 1 | -6/+6 |
2005-06-30 | [multiple changes] | Daniel Berlin | 1 | -3/+4 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-08 | tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -2/+2 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -12/+9 |
2005-04-17 | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 1 | -3/+0 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -1/+1 |
2005-03-15 | re PR tree-optimization/20458 (structure aliasing causes wrong code) | Daniel Berlin | 1 | -3/+4 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -14/+14 |
2005-01-27 | c-common.def, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-26 | re PR middle-end/19616 (missed tail call) | Steven Bosscher | 1 | -0/+10 |
2004-11-25 | tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a... | Kazu Hirata | 1 | -8/+8 |
2004-10-09 | re PR middle-end/17906 (ICE in verify_ssa: PHI argument is not SSA_NAME, or i... | Zdenek Dvorak | 1 | -1/+2 |
2004-10-08 | tree-tailcall.c (tree_optimize_tail_calls_1): Use fold_convert, reverting my ... | Nathan Sidwell | 1 | -2/+10 |
2004-10-07 | re PR tree-optimization/17749 (ICE with recursive function) | Zdenek Dvorak | 1 | -5/+17 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -19/+22 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -2/+2 |
2004-09-15 | tree-ssa.c (verify_flow_sensitive_alias_info): Do not walk dead nodes. | Jan Hubicka | 1 | -1/+4 |
2004-09-15 | re PR tree-optimization/17468 (Java garbage collector miscompiled at -O1 and ... | Zdenek Dvorak | 1 | -2/+2 |
2004-09-10 | tree-tailcall.c (process_assignment): Only do accumulator transforms for floa... | Richard Sandiford | 1 | -0/+7 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -8/+4 |
2004-09-07 | builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert. | Nathan Sidwell | 1 | -4/+2 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -2/+4 |
2004-09-01 | tree-tailcall.c (find_tail_calls): Also fail is statement has volatile operands. | Richard Kenner | 1 | -2/+3 |
2004-08-10 | * tree-tailcall.c (suitable_for_tail_opt_p): Also check DECL_EXTERNAL. | Richard Henderson | 1 | -1/+1 |
2004-08-05 | re PR tree-optimization/16864 (Segmentation fault during tree tail call elimi... | Zdenek Dvorak | 1 | -1/+11 |
2004-07-28 | tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ... | Diego Novillo | 1 | -2/+2 |
2004-07-23 | expr.c (expand_expr_real_1): Don't handle non-local variables. | Richard Henderson | 1 | -2/+1 |
2004-07-16 | tree-def (WITH_SIZE_EXPR): New. | Richard Henderson | 1 | -0/+2 |
2004-07-13 | re PR tree-optimization/16461 (ICE: expected ssa_name, have integer_cst in in... | Zdenek Dvorak | 1 | -0/+5 |