| Commit message (Expand) | Author | Age | Files | Lines |
* | * alias.c (find_base_term): Improve handling of addresses | law | 1999-05-30 | 1 | -4/+49 |
* | * alias.c (alias_set_compare): Remove. | mmitchel | 1999-03-30 | 1 | -23/+2 |
* | * alias.c (init_alias_analysis): Avoid self-referential value | law | 1999-02-14 | 1 | -1/+2 |
* | * alias.c (fixed_scalar_and_varying_struct_p): Add "static" to | law | 1999-01-30 | 1 | -3/+3 |
* | * rtl.h (rtx_def): Update documentation. | mmitchel | 1999-01-19 | 1 | -58/+90 |
* | Copyright update. | law | 1999-01-18 | 1 | -1/+1 |
* | 8 | law | 1999-01-18 | 1 | -0/+2 |
* | Warning fixes: | ghazi | 1998-12-23 | 1 | -3/+3 |
* | * alias.c (memrefs_conflict_p): A second ANDed address | rth | 1998-12-06 | 1 | -2/+2 |
* | * alias.c (addr_side_effect_eval): New function. | m.hayes | 1998-12-03 | 1 | -2/+41 |
* | * invoke.texi: Document -flang-isoc9x. | mmitchel | 1998-10-21 | 1 | -19/+213 |
* | Warning fixes: | ghazi | 1998-10-14 | 1 | -16/+17 |
* | I can't believe I havn't done work on my home machine in | rth | 1998-10-13 | 1 | -24/+40 |
* | * alias.c: Include output.h. | mmitchel | 1998-08-25 | 1 | -5/+9 |
* | * i386.h (MODES_TIEABLE_P): Reorganize to shut up warnings. | jason | 1998-08-14 | 1 | -5/+8 |
* | Warning fixes: | ghazi | 1998-06-29 | 1 | -1/+1 |
* | * invoke.texi (-fstrict-aliasing): Document. | mmitchel | 1998-06-25 | 1 | -0/+32 |
* | * alias.c: Include toplev.h | law | 1998-06-19 | 1 | -0/+1 |
* | * alias.c (find_base_value): Add prototype. | law | 1998-06-19 | 1 | -1/+2 |
* | * alias.c (find_base_value): Avoid reading past end of reg_base_value. | jfc | 1998-06-05 | 1 | -0/+1 |
* | * alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory | law | 1998-05-21 | 1 | -0/+4 |
* | Revert April 21 alias.c change from jfc. | wilson | 1998-05-17 | 1 | -85/+49 |
* | * calls.c (expand_call): Fix recognition of C++ operator new. | jfc | 1998-04-29 | 1 | -0/+6 |
* | * alias.c (alias_invariant): New variable. | jfc | 1998-04-25 | 1 | -25/+64 |
* | * alias.c (mode_alias_check): New function. | jfc | 1998-04-21 | 1 | -49/+79 |
* | * alias.c (record_set): Add prototype. | law | 1998-04-16 | 1 | -0/+3 |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -10/+1 |
* | * alias.c: Include <stdlib.h> and <string.h>. | jfc | 1998-02-15 | 1 | -1/+11 |
* | Document unique_id variable. | jfc | 1998-02-08 | 1 | -1/+2 |
* | * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO; | rth | 1998-01-14 | 1 | -13/+13 |
* | * alias.c (*_dependence): Call base_alias_check before canon_rtx. | law | 1998-01-05 | 1 | -18/+40 |
* | * flags.h, toplev.c, calls.c, alias.c: Remove flag_alias_check; | law | 1997-12-24 | 1 | -164/+122 |
* | * bitmap.c (bitmap_clear): Ensure `inline' is at the beginning | law | 1997-12-20 | 1 | -0/+6 |
* | * alias.c (MAX_ALIAS_LOOP_PASSES): Define. | law | 1997-11-10 | 1 | -5/+27 |
* | * alias.c (find_base_value): Only return the known base value for | law | 1997-11-05 | 1 | -4/+8 |
* | * alias.c (find_base_value): When copying arguments, return the | law | 1997-11-04 | 1 | -4/+7 |
* | * alias.c (init_alias_analysis): Handle -fno-alias-check when | law | 1997-11-02 | 1 | -47/+55 |
* | * alias.c (init_alias_analysis): Add struct_value_incoming_rtx | law | 1997-10-31 | 1 | -53/+138 |
* | Fix typo in last change. | law | 1997-10-26 | 1 | -1/+1 |
* | Opps. Checked in some development patches by accident. | law | 1997-10-26 | 1 | -23/+1 |
* | * alias.c (memrefs_conflict_p): Treat arg_pointer_rtx just | law | 1997-10-26 | 1 | -2/+2 |
* | Take out find_base_value change -- not needed, only the find_base_term | law | 1997-10-26 | 1 | -8/+23 |
* | * alias.c (find_base_value): Handle PRE_INC, PRE_DEC, POST_INC, | law | 1997-10-26 | 1 | -1/+15 |
* | * alias.c (base_alias_check): Two symbols can conflict if they | law | 1997-09-29 | 1 | -11/+29 |
* | * alias.c (init_alias_analysis): Clean up incompatible pointer | law | 1997-09-08 | 1 | -1/+1 |
* | Fix H.J. Lu's alpha-linux aliasing bug. | wilson | 1997-09-03 | 1 | -2/+10 |
* | Fix minor alias typo found while working on H.J. Lu's alpha-linux alias bug. | wilson | 1997-09-03 | 1 | -1/+1 |
* | Fix m68k-next-nextstep3 stage2 enquire compilation hang reported by Moene. | wilson | 1997-08-23 | 1 | -1/+1 |
* | * alias.c (find_base_value): Improve handling of PLUS, MINUS, and | law | 1997-08-22 | 1 | -43/+58 |
* | * alias.c (init_alias_analysis): When simplifying the reg_base_value | law | 1997-08-21 | 1 | -1/+1 |