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