| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR middle-end/22043 (Fields not initialized for automatic structs with fle... | Jakub Jelinek | 2005-08-23 | 1 | -1/+1 |
* | re PR middle-end/21529 (code size regression (+40%) with -Os from GCC-3.4.3 t... | Richard Henderson | 2005-08-04 | 1 | -8/+10 |
* | dwarf2out.c, [...]: Fix comment typos. | Kazu Hirata | 2005-08-01 | 1 | -1/+1 |
* | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 2005-07-20 | 1 | -4/+3 |
* | Makefile.in: Added rules for ipa-pure-const.c... | Daniel Berlin | 2005-07-16 | 1 | -8/+17 |
* | re PR tree-optimization/22280 (ICE in referenced_var_lookup while compiling a... | Daniel Berlin | 2005-07-02 | 1 | -7/+0 |
* | [multiple changes] | Daniel Berlin | 2005-06-30 | 1 | -6/+6 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | re PR tree-optimization/22103 (Statement makes a memory store .., complex) | Richard Henderson | 2005-06-18 | 1 | -1/+16 |
* | libiberty.h (XOBFINISH): New. | Gabriel Dos Reis | 2005-06-06 | 1 | -1/+1 |
* | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 2005-06-01 | 1 | -1/+0 |
* | c-objc-common.c (c_tree_printer): Check flag before hashtable. | Daniel Berlin | 2005-06-01 | 1 | -2/+2 |
* | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 2005-05-03 | 1 | -3/+1 |
* | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 2005-04-08 | 1 | -9/+38 |
* | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 2005-04-05 | 1 | -3/+3 |
* | tree-sra.c (decide_block_copy): Disable scalarization of sub-elements. | Devang Patel | 2005-03-30 | 1 | -0/+6 |
* | re PR tree-optimization/19108 (ICE initializing arrays) | Richard Henderson | 2005-03-29 | 1 | -4/+25 |
* | * tree-sra.c (decide_block_copy): Remove inst_count. | Kazu Hirata | 2005-03-09 | 1 | -2/+1 |
* | re PR tree-optimization/20127 (wrong code for volatile struct members) | Richard Henderson | 2005-02-24 | 1 | -0/+6 |
* | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 2005-02-17 | 1 | -8/+8 |
* | re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use... | Richard Henderson | 2005-01-27 | 1 | -3/+15 |
* | re PR tree-optimization/19158 (GNAT Bug Box compiling makegpr.adb of the GNAT... | Richard Henderson | 2005-01-04 | 1 | -22/+37 |
* | re PR tree-optimization/19042 (Complex types are not SRA all the time.) | Richard Henderson | 2004-12-31 | 1 | -1/+6 |
* | * tree-sra.c (type_can_be_decomposed_p): Reject variable sized types. | Richard Kenner | 2004-12-22 | 1 | -1/+2 |
* | tree-into-ssa.c (REWRITE_THIS_STMT): Define. | Diego Novillo | 2004-12-10 | 1 | -1/+1 |
* | * tree-sra.c (sra_walk_modify_expr): Handle RHS first, then LHS. | Richard Kenner | 2004-11-24 | 1 | -23/+29 |
* | re PR tree-optimization/18572 (Bus error compiling makegpr.adb on Mac OS X 10.3) | Andrew Pinski | 2004-11-22 | 1 | -0/+2 |
* | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 2004-11-22 | 1 | -2/+2 |
* | tree-cfg.c (bsi_commit_edge_inserts): Remove an argument. | Kazu Hirata | 2004-11-16 | 1 | -1/+1 |
* | c-cppbuiltin.c, [...]: Fix comment typos. | Kazu Hirata | 2004-11-13 | 1 | -1/+1 |
* | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 2004-11-04 | 1 | -2/+2 |
* | bitmap.h (bitmap_empty_p): New. | Nathan Sidwell | 2004-10-29 | 1 | -4/+2 |
* | params.def (PARAM_SRA_MAX_STRUCTURE_SIZE): New. | Ben Elliston | 2004-10-28 | 1 | -2/+11 |
* | * tree-sra.c (instantiate_element): Copy DECL_IGNORED_P also. | Richard Henderson | 2004-10-20 | 1 | -0/+1 |
* | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 2004-09-28 | 1 | -1/+2 |
* | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 2004-09-26 | 1 | -6/+9 |
* | tree-flow.h (find_new_referenced_vars): Add prototype. | Jakub Jelinek | 2004-09-23 | 1 | -24/+0 |
* | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 2004-09-17 | 1 | -2/+2 |
* | basic-block.h, [...]: Fix comment typos. | Kazu Hirata | 2004-09-17 | 1 | -1/+1 |
* | cgraph.h, [...]: Fix comment typos. | Kazu Hirata | 2004-09-14 | 1 | -1/+1 |
* | re PR middle-end/17411 (ICE in immed_double_const) | Roger Sayle | 2004-09-11 | 1 | -1/+1 |
* | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 2004-09-09 | 1 | -28/+15 |
* | builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert. | Nathan Sidwell | 2004-09-07 | 1 | -1/+1 |
* | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 2004-09-06 | 1 | -1/+2 |
* | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2004-09-05 | 1 | -1/+1 |
* | tree-ssa-operands.h (struct ssa_operand_iterator_d): New. | Andrew MacLeod | 2004-08-25 | 1 | -17/+3 |
* | langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove. | Eric Christopher | 2004-08-19 | 1 | -18/+18 |
* | re PR tree-optimization/17051 (ICE: internal compiler error: verify_ssa faile... | Richard Henderson | 2004-08-17 | 1 | -4/+2 |
* | tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ... | Diego Novillo | 2004-07-28 | 1 | -1/+1 |
* | gimplify.c (is_gimple_addr_expr_arg_or_indirect): Remove. | Richard Henderson | 2004-07-27 | 1 | -1/+1 |