Age | Commit message (Expand) | Author | Files | Lines |
2005-06-27 | tree-optimize.c (exercute_free_datastructures): Do not disband implicit edges... | Jan Hubicka | 1 | -9/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-24 | re PR tree-optimization/22171 (gcc-4.0-20050623 internal compiler error in li... | Mark Mitchell | 1 | -1/+1 |
2005-06-24 | re PR tree-optimization/22000 (Read from volatile member of struct is optimiz... | Mark Mitchell | 1 | -1/+5 |
2005-06-07 | tree-ssa-address.c: New file. | Zdenek Dvorak | 1 | -0/+29 |
2005-06-01 | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 1 | -1/+1 |
2005-05-26 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-05-18 | tree-ssa-operands.c (opf_non_specific): New. | Richard Henderson | 1 | -16/+21 |
2005-05-18 | re PR tree-optimization/21407 (wrong code with downcast in C++) | Daniel Berlin | 1 | -24/+3 |
2005-05-06 | tree-ssa-operands.c (clobbered_v_may_defs, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -43/+24 |
2005-05-04 | tree-flow-inline.h, [...]: Likewise. | Kazu Hirata | 1 | -4/+4 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -772/+679 |
2005-04-29 | * tree-flow-inline.h, tree-ssa-operands.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-04-21 | lambda.h (lambda_vector_min_nz): Likewise. | Nathan Sidwell | 1 | -56/+23 |
2005-04-17 | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 1 | -14/+5 |
2005-04-09 | dominance.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -6/+42 |
2005-04-08 | tree-ssa-operands.c (correct_use_link): Remove linear scan. | Andrew MacLeod | 1 | -5/+24 |
2005-04-06 | cse.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-04-05 | tree-ssa-operands.c (verify_abort): Use %p for pointers. | Andrew MacLeod | 1 | -3/+3 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -91/+476 |
2005-03-30 | tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure subvars get m... | Daniel Berlin | 1 | -0/+11 |
2005-03-21 | re PR tree-optimization/20542 (Bootstrap failure at -Os) | Daniel Berlin | 1 | -43/+0 |
2005-03-15 | re PR tree-optimization/20458 (structure aliasing causes wrong code) | Daniel Berlin | 1 | -1/+3 |
2005-03-14 | builtin-attrs.def (ATTR_NOVOPS, [...]): New. | Zdenek Dvorak | 1 | -1/+3 |
2005-03-13 | In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -39/+142 |
2005-03-12 | tree-cfg.c (make_goto_expr_edges): Don't use error_mark_node. | Steven Bosscher | 1 | -5/+1 |
2005-03-07 | * tree-ssa-operands.c (check_build_stmt): Remove. | Kazu Hirata | 1 | -5/+0 |
2005-02-23 | re PR tree-optimization/20100 (LIM is pulling out a pure function even though... | Diego Novillo | 1 | -1/+11 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-08 | [multiple changes] | Diego Novillo | 1 | -7/+4 |
2004-12-10 | tree-ssa-alias.c (setup_pointers_and_addressables): Remove redundant test of ... | Jeff Law | 1 | -12/+0 |
2004-11-28 | tree-ssa-operands.c (build_ssa_operands, [...]): Ignore a VIEW_CONVERT_EXPR o... | Richard Kenner | 1 | -14/+27 |
2004-11-26 | * cse.c, tree-ssa-operands.c: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2004-11-25 | re PR tree-optimization/18587 (build_v_may_defs and build_vuses can be improv... | Andrew MacLeod | 1 | -89/+241 |
2004-11-08 | tree-ssa-operands.c (build_ssa_operands): Make it static. | Kazu Hirata | 1 | -1/+1 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -3/+3 |
2004-10-30 | Back out previous accidental commit. | Geoffrey Keating | 1 | -2/+0 |
2004-10-30 | darwin.h (ASM_SPEC): Simplify. | Geoffrey Keating | 1 | -0/+2 |
2004-10-29 | bitmap.h (bitmap_empty_p): New. | Nathan Sidwell | 1 | -1/+1 |
2004-10-27 | re PR tree-optimization/17133 (wrong code with -ftree-lim) | Daniel Berlin | 1 | -9/+16 |
2004-10-25 | patch to remove the analysis of module level static variables. | Kenneth Zadeck | 1 | -61/+11 |
2004-10-05 | re PR middle-end/17756 (contained_3.f90) | Richard Henderson | 1 | -0/+1 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -8/+12 |
2004-09-23 | tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes. | Dorit Naishlos | 1 | -1/+15 |
2004-09-21 | tree.def (VEC_COND_EXPR): New tree node. | Devang Patel | 1 | -1/+2 |
2004-09-18 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -5/+5 |
2004-09-16 | tree-ssa-operands.c (add_call_clobber_ops): Make read-only test apply only to... | Diego Novillo | 1 | -2/+8 |
2004-09-15 | tree-ssa-operands.c (add_call_clobber_ops): Fix unused variable warning with ... | Richard Henderson | 1 | -37/+31 |