aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-18re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell1-6/+2
2003-09-14alias.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-09-12re PR rtl-optimization/8967 (Making class data members `const' pessimizes code)Roger Sayle1-13/+26
2003-08-11re PR rtl-optimization/11319 (loop miscompiled on ppc32)James E Wilson1-1/+1
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-11/+9
2003-07-07re PR rtl-optimization/11198 (-O2 -frename-registers generates wrong code)Richard Kenner1-8/+10
2003-06-16tracer.c: Remove duplication declaration.Andreas Jaeger1-1/+0
2003-06-15alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger1-153/+86
2003-05-20* alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai1-3/+0
2003-04-23alias.c (mark_constant_function): Check for constancy and purity even of void...Roger Sayle1-4/+9
2003-04-05alias.c (find_base_term): Export.Zdenek Dvorak1-2/+1
2003-03-18alias.c (rtx_equal_for_memref_p): Assume that X and Y has been canonicalized.Jan Hubicka1-18/+38
2003-03-05Makefile.in (calls.o, [...]): Depend on cgraph.hJan Hubicka1-2/+3
2003-02-26objc-act.c: Include cgraph.hJan Hubicka1-0/+4
2003-02-26cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.Zdenek Dvorak1-1/+1
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-3/+3
2003-01-08i386.md (adddi3_carry_rex64, [...]): Name pattern.Jan Hubicka1-0/+30
2003-01-07alias.c (find_base_value): Only use new_reg_base_value shortcut if the regist...Richard Henderson1-2/+4
2002-12-24Fix v850 PlumHall testsuite failure.Jim Wilson1-0/+17
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-25alias.c (find_base_value): Use new_reg_base_value if it's live.Richard Henderson1-6/+13
2002-10-14re PR rtl-optimization/6631 (Miscompiled structure access)Mark Mitchell1-3/+3
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-5/+5
2002-07-21emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL when flag_...Richard Henderson1-0/+15
2002-06-20c-common.c (c_common_get_alias_set): Correctly handle characters.Richard Henderson1-0/+8
2002-06-13alias.c (argument_registers): Remove.Jeff Law1-42/+4
2002-06-10alias.c (static_reg_base_value): New to hold RTL for items allocated once per...Jeff Law1-7/+46
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-9/+6
2002-06-03* alias.c (nonoverlapping_memrefs_p): Fix off by one error.Dan Nicolaescu1-1/+1
2002-06-02alias.c: Include target.h.Richard Henderson1-3/+4
2002-05-26alias.c: Fix formatting.Kazu Hirata1-58/+58
2002-04-22alias.c (canon_true_dependence): Special case (mem:blk (scratch)).Richard Henderson1-0/+7
2002-04-04re PR rtl-optimization/6165 ([i686] stack frame freed too early)Richard Henderson1-0/+14
2002-03-21alias.c: (nonlocal_mentioned_p): Use for_each_rtx.John Wehle1-57/+241
2002-03-11C++ alias analysis improvement.Dan Nicolaescu1-0/+11
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+1
2002-02-13alias.c (find_base_term, [...]): Make same change as for find_base_value.Richard Kenner1-2/+13
2002-02-12alias.c (find_base_value, [...]): Handle #ifdef POINTERS_EXTEND_UNSIGNED.Richard Kenner1-2/+14
2002-02-07alias.c (find_base_value): Recall base values for fixed hard regs.Richard Henderson1-3/+3
2002-01-10alias.c (find_base_value): Add cases for HIGH...David Edelsohn1-2/+14
2002-01-05rs6000.h (TARGET_POWERPC): For IN_LIBGCC2, define as 1 for __powerpc64__ as w...David Edelsohn1-10/+26
2001-12-09ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-12-02rtl.h (mem_attrs): Rename decl to expr; adjust all users.Richard Henderson1-13/+151
2001-11-28Fix comment typo.Richard Henderson1-1/+1
2001-11-19tree.def (VIEW_CONVERT_EXPR): New tree code.Richard Kenner1-26/+0
2001-11-15alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner1-2/+2
2001-11-12alias.c (nonoverlapping_memrefs_p): Only update size from memref if both size...Richard Kenner1-4/+7
2001-11-12* alias.c (nonoverlapping_memrefs_p): Handle DECL_RTL being a CONCAT.Richard Kenner1-8/+9
2001-11-11alias.c (nonoverlapping_memrefs_p): Not overlapping if one base is constant a...Richard Kenner1-9/+12