real.h (struct real_format): Split the signbit field into two two fields, signbit_ro...
[gcc.git] / gcc / tree-sra.c
2005-03-09 Kazu Hirata* tree-sra.c (decide_block_copy): Remove inst_count.
2005-02-25 Richard Hendersonre PR tree-optimization/20127 (wrong code for volatile...
2005-02-17 Nathan Sidwellbitmap.h (BITMAP_XMALLOC, [...]): Remove.
2005-01-27 Richard Hendersonre PR c++/14329 ([4.1 only] badly formatted warnings...
2005-01-04 Richard Hendersonre PR tree-optimization/19158 (GNAT Bug Box compiling...
2005-01-01 Richard Hendersonre PR tree-optimization/19042 (Complex types are not...
2004-12-22 Richard Kenner* tree-sra.c (type_can_be_decomposed_p): Reject variabl...
2004-12-10 Diego Novillotree-into-ssa.c (REWRITE_THIS_STMT): Define.
2004-11-24 Richard Kenner* tree-sra.c (sra_walk_modify_expr): Handle RHS first...
2004-11-22 Andrew Pinskire PR tree-optimization/18572 (Bus error compiling...
2004-11-22 Nathan Sidwellbitmap.h (struct bitmap_obstack): New obstack type.
2004-11-16 Kazu Hiratatree-cfg.c (bsi_commit_edge_inserts): Remove an argument.
2004-11-13 Kazu Hiratac-cppbuiltin.c, [...]: Fix comment typos.
2004-11-04 Nathan Sidwellbitmap.c (bitmap_print): Make bitno unsigned.
2004-10-29 Nathan Sidwellbitmap.h (bitmap_empty_p): New.
2004-10-27 Ben Ellistonparams.def (PARAM_SRA_MAX_STRUCTURE_SIZE): New.
2004-10-21 Richard Henderson* tree-sra.c (instantiate_element): Copy DECL_IGNORED_P...
2004-09-28 Ben Ellistonbackport: basic-block.h: Include vec.h, errors.h.
2004-09-26 Zdenek Dvorakbitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed...
2004-09-23 Jakub Jelinektree-flow.h (find_new_referenced_vars): Add prototype.
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-09-17 Kazu Hiratabasic-block.h, [...]: Fix comment typos.
2004-09-14 Kazu Hiratacgraph.h, [...]: Fix comment typos.
2004-09-11 Roger Saylere PR middle-end/17411 (ICE in immed_double_const)
2004-09-09 Giovanni Bajotarghooks.c (default_unwind_emit, [...]): Use gcc_asser...
2004-09-07 Nathan Sidwellbuiltins.c (fold_builtin_strchr): Use build_int_cst...
2004-09-06 Paolo BonziniUnify the management of RTL and tree-level dump files.
2004-09-05 Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-08-25 Andrew MacLeodtree-ssa-operands.h (struct ssa_operand_iterator_d...
2004-08-19 Eric Christopherlanghooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.
2004-08-17 Richard Hendersonre PR tree-optimization/17051 (ICE: internal compiler...
2004-07-28 Diego Novillotree-optimize.c (init_tree_optimization_passes): Schedu...
2004-07-28 Richard Hendersongimplify.c (is_gimple_addr_expr_arg_or_indirect): Remove.
2004-07-16 Richard Hendersontree-def (WITH_SIZE_EXPR): New.
2004-07-11 Richard Hendersonre PR tree-optimization/16383 (internal compiler error...
2004-07-11 Richard Hendersonre PR tree-optimization/16422 (gcc.c-torture/execute...
2004-07-08 Richard Hendersontree-cfg.c (make_exit_edges): Use get_call_expr_in.
2004-07-06 Richard Hendersontree-sra.c (struct sra_walk_fns): Revert 2004-07-05...
2004-07-05 Richard Kennertree-sra.c (struct sra_walk_fns): Init function now...
2004-07-04 Richard Hendersonre PR tree-optimization/16341 (BOOT_CFLAGS='-O2 -fno...
2004-07-03 Richard Kenner* tree-sra.c (generate_element_init): Remove any useles...
2004-07-02 Kazu Hirataifcvt.c, [...]: Fix comment typos.
2004-07-01 Richard Hendersontree-sra.c (sra_walk_expr): Don't maybe_lookup_element_...
2004-06-29 Andrew Pinskitree-sra.c: Include expr.h for definition of MOVE_RATIO.
2004-06-29 Richard Hendersontree-sra.c: Rewrite from scratch.
2004-06-28 Richard Kennertree-sra.c (is_sra_candidate_ref): Remove second arg...
2004-06-22 Richard Kenneralias.c (adjust_offset_for_component_ref): Use componen...
2004-06-19 Jan HubickaCFG transparent RTL expansion:
2004-06-13 Diego Novillo* tree-sra.c (tree_sra): Update documentation.
2004-06-10 Brian Boothtree-ssa.texi: Remove references to VDEF and add descri...
2004-06-09 Andrew Pinskitree-complex.c (expand_complex_comparison): Use fold_co...
2004-05-14 Andrew Pinskire PR tree-optimization/14466 (missed PHI optimization...
2004-05-14 Diego Novillotree-gimple.c: Rename from tree-simple.c.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.