aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-04tree-sra.c (tree_sra): Return todoflags;Daniel Berlin1-2/+10
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-2/+2
2006-02-20tree.h (struct tree_memory_tag): Add is_used_alone member.Daniel Berlin1-3/+4
2006-02-08tree.def (CHAR_TYPE): Remove.Roger Sayle1-2/+2
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-1/+1
2005-12-02tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build.Richard Guenther1-12/+12
2005-11-20re PR tree-optimization/24931 (uninitialized structure member after assignment)Richard Henderson1-9/+36
2005-08-23re PR middle-end/22043 (Fields not initialized for automatic structs with fle...Jakub Jelinek1-1/+1
2005-08-04re PR middle-end/21529 (code size regression (+40%) with -Os from GCC-3.4.3 t...Richard Henderson1-8/+10
2005-08-01dwarf2out.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-4/+3
2005-07-16Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin1-8/+17
2005-07-02re PR tree-optimization/22280 (ICE in referenced_var_lookup while compiling a...Daniel Berlin1-7/+0
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