Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-08 | tree-sra.c (scalarize_lsdt): Fix thinko in testing whether the original stmt ... | Alexandre Oliva | 1 | -2/+2 |
2007-10-06 | re PR tree-optimization/33655 (ICE in bitfield_overlaps_p, at tree-sra.c:2901) | Alexandre Oliva | 1 | -0/+5 |
2007-10-01 | re PR middle-end/22156 (bit-field copying regressed) | Alexandre Oliva | 1 | -50/+1233 |
2007-09-19 | tree-sra.c (decide_block_copy): Decide if there are groups. | Eric Botcazou | 1 | -2/+2 |
2007-09-17 | tree-sra.c (maybe_lookup_element_for_expr): Return NULL for variable-sized re... | Eric Botcazou | 1 | -12/+22 |
2007-08-14 | tree-pass.h (PROP_pta): Removed. | Daniel Berlin | 1 | -1/+3 |
2007-08-08 | tree.def (FIXED_POINT_TYPE): New type. | Chao-ying Fu | 1 | -0/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-04-30 | re PR middle-end/22156 (bit-field copying regressed) | Alexandre Oliva | 1 | -527/+60 |
2007-04-06 | tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift. | Andreas Tobler | 1 | -1/+1 |
2007-04-05 | tree-sra.c (try_instantiate_multiple_fields): Needlessly initialize align to ... | Alexandre Oliva | 1 | -1/+5 |
2007-04-05 | re PR middle-end/22156 (bit-field copying regressed) | Alexandre Oliva | 1 | -60/+523 |
2007-03-09 | tree-pass.h (TODO_update_smt_usage): Remove. | Diego Novillo | 1 | -4/+0 |
2007-03-08 | tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c... | Roger Sayle | 1 | -1/+1 |
2007-03-08 | c-decl.c (grokdeclarator): Disable warnings for anonymous bitfields. | Alexandre Oliva | 1 | -0/+2 |
2007-03-02 | tree-sra.c (sra_walk_fns): Document new restriction. | Eric Botcazou | 1 | -4/+5 |
2007-02-19 | tree-sra.c (sra_build_assignment): Replace assertion checking with a comment ... | Alexandre Oliva | 1 | -6/+8 |
2007-02-19 | tree-sra.c (sra_build_assignment): Disable assertion checking for now. | Alexandre Oliva | 1 | -0/+6 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -1/+4 |
2007-02-15 | tree-sra.c (instantiate_missing_elements): Canonicalize bit-field types. | Alexandre Oliva | 1 | -9/+33 |
2007-02-14 | tree-sra.c (early_sra): New. | Richard Henderson | 1 | -0/+46 |
2007-02-04 | tree-sra.c (sra_walk_expr): Add linebreaks. | Jan Hubicka | 1 | -3/+6 |
2007-01-27 | tree-sra.c (sra_walk_function): Don't rely on aliases being build. | Jan Hubicka | 1 | -4/+7 |
2006-12-12 | re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe... | Andrew Pinski | 1 | -0/+18 |