aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-10re PR middle-end/38271 (Spurious / missing "... used uninitialized in this fu...Alexandre Oliva1-3/+6
2008-12-07tree-sra.c (scalarize_use): Create another temporary with the proper type for...Eric Botcazou1-6/+14
2008-12-05tree-sra.c (sra_explode_bitfield_assignment): Always call unsigned_type_for...Jakub Jelinek1-4/+2
2008-12-03re PR tree-optimization/37716 (ice for legal C++ code with -O2 on 20080926)Jakub Jelinek1-61/+25
2008-11-03* tree-sra.c (bitfield_overlaps_p): Fix oversight.Eric Botcazou1-0/+5
2008-09-16re PR middle-end/37380 (../../gcc/libcpp/charset.c:1103: error: 'cvt.77.width...Richard Guenther1-2/+8
2008-09-03re PR ada/37328 (ACATS la14021 ICE in gimple_assign_set_rhs1, at gimple.h:1747)Richard Guenther1-3/+4
2008-09-01expr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand.Jan Hubicka1-2/+2
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-2/+1
2008-08-18tree-sra.c (generate_element_init_1): Deal with NULL constructor element index.Richard Guenther1-5/+13
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-387/+363
2008-07-09gimplify.c (struct gimplify_ctx): Move to tree-gimple.h.Jakub Jelinek1-1/+2
2008-07-08tree-sra.c (sra_build_assignment): Handle CONVERT_EXPR_P dst.Jakub Jelinek1-2/+11
2008-07-06config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz1-3/+21
2008-07-04Revert 137452.Kai Tietz1-21/+3
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