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