Age | Commit message (Expand) | Author | Files | Lines |
2005-04-03 | params.c (set_param_value): Use gcc_assert & gcc_unreachable. | Nathan Sidwell | 1 | -2/+6 |
2005-04-01 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-03-21 | builtins.c (fold_builtin): Take decomposed arguments of CALL_EXPR. | Kazu Hirata | 1 | -4/+7 |
2005-03-16 | builtins.c (expand_movstr): Update a call to fold_builtin_strcpy. | Kazu Hirata | 1 | -2/+10 |
2005-02-24 | tree-ssa-ccp.c (visit_assignment): Verify that result of VIEW_CONVERT_EXPR is... | Richard Kenner | 1 | -6/+12 |
2005-02-19 | tree-ssa-ccp.c (widen_bitfield): Pass type to build_int_cst and don't call fo... | James A. Morrison | 1 | -6/+4 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -2/+2 |
2005-01-22 | cfganal.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+2 |
2005-01-19 | tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Always subtract the offs... | Zdenek Dvorak | 1 | -28/+23 |
2004-11-28 | PR/18662, also backported from tree-cleanup-branch. | Richard Kenner | 1 | -7/+9 |
2004-11-28 | tree-ssa-operands.c (build_ssa_operands, [...]): Ignore a VIEW_CONVERT_EXPR o... | Richard Kenner | 1 | -8/+22 |
2004-11-23 | fold-const.c (nondestructive_fold_binary_to_constant): Rename to fold_binary_... | Roger Sayle | 1 | -6/+2 |
2004-11-17 | re PR tree-optimization/18519 (ICE: Segmentation fault with optimization) | Daniel Berlin | 1 | -4/+1 |
2004-11-04 | tree-cfg.c (find_taken_edge): Reject VAL begin NULL. | Kazu Hirata | 1 | -1/+1 |
2004-10-27 | re PR tree-optimization/17133 (wrong code with -ftree-lim) | Daniel Berlin | 1 | -1/+1 |
2004-09-29 | re PR tree-optimization/17697 (ICE: Statement marked for throw, but doesn't -... | Jakub Jelinek | 1 | -0/+8 |
2004-09-28 | re PR tree-optimization/15089 (local register variable with a specified regis... | Richard Henderson | 1 | -9/+14 |
2004-09-25 | re PR tree-optimization/17474 (Compiling at -01 yields different results) | Zdenek Dvorak | 1 | -3/+5 |
2004-09-23 | tree-flow.h (find_new_referenced_vars): Add prototype. | Jakub Jelinek | 1 | -3/+41 |
2004-09-23 | tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather than SSA_NAME_E... | Jeff Law | 1 | -4/+4 |
2004-09-21 | tree-ssa-ccp.c (get_default_value): If we have a constant value recorded for ... | Jeff Law | 1 | -1/+28 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -5/+6 |
2004-09-09 | tree-outof-ssa.c (free_temp_expr_table): Add missed assert. | Nathan Sidwell | 1 | -2/+2 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -42/+19 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -3/+4 |
2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2004-08-31 | c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT. | Richard Kenner | 1 | -1/+1 |
2004-08-29 | tree-ssa-ccp.c (ccp_visit_stmt): Remove #if 0 guards. | Diego Novillo | 1 | -2/+0 |
2004-08-29 | Makefile.in (OBJS-common): Add tree-ssa-propagate.o | Diego Novillo | 1 | -1342/+830 |
2004-08-25 | tree-ssa-operands.h (struct ssa_operand_iterator_d): New. | Andrew MacLeod | 1 | -66/+25 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -3/+3 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -3/+5 |
2004-08-10 | tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in... | Andrew MacLeod | 1 | -1/+2 |
2004-07-30 | gimplify.c (gimplify_expr): Don't replace with DECL_INITIAL if fb_lvalue. | Richard Henderson | 1 | -0/+5 |
2004-07-29 | tree-ssa-ccp.c (visit_assignment): Move code to prevent setting a non-registe... | Diego Novillo | 1 | -6/+6 |
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-22 | tree-ssa-ccp.c (latticevalue): Add UNKNOWN_VAL. | Brian Booth | 1 | -41/+190 |
2004-07-20 | rtl.h (plus_constant): Delete. | Zack Weinberg | 1 | -1/+1 |
2004-07-16 | tree-def (WITH_SIZE_EXPR): New. | Richard Henderson | 1 | -5/+11 |
2004-07-11 | builtins.c (fold_builtin_fputs): Don't bother converting the return type to i... | Roger Sayle | 1 | -10/+1 |
2004-07-11 | re PR tree-optimization/16383 (internal compiler error: in generate_element_c... | Richard Henderson | 1 | -32/+13 |
2004-07-09 | tree-ssa-ccp.c (ccp_fold_builtin): Strip conversion exprs with prejudice. | Richard Henderson | 1 | -1/+10 |
2004-07-08 | builtins.c (fold_builtin_strcpy): Merge functionality from simplify_builtin_s... | Roger Sayle | 1 | -37/+42 |
2004-07-08 | tree-cfg.c (make_exit_edges): Use get_call_expr_in. | Richard Henderson | 1 | -41/+55 |
2004-07-08 | tree-ssa-ccp.c (fold_stmt): Get type directly from OBJ_TYPE_REF_OBJECT. | Richard Henderson | 1 | -1/+6 |
2004-07-04 | tree-ssa-ccp.c (set_rhs): Change function to return a bool. | Roger Sayle | 1 | -10/+23 |
2004-07-03 | tree-ssa.c (tree_ssa_useless_type_conversion): Also look at VIEW_CONVERT_EXPR... | Richard Kenner | 1 | -1/+0 |
2004-06-28 | tree-cfg.c (verify_stmt): Add last_in_block parameter. | Richard Henderson | 1 | -2/+7 |
2004-06-22 | tree.def (VTABLE_REF): Remove. | Richard Henderson | 1 | -3/+31 |