aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-04config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz1-3/+21
2008-06-25re PR tree-optimization/35518 (FAIL: gcc.c-torture/execute/20040709-1.c execu...Richard Guenther1-21/+20
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-4/+4
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+3
2008-05-27tree-sra.c (sra_type_can_be_decomposed_p): Make sure that the bitfield is of ...Eric Botcazou1-0/+1
2008-05-06tree-sra.c (try_instantiate_multiple_fields): Early return if field has POINT...Olivier Hainque1-0/+4
2008-04-20tree-sra.c (sra_walk_expr): Disable scalarization if on the LHS and not a ful...Eric Botcazou1-5/+15
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+10
2008-03-06tree.def (BIT_FIELD_REF): Constrain result type and its precision.Richard Guenther1-12/+13
2008-03-01re PR middle-end/35411 (internal compiler error: in set_ssa_val_to, at tree-s...Richard Guenther1-1/+11
2008-02-28revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-10/+13
2008-02-26tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-13/+10
2008-02-25revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-10/+13
2008-02-25tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-13/+10
2008-02-12re PR c++/35144 (ICE in generate_element_copy)Jakub Jelinek1-3/+35
2008-01-10re PR tree-optimization/34651 (ICE in set_value_range, at tree-vrp.c:321)Richard Guenther1-78/+60
2008-01-02tree-sra.c (scalarize_init): Insert the generate_element_init statements afte...Richard Sandiford1-2/+3
2007-11-25tree-sra.c (scalarize_use): Adjust the vpos argument to sra_explode_bitfield_...Richard Sandiford1-4/+20
2007-10-14fixed-bit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-10-09re PR tree-optimization/33655 (ICE in bitfield_overlaps_p, at tree-sra.c:2901)James E Wilson1-1/+2
2007-10-09re PR middle-end/22156 (bit-field copying regressed)Alexandre Oliva1-16/+22
2007-10-08tree-sra.c (scalarize_lsdt): Fix thinko in testing whether the original stmt ...Alexandre Oliva1-2/+2
2007-10-06re PR tree-optimization/33655 (ICE in bitfield_overlaps_p, at tree-sra.c:2901)Alexandre Oliva1-0/+5
2007-10-01re PR middle-end/22156 (bit-field copying regressed)Alexandre Oliva1-50/+1233
2007-09-19tree-sra.c (decide_block_copy): Decide if there are groups.Eric Botcazou1-2/+2
2007-09-17tree-sra.c (maybe_lookup_element_for_expr): Return NULL for variable-sized re...Eric Botcazou1-12/+22
2007-08-14tree-pass.h (PROP_pta): Removed.Daniel Berlin1-1/+3
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-04-30re PR middle-end/22156 (bit-field copying regressed)Alexandre Oliva1-527/+60
2007-04-06tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.Andreas Tobler1-1/+1
2007-04-05tree-sra.c (try_instantiate_multiple_fields): Needlessly initialize align to ...Alexandre Oliva1-1/+5
2007-04-05re PR middle-end/22156 (bit-field copying regressed)Alexandre Oliva1-60/+523
2007-03-09tree-pass.h (TODO_update_smt_usage): Remove.Diego Novillo1-4/+0
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle1-1/+1
2007-03-08c-decl.c (grokdeclarator): Disable warnings for anonymous bitfields.Alexandre Oliva1-0/+2
2007-03-02tree-sra.c (sra_walk_fns): Document new restriction.Eric Botcazou1-4/+5
2007-02-19tree-sra.c (sra_build_assignment): Replace assertion checking with a comment ...Alexandre Oliva1-6/+8
2007-02-19tree-sra.c (sra_build_assignment): Disable assertion checking for now.Alexandre Oliva1-0/+6
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-1/+4
2007-02-15tree-sra.c (instantiate_missing_elements): Canonicalize bit-field types.Alexandre Oliva1-9/+33
2007-02-14tree-sra.c (early_sra): New.Richard Henderson1-0/+46
2007-02-04tree-sra.c (sra_walk_expr): Add linebreaks.Jan Hubicka1-3/+6
2007-01-27tree-sra.c (sra_walk_function): Don't rely on aliases being build.Jan Hubicka1-4/+7
2006-12-12re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski1-0/+18
2006-12-11[multiple changes]Diego Novillo1-4/+7
2006-12-05tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-21/+21
2006-11-20re PR target/25500 (SSE2 vectorized code is slower on 4.x.x than previous)Andrew Pinski1-0/+30
2006-07-03tree.c (range_in_array_bounds_p): New predicate.Eric Botcazou1-59/+153