aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-14tree-ssa-operands.c (build_ssa_operands): Update leading comment.Sebastian Pop1-21/+1
2005-12-12tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove reassociation code.Jeff Law1-34/+0
2005-12-07re PR tree-optimization/25291 (ICE in tree-check add_call_clobber_ops)Daniel Berlin1-3/+1
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-2/+5
2005-11-13re PR tree-optimization/24709 (4.1.0 HEAD crashes with enable-checking on hug...Andrew MacLeod1-2/+2
2005-11-05c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-10-31re PR tree-optimization/19097 (Quadratic behavior with many sets for the same...Andrew MacLeod1-19/+4
2005-10-05re PR tree-optimization/18587 (build_v_may_defs and build_vuses can be improv...Andrew MacLeod1-315/+137
2005-09-30re PR tree-optimization/21430 (Quadratic behavior with constant initializers)Andrew MacLeod1-0/+22
2005-09-19tree-ssa-operands.c (swap_tree_operands): Export.Dorit Nuzman1-1/+1
2005-08-02re PR tree-optimization/23177 (internal compiler error with -O option)Richard Guenther1-1/+1
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-3/+3
2005-07-21reg-stack.c: Fix comment typo(s).Volker Reichelt1-3/+3
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-3/+6
2005-07-16Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin1-32/+67
2005-07-13* tree-ssa-operands.c (get_expr_operands): Fix typo in previous patch.Jan Hubicka1-1/+1
2005-07-12tree-ssa-operands.c (parse_ssa_operands): Fix formatting.Jan Hubicka1-3/+5
2005-07-09Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo1-47/+41
2005-06-30[multiple changes]Daniel Berlin1-6/+6
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