aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-3/+2
2004-10-28re PR tree-optimization/16728 (std::set tests for allocator/insert core in ma...Diego Novillo1-2/+1
2004-09-30tree-ssa-alias.c (collect_points_to_info_r): Move analysis of expressions...Diego Novillo1-86/+72
2004-09-29tree.h (INDIRECT_REF_P): New macro.Daniel Berlin1-3/+1
2004-09-28tree-ssa-alias.c (create_name_tags): If PTR points to a volatile type, mark t...Diego Novillo1-1/+4
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-26/+38
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-4/+7
2004-09-22re PR tree-optimization/16721 (Accesses to volatile objects optimized away)Diego Novillo1-3/+3
2004-09-18tree-ssa-alias.c (setup_pointers_and_addressables): Don't remove TREE_ADDRESS...Diego Novillo1-0/+1
2004-09-18* tree-ssa-alias.c (dump_alias_info): Ignore NULL SSA_NAMEs.Diego Novillo1-1/+6
2004-09-18tree-into-ssa.c (rewrite_ssa_into_ssa): Expect ssa_name to return NULL.Jan Hubicka1-1/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-09-17re PR tree-optimization/17319 (-fno-tree-dce cause ICE)Diego Novillo1-0/+9
2004-09-16re PR tree-optimization/17528 (tree optimization incorrectly optimizes away e...Diego Novillo1-3/+0
2004-09-14re PR tree-optimization/17252 (not marking char types as aliasing anything)Diego Novillo1-1/+2
2004-09-14re PR tree-optimization/15262 ([tree-ssa] Alias analyzer cannot handle addres...Diego Novillo1-89/+76
2004-09-11tree-ssa-alias.c (collect_points_to_info_r): Handle pointing to PTR + OFFSET ...Jakub Jelinek1-4/+8
2004-09-10RevertDiego Novillo1-27/+20
2004-09-09Makefile.def: Remove libbanshee.Daniel Berlin1-23/+2
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-114/+104
2004-09-08tree-ssa-alias.c (compute_flow_insensitive_aliasing): If type memory tag is c...Jie Zhang1-20/+27
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+2
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-03Fix aliasing bug that also caused memory usage problems.James E Wilson1-4/+6
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod1-31/+11
2004-08-18tree-dfa.c (add_referenced_var): Only global variables are call-clobbered.Diego Novillo1-73/+61
2004-08-12re PR tree-optimization/16867 (Inline array initializer miscompilation at -O)Diego Novillo1-13/+10
2004-07-30tree-ssa-alias.c (compute_points_to_and_addr_escape): If a pointer escapes th...Diego Novillo1-29/+31
2004-07-30tree-ssa-alias.c (create_alias_map_for): Do not get the alias set of the inne...Diego Novillo1-5/+1
2004-07-28tree-ssa-alias.c (maybe_create_global_var): Don't just return if .GLOBAL_VAR ...Diego Novillo1-19/+20
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo1-60/+63
2004-07-28re PR tree-optimization/16705 ([testcase] ICE in verify_flow_insensitive_alia...Diego Novillo1-1/+1
2004-07-27tree-ssa-alias.c (create_name_tags): Ignore pointers that don't have PT_VARS ...Diego Novillo1-2/+10
2004-07-23re PR tree-optimization/16688 (ICE in group_aliases, at tree-ssa-alias.c:1234)Diego Novillo1-2/+11
2004-07-23expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson1-0/+31
2004-07-22tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo1-41/+225
2004-07-16tree-def (WITH_SIZE_EXPR): New.Richard Henderson1-0/+3
2004-07-16tree-flow.h (struct var_ann_d): Remove has_hidden_use.Richard Henderson1-7/+4
2004-07-13re PR tree-optimization/16443 (ICE during linux kernel compilation)Diego Novillo1-1/+6
2004-07-09tree-dfa.c (dump_variable): If the variable is a pointer SSA_NAME, also dump ...Diego Novillo1-58/+174
2004-07-08tree-flow.h (addressable_vars): Declare.Diego Novillo1-0/+12
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-1/+1
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-16/+28
2004-06-09Move SSA_NAME annotations into tree_ssa_name.Diego Novillo1-67/+95
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-05-15c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher1-3/+3
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1