aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-03Tree level if-conversion for vectorizer.Devang Patel1-1/+6
2004-09-03tree-ssa-operands.c (fini_ssa_operands): ggc_free unused arrays.Jan Hubicka1-0/+10
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod1-0/+4
2004-08-23tree-ssa-operands.c (get_call_expr_operands): Add VUSE operands for noreturn ...Zdenek Dvorak1-1/+1
2004-08-18tree-dfa.c (add_referenced_var): Only global variables are call-clobbered.Diego Novillo1-11/+26
2004-08-12re PR tree-optimization/16867 (Inline array initializer miscompilation at -O)Diego Novillo1-2/+2
2004-08-11tree-flow-inline.h (get_def_ops, [...]): Add operand structure reference.Andrew MacLeod1-486/+660
2004-07-29tree-ssa-operands.c (get_expr_operands): Revert changes to ADDR_EXPR processi...Diego Novillo1-3/+3
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo1-56/+29
2004-07-25tree-ssa-operands.c (get_stmt_operands, [...]): Handle ARRAY_RANGE_REF like A...Richard Kenner1-2/+4
2004-07-23tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.Richard Kenner1-0/+1
2004-07-22tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo1-0/+2
2004-07-20Fix typo in comment.Richard Kenner1-1/+1
2004-07-16builtins.c (std_expand_builtin_va_arg): Remove.Richard Henderson1-9/+2
2004-07-16tree-ssa-operands.c (get_expr_operands): Fix 2004-07-15 switchification wrt C...Richard Henderson1-1/+12
2004-07-16tree-def (WITH_SIZE_EXPR): New.Richard Henderson1-11/+26
2004-07-16tree-flow.h (struct var_ann_d): Remove has_hidden_use.Richard Henderson1-12/+0
2004-07-15tree-ssa-operands.c (get_expr_operands): Use a switch.Richard Henderson1-231/+225
2004-07-13re PR tree-optimization/16443 (ICE during linux kernel compilation)Diego Novillo1-10/+7
2004-07-08tree-ssa-operands.c (get_asm_expr_operands): Fix thinkos in the handling of c...Diego Novillo1-38/+35
2004-07-08tree-flow.h (addressable_vars): Declare.Diego Novillo1-53/+104
2004-06-30tree-ssa-loop-ch.c: New file.Zdenek Dvorak1-0/+39
2004-06-26c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-1/+2
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-18/+20
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-78/+12
2004-06-15fold-const.c (swap_tree_comparison): No longer static.Jeff Law1-0/+31
2004-06-11tree-ssa-operands.c (get_stmt_operands): Clear makes_aliased_loads and makes_...Richard Henderson1-3/+4
2004-06-11i386.h (EXPAND_BUILTIN_VA_ARG): Just abort.Jason Merrill1-1/+5
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-75/+234
2004-06-09Move SSA_NAME annotations into tree_ssa_name.Diego Novillo1-5/+5
2004-05-17tree-ssa-operands.c (get_expr_operands): Do not treat malloc attributed funct...Steven Bosscher1-5/+4
2004-05-14tree.def (documentation): Remove mention of class 'b'.Zack Weinberg1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1318