aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-30[multiple changes]Daniel Berlin1-137/+201
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-21c-typeck.c (build_function_call): Set fundecl = function again.Daniel Berlin1-0/+29
2005-06-10tree-ssa-alias.c (new_type_alias): Use existing type tag if VAR has just one ...Keith Besaw1-7/+41
2005-06-09Makefile.in (OBJS-common): Add tree-ssa-structalias.o.Daniel Berlin1-98/+12
2005-06-07sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata1-6/+8
2005-05-29tree-ssa-alias.c (new_type_alias): New procedure to create a type memory tag ...Keith Besaw1-0/+33
2005-05-24tree-flow.h (bb_ann_d): Remove has_escape_site.Kazu Hirata1-4/+0
2005-04-28tree-ssa-alias.c (push_fields_onto_fieldstack): Remove bogus assert.Nathan Sidwell1-8/+0
2005-04-25tree-ssa-alias.c (fieldoff_t): Remove.Nathan Sidwell1-97/+65
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell1-1/+1
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-9/+11
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-1/+0
2005-04-15tree-ssa-alias.c (init_alias_info): Remove a call to get_stmt_operands.Kazu Hirata1-14/+0
2005-04-11re PR middle-end/20933 (gcc can no longer bootstrap itself)Diego Novillo1-6/+18
2005-04-11re PR tree-optimization/20926 (ICE: tree check, in recent builds)Daniel Berlin1-1/+13
2005-04-11alias-1.c: New test.Andrew Pinski1-0/+10
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-17/+104
2005-04-06params.def (PARAM_SALIAS_MAX_IMPLICIT_FIELDS): NewDaniel Berlin1-10/+87
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-1/+14
2005-04-03params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell1-2/+1
2005-03-31tree-ssa-alias.c: Follow spelling conventions.Kazu Hirata1-2/+2
2005-03-30tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure subvars get m...Daniel Berlin1-10/+31
2005-03-21re PR tree-optimization/20542 (Bootstrap failure at -Os)Daniel Berlin1-6/+1
2005-03-16re PR tree-optimization/20489 (ICE: address taken, but ADDRESSABLE bit not set)Daniel Berlin1-0/+13
2005-03-13In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-21/+532
2005-03-09* tree-ssa-alias.c (may_alias_p): Remove v_ann.Kazu Hirata1-2/+1
2005-02-26re PR tree-optimization/20188 (asm and memory operands does not add a V_MAY_DEF)Andrew Pinski1-2/+2
2005-02-23re PR tree-optimization/20100 (LIM is pulling out a pure function even though...Diego Novillo1-82/+65
2005-02-22re PR tree-optimization/19786 (Aliasing optimisation bug)Alexandre Oliva1-0/+1
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-8/+8
2005-02-01re PR tree-optimization/19633 (local address incorrectly thought to escape)Diego Novillo1-86/+131
2005-01-26re PR tree-optimization/19633 (local address incorrectly thought to escape)Diego Novillo1-20/+11
2005-01-17re PR tree-optimization/19121 (ICE: in merge_alias_info, at tree-ssa-copy.c:236)Diego Novillo1-0/+1
2005-01-14tree-ssa-alias.c (pass_may_alias): Add TODO_verify_stmts.Andrew Pinski1-2/+3
2004-12-20re PR tree-optimization/19080 (ICE while compiling linux kernel)Diego Novillo1-15/+11
2004-12-10tree-ssa-alias.c (setup_pointers_and_addressables): Remove redundant test of ...Jeff Law1-1/+0
2004-12-06tree-ssa-alias.c (create_global_var): Use void_type_node, not size_type_node.Daniel Berlin1-1/+1
2004-12-01re PR tree-optimization/18763 (Gcc failed to bootstrap with --disable-checking)Andrew Pinski1-0/+14
2004-11-30sbitmap.c (sbitmap_any_common_bits): New function.Jeff Law1-14/+2
2004-11-28tree-ssa-alias.c (compute_points_to_and_addr_escapes): Remove special code fo...Richard Kenner1-17/+12
2004-11-28tree-ssa-alias.c (count_calls_and_maybe_create_global_var): New.Jeff Law1-0/+56
2004-11-24tree-ssa-alias.c (compute_flow_insensitive_aliasing): Reduce the number of qu...Jeff Law1-5/+10
2004-11-24tree-ssa-alias.c (merge_pointed_to_info): Fix comment regarding PT_MALLOC.Diego Novillo1-14/+11
2004-11-19* tree-ssa-alias.c: Fix comment.Adam Nemet1-3/+2
2004-11-17re PR tree-optimization/18307 (merge_pointed_to_info called incorrectly)Diego Novillo1-7/+5
2004-11-12tree-ssa.c (walk_use_def_chains_1): Make the visited map a pointer set instea...Steven Bosscher1-5/+6
2004-11-05re PR tree-optimization/18307 (merge_pointed_to_info called incorrectly)Nathan Sidwell1-2/+11
2004-11-04bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell1-3/+1
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-4/+4