aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)Author
2004-05-12This commit was manufactured by cvs2svn to create tagapple/gcc-1750no-author
2004-03-04Mainline merge as of 2004-03-03.Diego Novillo
2004-03-02Merge to tree-ssa-20020619-merge-20040227.Richard Henderson
2004-02-13Mainline merge as of 2004-02-11.Diego Novillo
2004-02-04 * alias.c (find_base_term, get_addr): Do not dereference NULLJan Hubicka
2004-01-30Mainline merge as of 2004-01-26.Diego Novillo
2004-01-03Merge to tree-ssa-20020619-merge-20040102.Richard Henderson
2003-10-06Merge from mainline, tree-ssa-20020619-merge-20031005.Richard Henderson
2003-09-28Merge from mainline.Richard Henderson
2003-08-20Mainline merge as of 2003-08-17.Diego Novillo
2003-07-23Mainline merge as of 2003-07-22.Diego Novillo
2003-07-212003-07-21 Steven Bosscher <steven@gcc.gnu.org>Diego Novillo
2003-06-03Mainline merge as of 2003-05-25.Diego Novillo
2003-05-07Mainline merge as of 2003-05-04.Diego Novillo
2003-04-09Mainline merge as of 2003-04-06. Additional fixes for bugsDiego Novillo
2003-03-02Mainline merge as of 2003-03-02.Diego Novillo
2003-02-03Mainline merge as of 2003-02-03. Needed to make some changes toDiego Novillo
2003-01-17Mainline merge as of 2003-01-17.Diego Novillo
2002-12-27Mainline merge as of 2002-12-26.Diego Novillo
2002-12-03Merge with basic-improvements as of 2002-12-03.Diego Novillo
2002-10-22Merge with basic-improvements as of 2002-10-21Diego Novillo
2002-10-11b-i-b merge as of 2002-10-11.Diego Novillo
2002-07-31Mainline merge as of 2002-07-28.Diego Novillo
2002-06-24Merge mainline into branch as of 2002-06-23Diego Novillo
2002-06-13 * alias.c (argument_registers): Remove.Jeff Law
2002-06-10 * alias.c (static_reg_base_value): New to hold RTL forJeff Law
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-06-04 * alias.c (nonoverlapping_memrefs_p): Fix off by one error.Dan Nicolaescu
2002-06-02 * alias.c: Include target.h.Richard Henderson
2002-05-26 * alias.c: Fix formatting.Kazu Hirata
2002-04-22 * alias.c (canon_true_dependence): Special case (mem:blk (scratch)).Richard Henderson
2002-04-04 PR opt/6165Richard Henderson
2002-03-21 * alias.c: (nonlocal_mentioned_p): Use for_each_rtx.John Wehle
2002-03-112002-03-06 Dan Nicolaescu <dann@ics.uci.edu>Dan Nicolaescu
2002-02-192002-02-19 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez
2002-02-13 * alias.c (find_base_term, case ZERO_EXTEND, case SIGN_EXTEND):Richard Kenner
2002-02-12 * alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND):Richard Kenner
2002-02-07 * alias.c (find_base_value): Recall base values for fixed hard regs.Richard Henderson
2002-01-102002-01-10 David Edelsohn <edelsohn@gnu.org>David Edelsohn
2002-01-05 * config/rs6000/rs6000.h (TARGET_POWERPC): For IN_LIBGCC2, defineDavid Edelsohn
2001-12-09 * ChangeLog.2, ChangeLog.3, ChangeLog.5, ChangeLog, alias.c,Joseph Myers
2001-12-02 * rtl.h (mem_attrs): Rename decl to expr; adjust all users.Richard Henderson
2001-11-29Fix comment typo.Richard Henderson
2001-11-19 * tree.def (VIEW_CONVERT_EXPR): New tree code.Richard Kenner
2001-11-15 * alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner
2001-11-12 * alias.c (nonoverlapping_memrefs_p): Only update size from memrefRichard Kenner
2001-11-12 * alias.c (nonoverlapping_memrefs_p): Handle DECL_RTL being a CONCAT.Richard Kenner
2001-11-11 * alias.c (nonoverlapping_memrefs_p): Not overlapping if one base isRichard Kenner
2001-11-09 * alias.c (nonoverlapping_memrefs_p): New function.Richard Kenner
2001-11-06 * alias.c:: Include langhooks.h.Neil Booth