Age | Commit message (Expand) | Author | Files | Lines |
2005-04-21 | lambda.h (lambda_vector_min_nz): Likewise. | Nathan Sidwell | 1 | -1/+1 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -9/+11 |
2005-04-17 | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 1 | -1/+0 |
2005-04-15 | tree-ssa-alias.c (init_alias_info): Remove a call to get_stmt_operands. | Kazu Hirata | 1 | -14/+0 |
2005-04-11 | re PR middle-end/20933 (gcc can no longer bootstrap itself) | Diego Novillo | 1 | -6/+18 |
2005-04-11 | re PR tree-optimization/20926 (ICE: tree check, in recent builds) | Daniel Berlin | 1 | -1/+13 |
2005-04-11 | alias-1.c: New test. | Andrew Pinski | 1 | -0/+10 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -17/+104 |
2005-04-06 | params.def (PARAM_SALIAS_MAX_IMPLICIT_FIELDS): New | Daniel Berlin | 1 | -10/+87 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -1/+14 |
2005-04-03 | params.c (set_param_value): Use gcc_assert & gcc_unreachable. | Nathan Sidwell | 1 | -2/+1 |
2005-03-31 | tree-ssa-alias.c: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2005-03-30 | tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure subvars get m... | Daniel Berlin | 1 | -10/+31 |
2005-03-21 | re PR tree-optimization/20542 (Bootstrap failure at -Os) | Daniel Berlin | 1 | -6/+1 |
2005-03-16 | re PR tree-optimization/20489 (ICE: address taken, but ADDRESSABLE bit not set) | Daniel Berlin | 1 | -0/+13 |
2005-03-13 | In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -21/+532 |
2005-03-09 | * tree-ssa-alias.c (may_alias_p): Remove v_ann. | Kazu Hirata | 1 | -2/+1 |
2005-02-26 | re PR tree-optimization/20188 (asm and memory operands does not add a V_MAY_DEF) | Andrew Pinski | 1 | -2/+2 |
2005-02-23 | re PR tree-optimization/20100 (LIM is pulling out a pure function even though... | Diego Novillo | 1 | -82/+65 |
2005-02-22 | re PR tree-optimization/19786 (Aliasing optimisation bug) | Alexandre Oliva | 1 | -0/+1 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -8/+8 |
2005-02-01 | re PR tree-optimization/19633 (local address incorrectly thought to escape) | Diego Novillo | 1 | -86/+131 |
2005-01-26 | re PR tree-optimization/19633 (local address incorrectly thought to escape) | Diego Novillo | 1 | -20/+11 |
2005-01-17 | re PR tree-optimization/19121 (ICE: in merge_alias_info, at tree-ssa-copy.c:236) | Diego Novillo | 1 | -0/+1 |
2005-01-14 | tree-ssa-alias.c (pass_may_alias): Add TODO_verify_stmts. | Andrew Pinski | 1 | -2/+3 |
2004-12-20 | re PR tree-optimization/19080 (ICE while compiling linux kernel) | Diego Novillo | 1 | -15/+11 |
2004-12-10 | tree-ssa-alias.c (setup_pointers_and_addressables): Remove redundant test of ... | Jeff Law | 1 | -1/+0 |
2004-12-06 | tree-ssa-alias.c (create_global_var): Use void_type_node, not size_type_node. | Daniel Berlin | 1 | -1/+1 |
2004-12-01 | re PR tree-optimization/18763 (Gcc failed to bootstrap with --disable-checking) | Andrew Pinski | 1 | -0/+14 |
2004-11-30 | sbitmap.c (sbitmap_any_common_bits): New function. | Jeff Law | 1 | -14/+2 |
2004-11-28 | tree-ssa-alias.c (compute_points_to_and_addr_escapes): Remove special code fo... | Richard Kenner | 1 | -17/+12 |
2004-11-28 | tree-ssa-alias.c (count_calls_and_maybe_create_global_var): New. | Jeff Law | 1 | -0/+56 |
2004-11-24 | tree-ssa-alias.c (compute_flow_insensitive_aliasing): Reduce the number of qu... | Jeff Law | 1 | -5/+10 |
2004-11-24 | tree-ssa-alias.c (merge_pointed_to_info): Fix comment regarding PT_MALLOC. | Diego Novillo | 1 | -14/+11 |
2004-11-19 | * tree-ssa-alias.c: Fix comment. | Adam Nemet | 1 | -3/+2 |
2004-11-17 | re PR tree-optimization/18307 (merge_pointed_to_info called incorrectly) | Diego Novillo | 1 | -7/+5 |
2004-11-12 | tree-ssa.c (walk_use_def_chains_1): Make the visited map a pointer set instea... | Steven Bosscher | 1 | -5/+6 |
2004-11-05 | re PR tree-optimization/18307 (merge_pointed_to_info called incorrectly) | Nathan Sidwell | 1 | -2/+11 |
2004-11-04 | bitmap.h (bitmap_a_or_b, [...]): Remove. | Nathan Sidwell | 1 | -3/+1 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -4/+4 |
2004-10-29 | bitmap.h (bitmap_empty_p): New. | Nathan Sidwell | 1 | -3/+2 |
2004-10-28 | re PR tree-optimization/16728 (std::set tests for allocator/insert core in ma... | Diego Novillo | 1 | -2/+1 |
2004-09-30 | tree-ssa-alias.c (collect_points_to_info_r): Move analysis of expressions... | Diego Novillo | 1 | -86/+72 |
2004-09-29 | tree.h (INDIRECT_REF_P): New macro. | Daniel Berlin | 1 | -3/+1 |
2004-09-28 | tree-ssa-alias.c (create_name_tags): If PTR points to a volatile type, mark t... | Diego Novillo | 1 | -1/+4 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -26/+38 |
2004-09-23 | tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes. | Dorit Naishlos | 1 | -4/+7 |
2004-09-22 | re PR tree-optimization/16721 (Accesses to volatile objects optimized away) | Diego Novillo | 1 | -3/+3 |
2004-09-18 | tree-ssa-alias.c (setup_pointers_and_addressables): Don't remove TREE_ADDRESS... | Diego Novillo | 1 | -0/+1 |
2004-09-18 | * tree-ssa-alias.c (dump_alias_info): Ignore NULL SSA_NAMEs. | Diego Novillo | 1 | -1/+6 |