summaryrefslogtreecommitdiff
path: root/gcc/alias.c
Commit message (Expand)AuthorAgeFilesLines
* Warning fixes:Kaveh R. Ghazi1998-06-291-1/+1
* invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1998-06-251-0/+32
* alias.c: Include toplev.hGraham Stott1998-06-191-0/+1
* alias.c (find_base_value): Add prototype.H.J. Lu1998-06-191-1/+2
* * alias.c (find_base_value): Avoid reading past end of reg_base_value.John Carr1998-06-051-0/+1
* alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory address.Jeffrey A Law1998-05-211-0/+4
* Revert April 21 alias.c change from jfc.Jim Wilson1998-05-171-85/+49
* calls.c (expand_call): Fix recognition of C++ operator new.John Carr1998-04-291-0/+6
* alias.c (alias_invariant): New variable.John Carr1998-04-251-25/+64
* alias.c (mode_alias_check): New function.John Carr1998-04-211-49/+79
* alias.c (record_set): Add prototype.Jeffrey A Law1998-04-161-0/+3
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-10/+1
* alias.c: Include <stdlib.h> and <string.h>.John Carr1998-02-151-1/+11
* Document unique_id variable.John Carr1998-02-081-1/+2
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1998-01-141-13/+13
* alias.c (*_dependence): Call base_alias_check before canon_rtx.John F. Carr1998-01-051-18/+40
* flags.h, [...]: Remove flag_alias_check; optimization is now always enabled.John Carr1997-12-241-164/+122
* bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1997-12-201-0/+6
* alias.c (MAX_ALIAS_LOOP_PASSES): Define.Jeffrey A Law1997-11-101-5/+27
* alias.c (find_base_value): Only return the known base value for pseudo regist...Jeffrey A Law1997-11-051-4/+8
* alias.c (find_base_value): When copying arguments, return the tenative value ...Jeffrey A Law1997-11-041-4/+7
* alias.c (init_alias_analysis): Handle -fno-alias-check when optimizing correc...Jeffrey A Law1997-11-011-47/+55
* alias.c (init_alias_analysis): Add struct_value_incoming_rtx and static_chain...Jeffrey A Law1997-10-311-53/+138
* Fix typo in last change.Jeff Law1997-10-261-1/+1
* Opps. Checked in some development patches by accident.Jeff Law1997-10-261-23/+1
* alias.c (memrefs_conflict_p): Treat arg_pointer_rtx just like stack_pointer_rtx.Richard Henderson1997-10-261-2/+2
* Take out find_base_value change -- not needed, only the find_base_termJeffrey A Law1997-10-261-8/+23
* alias.c (find_base_value): Handle PRE_INC, PRE_DEC, POST_INC, and POS_DEC.Jeffrey A Law1997-10-261-1/+15
* alias.c (base_alias_check): Two symbols can conflict if they are accessed via...Richard Henderson1997-09-291-11/+29
* alias.c (init_alias_analysis): Clean up incompatible pointer type warning in ...Weiwen Liu1997-09-081-1/+1
* Fix H.J. Lu's alpha-linux aliasing bug.Jim Wilson1997-09-031-2/+10
* Fix minor alias typo found while working on H.J. Lu's alpha-linux alias bug.Jim Wilson1997-09-031-1/+1
* Fix m68k-next-nextstep3 stage2 enquire compilation hang reported by Moene.Jim Wilson1997-08-221-1/+1
* alias.c (find_base_value): Improve handling of PLUS, MINUS, and LO_SUM.John F. Carr1997-08-221-43/+58
* alias.c (init_alias_analysis): When simplifying the reg_base_value array, sim...Jeffrey A Law1997-08-201-1/+1
* * Integrate alias analysis changes from jfc@mit.eduJeffrey A Law1997-08-111-0/+1015