summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo2004-07-221-41/+225
* tree-def (WITH_SIZE_EXPR): New.Richard Henderson2004-07-161-0/+3
* tree-flow.h (struct var_ann_d): Remove has_hidden_use.Richard Henderson2004-07-161-7/+4
* re PR tree-optimization/16443 (ICE during linux kernel compilation)Diego Novillo2004-07-131-1/+6
* tree-dfa.c (dump_variable): If the variable is a pointer SSA_NAME, also dump ...Diego Novillo2004-07-091-58/+174
* tree-flow.h (addressable_vars): Declare.Diego Novillo2004-07-081-0/+12
* tree.h (PHI_CHAIN): New.Steven Bosscher2004-06-161-1/+1
* tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth2004-06-101-16/+28
* Move SSA_NAME annotations into tree_ssa_name.Diego Novillo2004-06-091-67/+95
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-1/+1
* c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher2004-05-151-3/+3
* tree-gimple.c: Rename from tree-simple.c.Diego Novillo2004-05-131-1/+1
* tree-ssa-alias.c (delete_alias_info): XFREE bitmaps allocated with BITMAP_XMA...Andrew Pinski2004-05-131-5/+5
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+2118