aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-21invoke.texi: Document -flang-isoc9x.Mark Mitchell1-19/+213
1998-10-14Warning fixes:Kaveh R. Ghazi1-16/+17
1998-10-13I can't believe I havn't done work on my home machine in nearly a month...Richard Henderson1-24/+40
1998-08-25alias.c: Include output.h.Mark Mitchell1-5/+9
1998-08-14i386.h (MODES_TIEABLE_P): Reorganize to shut up warnings.Jason Merrill1-5/+8
1998-06-29Warning fixes:Kaveh R. Ghazi1-1/+1
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+32
1998-06-19alias.c: Include toplev.hGraham Stott1-0/+1
1998-06-19alias.c (find_base_value): Add prototype.H.J. Lu1-1/+2
1998-06-05* alias.c (find_base_value): Avoid reading past end of reg_base_value.John Carr1-0/+1
1998-05-21alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory address.Jeffrey A Law1-0/+4
1998-05-17Revert April 21 alias.c change from jfc.Jim Wilson1-85/+49
1998-04-29calls.c (expand_call): Fix recognition of C++ operator new.John Carr1-0/+6
1998-04-25alias.c (alias_invariant): New variable.John Carr1-25/+64
1998-04-21alias.c (mode_alias_check): New function.John Carr1-49/+79
1998-04-16alias.c (record_set): Add prototype.Jeffrey A Law1-0/+3
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-10/+1
1998-02-15alias.c: Include <stdlib.h> and <string.h>.John Carr1-1/+11
1998-02-08Document unique_id variable.John Carr1-1/+2
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-13/+13
1998-01-05alias.c (*_dependence): Call base_alias_check before canon_rtx.John F. Carr1-18/+40
1997-12-24flags.h, [...]: Remove flag_alias_check; optimization is now always enabled.John Carr1-164/+122
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1-0/+6
1997-11-10alias.c (MAX_ALIAS_LOOP_PASSES): Define.Jeffrey A Law1-5/+27
1997-11-05alias.c (find_base_value): Only return the known base value for pseudo regist...Jeffrey A Law1-4/+8
1997-11-04alias.c (find_base_value): When copying arguments, return the tenative value ...Jeffrey A Law1-4/+7
1997-11-01alias.c (init_alias_analysis): Handle -fno-alias-check when optimizing correc...Jeffrey A Law1-47/+55
1997-10-31alias.c (init_alias_analysis): Add struct_value_incoming_rtx and static_chain...Jeffrey A Law1-53/+138
1997-10-26Fix typo in last change.Jeff Law1-1/+1
1997-10-26Opps. Checked in some development patches by accident.Jeff Law1-23/+1
1997-10-26alias.c (memrefs_conflict_p): Treat arg_pointer_rtx just like stack_pointer_rtx.Richard Henderson1-2/+2
1997-10-26Take out find_base_value change -- not needed, only the find_base_termJeffrey A Law1-8/+23
1997-10-26alias.c (find_base_value): Handle PRE_INC, PRE_DEC, POST_INC, and POS_DEC.Jeffrey A Law1-1/+15
1997-09-29alias.c (base_alias_check): Two symbols can conflict if they are accessed via...Richard Henderson1-11/+29
1997-09-08alias.c (init_alias_analysis): Clean up incompatible pointer type warning in ...Weiwen Liu1-1/+1
1997-09-03Fix H.J. Lu's alpha-linux aliasing bug.Jim Wilson1-2/+10
1997-09-03Fix minor alias typo found while working on H.J. Lu's alpha-linux alias bug.Jim Wilson1-1/+1
1997-08-22Fix m68k-next-nextstep3 stage2 enquire compilation hang reported by Moene.Jim Wilson1-1/+1
1997-08-22alias.c (find_base_value): Improve handling of PLUS, MINUS, and LO_SUM.John F. Carr1-43/+58
1997-08-20alias.c (init_alias_analysis): When simplifying the reg_base_value array, sim...Jeffrey A Law1-1/+1
1997-08-11* Integrate alias analysis changes from jfc@mit.eduJeffrey A Law1-0/+1015