summaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/22043 (Fields not initialized for automatic structs with fle...Jakub Jelinek2005-08-231-1/+1
* re PR middle-end/21529 (code size regression (+40%) with -Os from GCC-3.4.3 t...Richard Henderson2005-08-041-8/+10
* dwarf2out.c, [...]: Fix comment typos.Kazu Hirata2005-08-011-1/+1
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-4/+3
* Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin2005-07-161-8/+17
* re PR tree-optimization/22280 (ICE in referenced_var_lookup while compiling a...Daniel Berlin2005-07-021-7/+0
* [multiple changes]Daniel Berlin2005-06-301-6/+6
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR tree-optimization/22103 (Statement makes a memory store .., complex)Richard Henderson2005-06-181-1/+16
* libiberty.h (XOBFINISH): New.Gabriel Dos Reis2005-06-061-1/+1
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* c-objc-common.c (c_tree_printer): Check flag before hashtable.Daniel Berlin2005-06-011-2/+2
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-3/+1
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-9/+38
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-3/+3
* tree-sra.c (decide_block_copy): Disable scalarization of sub-elements.Devang Patel2005-03-301-0/+6
* re PR tree-optimization/19108 (ICE initializing arrays)Richard Henderson2005-03-291-4/+25
* * tree-sra.c (decide_block_copy): Remove inst_count.Kazu Hirata2005-03-091-2/+1
* re PR tree-optimization/20127 (wrong code for volatile struct members)Richard Henderson2005-02-241-0/+6
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-8/+8
* re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use...Richard Henderson2005-01-271-3/+15
* re PR tree-optimization/19158 (GNAT Bug Box compiling makegpr.adb of the GNAT...Richard Henderson2005-01-041-22/+37
* re PR tree-optimization/19042 (Complex types are not SRA all the time.)Richard Henderson2004-12-311-1/+6
* * tree-sra.c (type_can_be_decomposed_p): Reject variable sized types.Richard Kenner2004-12-221-1/+2
* tree-into-ssa.c (REWRITE_THIS_STMT): Define.Diego Novillo2004-12-101-1/+1
* * tree-sra.c (sra_walk_modify_expr): Handle RHS first, then LHS.Richard Kenner2004-11-241-23/+29
* re PR tree-optimization/18572 (Bus error compiling makegpr.adb on Mac OS X 10.3)Andrew Pinski2004-11-221-0/+2
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-2/+2
* tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.Kazu Hirata2004-11-161-1/+1
* c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata2004-11-131-1/+1
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-2/+2
* bitmap.h (bitmap_empty_p): New.Nathan Sidwell2004-10-291-4/+2
* params.def (PARAM_SRA_MAX_STRUCTURE_SIZE): New.Ben Elliston2004-10-281-2/+11
* * tree-sra.c (instantiate_element): Copy DECL_IGNORED_P also.Richard Henderson2004-10-201-0/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-1/+2
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-6/+9
* tree-flow.h (find_new_referenced_vars): Add prototype.Jakub Jelinek2004-09-231-24/+0
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-2/+2
* basic-block.h, [...]: Fix comment typos.Kazu Hirata2004-09-171-1/+1
* cgraph.h, [...]: Fix comment typos.Kazu Hirata2004-09-141-1/+1
* re PR middle-end/17411 (ICE in immed_double_const)Roger Sayle2004-09-111-1/+1
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-28/+15
* builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert.Nathan Sidwell2004-09-071-1/+1
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-1/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-1/+1
* tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod2004-08-251-17/+3
* langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher2004-08-191-18/+18
* re PR tree-optimization/17051 (ICE: internal compiler error: verify_ssa faile...Richard Henderson2004-08-171-4/+2
* tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo2004-07-281-1/+1
* gimplify.c (is_gimple_addr_expr_arg_or_indirect): Remove.Richard Henderson2004-07-271-1/+1