aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)Author
2008-02-12re PR c++/35144 (ICE in generate_element_copy)Jakub Jelinek
2008-01-10re PR tree-optimization/34651 (ICE in set_value_range, at tree-vrp.c:321)Richard Guenther
2008-01-02tree-sra.c (scalarize_init): Insert the generate_element_init statements afte...Richard Sandiford
2007-11-25tree-sra.c (scalarize_use): Adjust the vpos argument to sra_explode_bitfield_...Richard Sandiford
2007-10-14fixed-bit.c, [...]: Fix comment typos.Kazu Hirata
2007-10-09re PR tree-optimization/33655 (ICE in bitfield_overlaps_p, at tree-sra.c:2901)James E Wilson
2007-10-09re PR middle-end/22156 (bit-field copying regressed)Alexandre Oliva
2007-10-08tree-sra.c (scalarize_lsdt): Fix thinko in testing whether the original stmt ...Alexandre Oliva
2007-10-06re PR tree-optimization/33655 (ICE in bitfield_overlaps_p, at tree-sra.c:2901)Alexandre Oliva
2007-10-01re PR middle-end/22156 (bit-field copying regressed)Alexandre Oliva
2007-09-19tree-sra.c (decide_block_copy): Decide if there are groups.Eric Botcazou
2007-09-17tree-sra.c (maybe_lookup_element_for_expr): Return NULL for variable-sized re...Eric Botcazou
2007-08-14tree-pass.h (PROP_pta): Removed.Daniel Berlin
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-04-30re PR middle-end/22156 (bit-field copying regressed)Alexandre Oliva
2007-04-06tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.Andreas Tobler
2007-04-05tree-sra.c (try_instantiate_multiple_fields): Needlessly initialize align to ...Alexandre Oliva
2007-04-05re PR middle-end/22156 (bit-field copying regressed)Alexandre Oliva
2007-03-09tree-pass.h (TODO_update_smt_usage): Remove.Diego Novillo
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle
2007-03-08c-decl.c (grokdeclarator): Disable warnings for anonymous bitfields.Alexandre Oliva
2007-03-02tree-sra.c (sra_walk_fns): Document new restriction.Eric Botcazou
2007-02-19tree-sra.c (sra_build_assignment): Replace assertion checking with a comment ...Alexandre Oliva
2007-02-19tree-sra.c (sra_build_assignment): Disable assertion checking for now.Alexandre Oliva
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore
2007-02-15tree-sra.c (instantiate_missing_elements): Canonicalize bit-field types.Alexandre Oliva
2007-02-14tree-sra.c (early_sra): New.Richard Henderson
2007-02-04tree-sra.c (sra_walk_expr): Add linebreaks.Jan Hubicka
2007-01-27tree-sra.c (sra_walk_function): Don't rely on aliases being build.Jan Hubicka
2006-12-12re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski
2006-12-11[multiple changes]Diego Novillo
2006-12-05tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez
2006-11-20re PR target/25500 (SSE2 vectorized code is slower on 4.x.x than previous)Andrew Pinski
2006-07-03tree.c (range_in_array_bounds_p): New predicate.Eric Botcazou
2006-03-04tree-sra.c (tree_sra): Return todoflags;Daniel Berlin
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo
2006-02-20tree.h (struct tree_memory_tag): Add is_used_alone member.Daniel Berlin
2006-02-08tree.def (CHAR_TYPE): Remove.Roger Sayle
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law
2005-12-02tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build.Richard Guenther
2005-11-20re PR tree-optimization/24931 (uninitialized structure member after assignment)Richard Henderson
2005-08-23re PR middle-end/22043 (Fields not initialized for automatic structs with fle...Jakub Jelinek
2005-08-04re PR middle-end/21529 (code size regression (+40%) with -Os from GCC-3.4.3 t...Richard Henderson
2005-08-01dwarf2out.c, [...]: Fix comment typos.Kazu Hirata
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo
2005-07-16Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin
2005-07-02re PR tree-optimization/22280 (ICE in referenced_var_lookup while compiling a...Daniel Berlin