Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-09-18 | tree-into-ssa.c (rewrite_ssa_into_ssa): Expect ssa_name to return NULL. | Jan Hubicka | 1 | -1/+1 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -1/+1 |
2004-09-17 | re PR tree-optimization/17319 (-fno-tree-dce cause ICE) | Diego Novillo | 1 | -0/+9 |
2004-09-16 | re PR tree-optimization/17528 (tree optimization incorrectly optimizes away e... | Diego Novillo | 1 | -3/+0 |
2004-09-14 | re PR tree-optimization/17252 (not marking char types as aliasing anything) | Diego Novillo | 1 | -1/+2 |
2004-09-14 | re PR tree-optimization/15262 ([tree-ssa] Alias analyzer cannot handle addres... | Diego Novillo | 1 | -89/+76 |
2004-09-11 | tree-ssa-alias.c (collect_points_to_info_r): Handle pointing to PTR + OFFSET ... | Jakub Jelinek | 1 | -4/+8 |
2004-09-10 | Revert | Diego Novillo | 1 | -27/+20 |
2004-09-09 | Makefile.def: Remove libbanshee. | Daniel Berlin | 1 | -23/+2 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -114/+104 |
2004-09-08 | tree-ssa-alias.c (compute_flow_insensitive_aliasing): If type memory tag is c... | Jie Zhang | 1 | -20/+27 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -1/+2 |
2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-09-03 | Fix aliasing bug that also caused memory usage problems. | James E Wilson | 1 | -4/+6 |
2004-08-25 | tree-ssa-operands.h (struct ssa_operand_iterator_d): New. | Andrew MacLeod | 1 | -31/+11 |
2004-08-18 | tree-dfa.c (add_referenced_var): Only global variables are call-clobbered. | Diego Novillo | 1 | -73/+61 |
2004-08-12 | re PR tree-optimization/16867 (Inline array initializer miscompilation at -O) | Diego Novillo | 1 | -13/+10 |
2004-07-30 | tree-ssa-alias.c (compute_points_to_and_addr_escape): If a pointer escapes th... | Diego Novillo | 1 | -29/+31 |
2004-07-30 | tree-ssa-alias.c (create_alias_map_for): Do not get the alias set of the inne... | Diego Novillo | 1 | -5/+1 |
2004-07-28 | tree-ssa-alias.c (maybe_create_global_var): Don't just return if .GLOBAL_VAR ... | Diego Novillo | 1 | -19/+20 |