aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-16* tree-sra.c (build_ref_for_offset_1): Update comment.Eric Botcazou1-1/+2
2009-10-01re PR middle-end/12392 (very long optimized compile)Martin Jambor1-2/+12
2009-10-01re PR bootstrap/41395 (Revision 151800 failed bootstrap)Martin Jambor1-5/+14
2009-09-17common.opt (fipa-sra): New switch.Martin Jambor1-37/+1401
2009-09-14Squash commit of EH in gimpleRichard Henderson1-2/+1
2009-09-09re PR target/41089 (stdarg pass produces wrong code)Martin Jambor1-1/+7
2009-09-07re PR middle-end/41282 (Revision 151394 failed to compile mplayer)Martin Jambor1-19/+23
2009-09-04re PR tree-optimization/41112 (ACATS c43205b fails at -O2 (tree-sra))Martin Jambor1-5/+25
2009-09-03tree-sra.c (duplicate_expr_for_different_base): Removed.Martin Jambor1-22/+11
2009-09-02tree-sra.c (struct access): New field grp_hint.Martin Jambor1-14/+37
2009-08-07ipa-prop.c (count_formal_params_1): New function.Martin Jambor1-1/+2
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-3/+7
2009-06-30re PR tree-optimization/40582 (ice for non-trivial conversion at assignment w...Martin Jambor1-2/+2
2009-06-30re PR middle-end/40554 (Revision 148941 miscompiled 447.dealII in SPEC CPU 2006)Martin Jambor1-1/+2
2009-06-25re PR middle-end/40493 (New SRA miscompiled binutils)Martin Jambor1-30/+42
2009-06-22re PR tree-optimization/40492 (ice in create_tmp_var)Martin Jambor1-2/+2
2009-06-18tree-sra.c: Include statistics.hMartin Jambor1-7/+61
2009-06-16re PR tree-optimization/40432 (verify_stmts failed with -O2: non-register as ...Martin Jambor1-1/+5
2009-06-16re PR tree-optimization/40413 (Internal error in connection with optimization...Martin Jambor1-3/+2
2009-06-09re PR tree-optimization/40351 (ice in generate_subtree_copies for Linux kerne...Martin Jambor1-0/+7
2009-05-29tree-sra.c: New implementation of SRA.Martin Jambor1-3088/+1723
2009-05-20tree-flow.h (insert_edge_copies_seq): Undeclare.Martin Jambor1-24/+24
2009-05-10re PR tree-optimization/40081 (verify_stmts failed with -O2)Richard Guenther1-4/+12
2009-05-10re PR tree-optimization/40081 (verify_stmts failed with -O2)Richard Guenther1-8/+4
2009-04-26tree-sra.c (sra_build_assignment): Don't use into_ssa mode, mark new temporar...Michael Matz1-2/+4
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-40/+12
2009-03-04re PR tree-optimization/39339 (SRA miscompilation of vte)Richard Guenther1-12/+4
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-2/+2
2009-02-18re PR target/39179 (Wrong code in c++ for const members initialized in extern...Jason Merrill1-0/+1
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