summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/19080 (ICE while compiling linux kernel)Diego Novillo2004-12-201-15/+11
* tree-ssa-alias.c (setup_pointers_and_addressables): Remove redundant test of ...Jeff Law2004-12-101-1/+0
* tree-ssa-alias.c (create_global_var): Use void_type_node, not size_type_node.Daniel Berlin2004-12-061-1/+1
* re PR tree-optimization/18763 (Gcc failed to bootstrap with --disable-checking)Andrew Pinski2004-12-011-0/+14
* sbitmap.c (sbitmap_any_common_bits): New function.Jeff Law2004-11-301-14/+2
* tree-ssa-alias.c (compute_points_to_and_addr_escapes): Remove special code fo...Richard Kenner2004-11-281-17/+12
* tree-ssa-alias.c (count_calls_and_maybe_create_global_var): New.Jeff Law2004-11-281-0/+56
* tree-ssa-alias.c (compute_flow_insensitive_aliasing): Reduce the number of qu...Jeff Law2004-11-241-5/+10
* tree-ssa-alias.c (merge_pointed_to_info): Fix comment regarding PT_MALLOC.Diego Novillo2004-11-241-14/+11
* * tree-ssa-alias.c: Fix comment.Adam Nemet2004-11-191-3/+2
* re PR tree-optimization/18307 (merge_pointed_to_info called incorrectly)Diego Novillo2004-11-171-7/+5
* tree-ssa.c (walk_use_def_chains_1): Make the visited map a pointer set instea...Steven Bosscher2004-11-121-5/+6
* re PR tree-optimization/18307 (merge_pointed_to_info called incorrectly)Nathan Sidwell2004-11-051-2/+11
* bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell2004-11-041-3/+1
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-4/+4
* bitmap.h (bitmap_empty_p): New.Nathan Sidwell2004-10-291-3/+2
* re PR tree-optimization/16728 (std::set tests for allocator/insert core in ma...Diego Novillo2004-10-281-2/+1
* tree-ssa-alias.c (collect_points_to_info_r): Move analysis of expressions...Diego Novillo2004-09-301-86/+72
* tree.h (INDIRECT_REF_P): New macro.Daniel Berlin2004-09-291-3/+1
* tree-ssa-alias.c (create_name_tags): If PTR points to a volatile type, mark t...Diego Novillo2004-09-281-1/+4
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-26/+38
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-4/+7
* re PR tree-optimization/16721 (Accesses to volatile objects optimized away)Diego Novillo2004-09-221-3/+3
* tree-ssa-alias.c (setup_pointers_and_addressables): Don't remove TREE_ADDRESS...Diego Novillo2004-09-181-0/+1
* * tree-ssa-alias.c (dump_alias_info): Ignore NULL SSA_NAMEs.Diego Novillo2004-09-181-1/+6
* tree-into-ssa.c (rewrite_ssa_into_ssa): Expect ssa_name to return NULL.Jan Hubicka2004-09-181-1/+1
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-1/+1
* re PR tree-optimization/17319 (-fno-tree-dce cause ICE)Diego Novillo2004-09-171-0/+9
* re PR tree-optimization/17528 (tree optimization incorrectly optimizes away e...Diego Novillo2004-09-161-3/+0
* re PR tree-optimization/17252 (not marking char types as aliasing anything)Diego Novillo2004-09-141-1/+2
* re PR tree-optimization/15262 ([tree-ssa] Alias analyzer cannot handle addres...Diego Novillo2004-09-141-89/+76
* tree-ssa-alias.c (collect_points_to_info_r): Handle pointing to PTR + OFFSET ...Jakub Jelinek2004-09-111-4/+8
* RevertDiego Novillo2004-09-101-27/+20
* Makefile.def: Remove libbanshee.Daniel Berlin2004-09-091-23/+2
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-114/+104
* tree-ssa-alias.c (compute_flow_insensitive_aliasing): If type memory tag is c...Jie Zhang2004-09-081-20/+27
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-1/+2
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-1/+1
* Fix aliasing bug that also caused memory usage problems.James E Wilson2004-09-031-4/+6
* tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod2004-08-251-31/+11
* tree-dfa.c (add_referenced_var): Only global variables are call-clobbered.Diego Novillo2004-08-181-73/+61
* re PR tree-optimization/16867 (Inline array initializer miscompilation at -O)Diego Novillo2004-08-121-13/+10
* tree-ssa-alias.c (compute_points_to_and_addr_escape): If a pointer escapes th...Diego Novillo2004-07-301-29/+31
* tree-ssa-alias.c (create_alias_map_for): Do not get the alias set of the inne...Diego Novillo2004-07-301-5/+1
* tree-ssa-alias.c (maybe_create_global_var): Don't just return if .GLOBAL_VAR ...Diego Novillo2004-07-281-19/+20
* tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo2004-07-281-60/+63
* re PR tree-optimization/16705 ([testcase] ICE in verify_flow_insensitive_alia...Diego Novillo2004-07-281-1/+1
* tree-ssa-alias.c (create_name_tags): Ignore pointers that don't have PT_VARS ...Diego Novillo2004-07-271-2/+10
* re PR tree-optimization/16688 (ICE in group_aliases, at tree-ssa-alias.c:1234)Diego Novillo2004-07-231-2/+11
* expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson2004-07-231-0/+31