summaryrefslogtreecommitdiff
path: root/gcc/alias.c
Commit message (Expand)AuthorAgeFilesLines
* Major cutover to using system.h:ghazi1998-03-201-10/+1
* * alias.c: Include <stdlib.h> and <string.h>.jfc1998-02-151-1/+11
* Document unique_id variable.jfc1998-02-081-1/+2
* * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;rth1998-01-141-13/+13
* * alias.c (*_dependence): Call base_alias_check before canon_rtx.law1998-01-051-18/+40
* * flags.h, toplev.c, calls.c, alias.c: Remove flag_alias_check;law1997-12-241-164/+122
* * bitmap.c (bitmap_clear): Ensure `inline' is at the beginninglaw1997-12-201-0/+6
* * alias.c (MAX_ALIAS_LOOP_PASSES): Define.law1997-11-101-5/+27
* * alias.c (find_base_value): Only return the known base value forlaw1997-11-051-4/+8
* * alias.c (find_base_value): When copying arguments, return thelaw1997-11-041-4/+7
* * alias.c (init_alias_analysis): Handle -fno-alias-check whenlaw1997-11-021-47/+55
* * alias.c (init_alias_analysis): Add struct_value_incoming_rtxlaw1997-10-311-53/+138
* Fix typo in last change.law1997-10-261-1/+1
* Opps. Checked in some development patches by accident.law1997-10-261-23/+1
* * alias.c (memrefs_conflict_p): Treat arg_pointer_rtx justlaw1997-10-261-2/+2
* Take out find_base_value change -- not needed, only the find_base_termlaw1997-10-261-8/+23
* * alias.c (find_base_value): Handle PRE_INC, PRE_DEC, POST_INC,law1997-10-261-1/+15
* * alias.c (base_alias_check): Two symbols can conflict if theylaw1997-09-291-11/+29
* * alias.c (init_alias_analysis): Clean up incompatible pointerlaw1997-09-081-1/+1
* Fix H.J. Lu's alpha-linux aliasing bug.wilson1997-09-031-2/+10
* Fix minor alias typo found while working on H.J. Lu's alpha-linux alias bug.wilson1997-09-031-1/+1
* Fix m68k-next-nextstep3 stage2 enquire compilation hang reported by Moene.wilson1997-08-231-1/+1
* * alias.c (find_base_value): Improve handling of PLUS, MINUS, andlaw1997-08-221-43/+58
* * alias.c (init_alias_analysis): When simplifying the reg_base_valuelaw1997-08-211-1/+1
* * Integrate alias analysis changes from jfc@mit.edulaw1997-08-111-0/+1015