Age | Commit message (Expand) | Author | Files | Lines |
2005-12-02 | tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. | Richard Guenther | 1 | -5/+5 |
2005-11-21 | re PR tree-optimization/24653 (EON regressed seriously on x86-64) | Jan Hubicka | 1 | -0/+4 |
2005-11-19 | re PR tree-optimization/24665 (internal compiler error: get_indirect_ref_oper... | Richard Henderson | 1 | -2/+28 |
2005-10-11 | re PR tree-optimization/23946 (ICE: verify_ssa failed ("definition ... follow... | Andrew Pinski | 1 | -1/+1 |
2005-09-29 | re PR tree-optimization/23911 (Failure to propagate constants from a const in... | Steven Bosscher | 1 | -0/+9 |
2005-08-17 | re PR tree-optimization/21574 (store_ccp doesn't see through a store.) | Steven Bosscher | 1 | -4/+14 |
2005-08-17 | fold-const.c (optimize_bit_field_compare): Remove extra fold call. | James A. Morrison | 1 | -5/+5 |
2005-07-28 | builtins.c: Fix comment typo(s). | Volker Reichelt | 1 | -1/+1 |
2005-07-25 | re PR tree-optimization/22484 (ICE: verify_stmts failed with -O3) | Andrew Pinski | 1 | -0/+1 |
2005-07-20 | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 1 | -12/+10 |
2005-06-27 | builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6. | Jakub Jelinek | 1 | -60/+134 |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -4/+4 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-07 | tree-ssa-address.c: New file. | Zdenek Dvorak | 1 | -1/+4 |
2005-06-01 | [multiple changes] | Diego Novillo | 1 | -1/+1 |
2005-06-01 | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 1 | -1/+0 |
2005-05-30 | * tree-ssa-ccp.c (const_val): Make it static. | Kazu Hirata | 1 | -1/+1 |
2005-05-29 | tree-ssa-ccp.c (ccp_fold): Return immediately after calling fold_unary and fo... | Kazu Hirata | 1 | -12/+2 |
2005-05-28 | tree-ssa-ccp.c (ccp_fold): Remove code that produces non-gimple min minvariant. | Kazu Hirata | 1 | -32/+0 |
2005-05-27 | re PR tree-optimization/21658 (CCP does not propagate ADDR_EXPR far enough.) | Kazu Hirata | 1 | -2/+2 |
2005-05-17 | tree-cfg.c (tree_can_merge_blocks_p): Allow phi nodes in the merged block. | Zdenek Dvorak | 1 | -0/+26 |
2005-05-16 | re PR tree-optimization/21399 (libstdc++ 12077.cc ICE) | Richard Henderson | 1 | -1/+2 |
2005-05-08 | PR tree-optimization/14841, tree-optimization/15838 | Steven Bosscher | 1 | -3/+128 |
2005-05-03 | tree-ssa-ccp.c (maybe_fold_stmt_indirect): Use STRIP_TYPE_NOPS rather than ST... | Richard Guenther | 1 | -1/+1 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -27/+21 |
2005-04-21 | lambda.h (lambda_vector_min_nz): Likewise. | Nathan Sidwell | 1 | -1/+1 |
2005-04-17 | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 1 | -4/+0 |
2005-04-15 | re PR tree-optimization/20936 (tree check: accessed operand 2 of view_convert... | Kazu Hirata | 1 | -1/+1 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -548/+630 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -15/+2 |
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 |