aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-30[multiple changes]Daniel Berlin1-6/+6
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-18re PR tree-optimization/22103 (Statement makes a memory store .., complex)Richard Henderson1-1/+16
2005-06-06libiberty.h (XOBFINISH): New.Gabriel Dos Reis1-1/+1
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-06-01c-objc-common.c (c_tree_printer): Check flag before hashtable.Daniel Berlin1-2/+2
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-3/+1
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-9/+38
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-3/+3
2005-03-30tree-sra.c (decide_block_copy): Disable scalarization of sub-elements.Devang Patel1-0/+6
2005-03-29re PR tree-optimization/19108 (ICE initializing arrays)Richard Henderson1-4/+25
2005-03-09* tree-sra.c (decide_block_copy): Remove inst_count.Kazu Hirata1-2/+1
2005-02-24re PR tree-optimization/20127 (wrong code for volatile struct members)Richard Henderson1-0/+6
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-8/+8
2005-01-27re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use...Richard Henderson1-3/+15
2005-01-04re PR tree-optimization/19158 (GNAT Bug Box compiling makegpr.adb of the GNAT...Richard Henderson1-22/+37
2004-12-31re PR tree-optimization/19042 (Complex types are not SRA all the time.)Richard Henderson1-1/+6
2004-12-22* tree-sra.c (type_can_be_decomposed_p): Reject variable sized types.Richard Kenner1-1/+2
2004-12-10tree-into-ssa.c (REWRITE_THIS_STMT): Define.Diego Novillo1-1/+1
2004-11-24* tree-sra.c (sra_walk_modify_expr): Handle RHS first, then LHS.Richard Kenner1-23/+29
2004-11-22re PR tree-optimization/18572 (Bus error compiling makegpr.adb on Mac OS X 10.3)Andrew Pinski1-0/+2
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-2/+2
2004-11-16tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.Kazu Hirata1-1/+1
2004-11-13c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-2/+2
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-4/+2
2004-10-28params.def (PARAM_SRA_MAX_STRUCTURE_SIZE): New.Ben Elliston1-2/+11
2004-10-20* tree-sra.c (instantiate_element): Copy DECL_IGNORED_P also.Richard Henderson1-0/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-1/+2
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-6/+9
2004-09-23tree-flow.h (find_new_referenced_vars): Add prototype.Jakub Jelinek1-24/+0
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-2/+2
2004-09-17basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-14cgraph.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-11re PR middle-end/17411 (ICE in immed_double_const)Roger Sayle1-1/+1
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-28/+15
2004-09-07builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert.Nathan Sidwell1-1/+1
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+2
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod1-17/+3
2004-08-19langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher1-18/+18
2004-08-17re PR tree-optimization/17051 (ICE: internal compiler error: verify_ssa faile...Richard Henderson1-4/+2
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo1-1/+1
2004-07-27gimplify.c (is_gimple_addr_expr_arg_or_indirect): Remove.Richard Henderson1-1/+1
2004-07-16tree-def (WITH_SIZE_EXPR): New.Richard Henderson1-0/+5
2004-07-11re PR tree-optimization/16383 (internal compiler error: in generate_element_c...Richard Henderson1-12/+55
2004-07-11re PR tree-optimization/16422 (gcc.c-torture/execute/980223.c fails)Richard Henderson1-3/+55
2004-07-08tree-cfg.c (make_exit_edges): Use get_call_expr_in.Richard Henderson1-3/+7
2004-07-06tree-sra.c (struct sra_walk_fns): Revert 2004-07-05 change.Richard Henderson1-28/+41
2004-07-05tree-sra.c (struct sra_walk_fns): Init function now returns bool.Richard Kenner1-23/+37