Age | Commit message (Expand) | Author | Files | Lines |
2009-06-22 | re PR tree-optimization/40492 (ice in create_tmp_var) | Martin Jambor | 1 | -2/+2 |
2009-06-18 | tree-sra.c: Include statistics.h | Martin Jambor | 1 | -7/+61 |
2009-06-16 | re PR tree-optimization/40432 (verify_stmts failed with -O2: non-register as ... | Martin Jambor | 1 | -1/+5 |
2009-06-16 | re PR tree-optimization/40413 (Internal error in connection with optimization... | Martin Jambor | 1 | -3/+2 |
2009-06-09 | re PR tree-optimization/40351 (ice in generate_subtree_copies for Linux kerne... | Martin Jambor | 1 | -0/+7 |
2009-05-29 | tree-sra.c: New implementation of SRA. | Martin Jambor | 1 | -3088/+1723 |
2009-05-20 | tree-flow.h (insert_edge_copies_seq): Undeclare. | Martin Jambor | 1 | -24/+24 |
2009-05-10 | re PR tree-optimization/40081 (verify_stmts failed with -O2) | Richard Guenther | 1 | -4/+12 |
2009-05-10 | re PR tree-optimization/40081 (verify_stmts failed with -O2) | Richard Guenther | 1 | -8/+4 |
2009-04-26 | tree-sra.c (sra_build_assignment): Don't use into_ssa mode, mark new temporar... | Michael Matz | 1 | -2/+4 |
2009-04-03 | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 1 | -40/+12 |
2009-03-04 | re PR tree-optimization/39339 (SRA miscompilation of vte) | Richard Guenther | 1 | -12/+4 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -2/+2 |
2009-02-18 | re PR target/39179 (Wrong code in c++ for const members initialized in extern... | Jason Merrill | 1 | -0/+1 |
2008-12-10 | re PR middle-end/38271 (Spurious / missing "... used uninitialized in this fu... | Alexandre Oliva | 1 | -3/+6 |
2008-12-07 | tree-sra.c (scalarize_use): Create another temporary with the proper type for... | Eric Botcazou | 1 | -6/+14 |
2008-12-05 | tree-sra.c (sra_explode_bitfield_assignment): Always call unsigned_type_for... | Jakub Jelinek | 1 | -4/+2 |
2008-12-03 | re PR tree-optimization/37716 (ice for legal C++ code with -O2 on 20080926) | Jakub Jelinek | 1 | -61/+25 |
2008-11-03 | * tree-sra.c (bitfield_overlaps_p): Fix oversight. | Eric Botcazou | 1 | -0/+5 |
2008-09-16 | re PR middle-end/37380 (../../gcc/libcpp/charset.c:1103: error: 'cvt.77.width... | Richard Guenther | 1 | -2/+8 |
2008-09-03 | re PR ada/37328 (ACATS la14021 ICE in gimple_assign_set_rhs1, at gimple.h:1747) | Richard Guenther | 1 | -3/+4 |
2008-09-01 | expr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand. | Jan Hubicka | 1 | -2/+2 |
2008-08-18 | tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to | Tomas Bily | 1 | -2/+1 |
2008-08-18 | tree-sra.c (generate_element_init_1): Deal with NULL constructor element index. | Richard Guenther | 1 | -5/+13 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -387/+363 |
2008-07-09 | gimplify.c (struct gimplify_ctx): Move to tree-gimple.h. | Jakub Jelinek | 1 | -1/+2 |
2008-07-08 | tree-sra.c (sra_build_assignment): Handle CONVERT_EXPR_P dst. | Jakub Jelinek | 1 | -2/+11 |
2008-07-06 | config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86... | Kai Tietz | 1 | -3/+21 |
2008-07-04 | Revert 137452. | Kai Tietz | 1 | -21/+3 |
2008-07-04 | config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86... | Kai Tietz | 1 | -3/+21 |
2008-06-25 | re PR tree-optimization/35518 (FAIL: gcc.c-torture/execute/20040709-1.c execu... | Richard Guenther | 1 | -21/+20 |
2008-06-20 | ggc.h (GGC_RESIZEVAR): New, reorder macros. | Kaveh R. Ghazi | 1 | -4/+4 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -3/+3 |
2008-05-27 | tree-sra.c (sra_type_can_be_decomposed_p): Make sure that the bitfield is of ... | Eric Botcazou | 1 | -0/+1 |
2008-05-06 | tree-sra.c (try_instantiate_multiple_fields): Early return if field has POINT... | Olivier Hainque | 1 | -0/+4 |
2008-04-20 | tree-sra.c (sra_walk_expr): Disable scalarization if on the LHS and not a ful... | Eric Botcazou | 1 | -5/+15 |
2008-03-19 | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 1 | -6/+10 |
2008-03-06 | tree.def (BIT_FIELD_REF): Constrain result type and its precision. | Richard Guenther | 1 | -12/+13 |
2008-03-01 | re PR middle-end/35411 (internal compiler error: in set_ssa_val_to, at tree-s... | Richard Guenther | 1 | -1/+11 |
2008-02-28 | revert: tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -10/+13 |
2008-02-26 | tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -13/+10 |
2008-02-25 | revert: tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -10/+13 |
2008-02-25 | tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -13/+10 |
2008-02-12 | re PR c++/35144 (ICE in generate_element_copy) | Jakub Jelinek | 1 | -3/+35 |
2008-01-10 | re PR tree-optimization/34651 (ICE in set_value_range, at tree-vrp.c:321) | Richard Guenther | 1 | -78/+60 |
2008-01-02 | tree-sra.c (scalarize_init): Insert the generate_element_init statements afte... | Richard Sandiford | 1 | -2/+3 |
2007-11-25 | tree-sra.c (scalarize_use): Adjust the vpos argument to sra_explode_bitfield_... | Richard Sandiford | 1 | -4/+20 |
2007-10-14 | fixed-bit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-10-09 | re PR tree-optimization/33655 (ICE in bitfield_overlaps_p, at tree-sra.c:2901) | James E Wilson | 1 | -1/+2 |
2007-10-09 | re PR middle-end/22156 (bit-field copying regressed) | Alexandre Oliva | 1 | -16/+22 |