summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
Commit message (Expand)AuthorAgeFilesLines
* expr.c (highest_pow2_factor): Make extern.Ira Rosen2005-07-251-0/+34
* tree-ssa-alias.c (count_ptr_derefs): Do not consider &PTR->FLD a dereference ...Diego Novillo2005-07-221-2/+10
* re PR tree-optimization/22483 (ICE : tree check: expected ssa_name, have var_...Daniel Berlin2005-07-191-6/+12
* Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin2005-07-161-6/+73
* tree-dfa.c (dump_variable): Use default_def function.Jan Hubicka2005-07-131-3/+3
* tree-ssa-alias.c (free_used_part_map): Add missing free.Daniel Berlin2005-07-101-0/+3
* Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo2005-07-091-633/+59
* re PR tree-optimization/21584 (ICE: verify_flow_sensitive_alias_info failed.)Diego Novillo2005-06-301-8/+21
* [multiple changes]Daniel Berlin2005-06-301-137/+201
* Update FSF address.Kelley Cook2005-06-251-2/+2
* c-typeck.c (build_function_call): Set fundecl = function again.Daniel Berlin2005-06-211-0/+29
* tree-ssa-alias.c (new_type_alias): Use existing type tag if VAR has just one ...Keith Besaw2005-06-101-7/+41
* Makefile.in (OBJS-common): Add tree-ssa-structalias.o.Daniel Berlin2005-06-091-98/+12
* sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata2005-06-071-6/+8
* tree-ssa-alias.c (new_type_alias): New procedure to create a type memory tag ...Keith Besaw2005-05-291-0/+33
* tree-flow.h (bb_ann_d): Remove has_escape_site.Kazu Hirata2005-05-241-4/+0
* tree-ssa-alias.c (push_fields_onto_fieldstack): Remove bogus assert.Nathan Sidwell2005-04-281-8/+0
* tree-ssa-alias.c (fieldoff_t): Remove.Nathan Sidwell2005-04-251-97/+65
* lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell2005-04-211-1/+1
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-9/+11
* tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata2005-04-171-1/+0
* tree-ssa-alias.c (init_alias_info): Remove a call to get_stmt_operands.Kazu Hirata2005-04-151-14/+0
* re PR middle-end/20933 (gcc can no longer bootstrap itself)Diego Novillo2005-04-111-6/+18
* re PR tree-optimization/20926 (ICE: tree check, in recent builds)Daniel Berlin2005-04-111-1/+13
* alias-1.c: New test.Andrew Pinski2005-04-111-0/+10
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-17/+104
* params.def (PARAM_SALIAS_MAX_IMPLICIT_FIELDS): NewDaniel Berlin2005-04-061-10/+87
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-1/+14
* params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell2005-04-031-2/+1
* tree-ssa-alias.c: Follow spelling conventions.Kazu Hirata2005-03-311-2/+2
* tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure subvars get m...Daniel Berlin2005-03-301-10/+31
* re PR tree-optimization/20542 (Bootstrap failure at -Os)Daniel Berlin2005-03-211-6/+1
* re PR tree-optimization/20489 (ICE: address taken, but ADDRESSABLE bit not set)Daniel Berlin2005-03-161-0/+13
* In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2005-03-131-21/+532
* * tree-ssa-alias.c (may_alias_p): Remove v_ann.Kazu Hirata2005-03-091-2/+1
* re PR tree-optimization/20188 (asm and memory operands does not add a V_MAY_DEF)Andrew Pinski2005-02-261-2/+2
* re PR tree-optimization/20100 (LIM is pulling out a pure function even though...Diego Novillo2005-02-231-82/+65
* re PR tree-optimization/19786 (Aliasing optimisation bug)Alexandre Oliva2005-02-221-0/+1
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-8/+8
* re PR tree-optimization/19633 (local address incorrectly thought to escape)Diego Novillo2005-02-011-86/+131
* re PR tree-optimization/19633 (local address incorrectly thought to escape)Diego Novillo2005-01-261-20/+11
* re PR tree-optimization/19121 (ICE: in merge_alias_info, at tree-ssa-copy.c:236)Diego Novillo2005-01-171-0/+1
* tree-ssa-alias.c (pass_may_alias): Add TODO_verify_stmts.Andrew Pinski2005-01-141-2/+3
* 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