Age | Commit message (Expand) | Author | Files | Lines |
1999-05-30 | alias.c (find_base_term): Improve handling of addresses constructed from bina... | Jeffrey A Law | 1 | -4/+49 |
1999-03-30 | alias.c (alias_set_compare): Remove. | Mark Mitchell | 1 | -23/+2 |
1999-02-14 | alias.c (init_alias_analysis): Avoid self-referential value when setting reg_... | J"orn Rennecke | 1 | -1/+2 |
1999-01-30 | alias.c (fixed_scalar_and_varying_struct_p): Add "static" to function definit... | Jeffrey A Law | 1 | -3/+3 |
1999-01-19 | rtl.h (rtx_def): Update documentation. | Mark Mitchell | 1 | -58/+90 |
1999-01-17 | Copyright update. | Jeff Law | 1 | -1/+1 |
1999-01-17 | alias.c (base_alias_check): Add missing return for differing symbols case. | Jeff Law | 1 | -0/+2 |
1998-12-23 | Warning fixes: | Kaveh R. Ghazi | 1 | -3/+3 |
1998-12-05 | alias.c (memrefs_conflict_p): A second ANDed address disables the aligned add... | Richard Henderson | 1 | -2/+2 |
1998-12-03 | alias.c (addr_side_effect_eval): New function. | Michael Hayes | 1 | -2/+41 |
1998-10-21 | invoke.texi: Document -flang-isoc9x. | Mark Mitchell | 1 | -19/+213 |
1998-10-14 | Warning fixes: | Kaveh R. Ghazi | 1 | -16/+17 |
1998-10-13 | I can't believe I havn't done work on my home machine in nearly a month... | Richard Henderson | 1 | -24/+40 |
1998-08-25 | alias.c: Include output.h. | Mark Mitchell | 1 | -5/+9 |
1998-08-14 | i386.h (MODES_TIEABLE_P): Reorganize to shut up warnings. | Jason Merrill | 1 | -5/+8 |
1998-06-29 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-06-25 | invoke.texi (-fstrict-aliasing): Document. | Mark Mitchell | 1 | -0/+32 |
1998-06-19 | alias.c: Include toplev.h | Graham Stott | 1 | -0/+1 |
1998-06-19 | alias.c (find_base_value): Add prototype. | H.J. Lu | 1 | -1/+2 |
1998-06-05 | * alias.c (find_base_value): Avoid reading past end of reg_base_value. | John Carr | 1 | -0/+1 |
1998-05-21 | alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory address. | Jeffrey A Law | 1 | -0/+4 |
1998-05-17 | Revert April 21 alias.c change from jfc. | Jim Wilson | 1 | -85/+49 |
1998-04-29 | calls.c (expand_call): Fix recognition of C++ operator new. | John Carr | 1 | -0/+6 |
1998-04-25 | alias.c (alias_invariant): New variable. | John Carr | 1 | -25/+64 |
1998-04-21 | alias.c (mode_alias_check): New function. | John Carr | 1 | -49/+79 |
1998-04-16 | alias.c (record_set): Add prototype. | Jeffrey A Law | 1 | -0/+3 |
1998-03-20 | Major cutover to using system.h: | Kaveh R. Ghazi | 1 | -10/+1 |
1998-02-15 | alias.c: Include <stdlib.h> and <string.h>. | John Carr | 1 | -1/+11 |
1998-02-08 | Document unique_id variable. | John Carr | 1 | -1/+2 |
1998-01-14 | alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... | Richard Henderson | 1 | -13/+13 |
1998-01-05 | alias.c (*_dependence): Call base_alias_check before canon_rtx. | John F. Carr | 1 | -18/+40 |
1997-12-24 | flags.h, [...]: Remove flag_alias_check; optimization is now always enabled. | John Carr | 1 | -164/+122 |
1997-12-20 | bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration. | Kaveh R. Ghazi | 1 | -0/+6 |
1997-11-10 | alias.c (MAX_ALIAS_LOOP_PASSES): Define. | Jeffrey A Law | 1 | -5/+27 |
1997-11-05 | alias.c (find_base_value): Only return the known base value for pseudo regist... | Jeffrey A Law | 1 | -4/+8 |
1997-11-04 | alias.c (find_base_value): When copying arguments, return the tenative value ... | Jeffrey A Law | 1 | -4/+7 |
1997-11-01 | alias.c (init_alias_analysis): Handle -fno-alias-check when optimizing correc... | Jeffrey A Law | 1 | -47/+55 |
1997-10-31 | alias.c (init_alias_analysis): Add struct_value_incoming_rtx and static_chain... | Jeffrey A Law | 1 | -53/+138 |
1997-10-26 | Fix typo in last change. | Jeff Law | 1 | -1/+1 |
1997-10-26 | Opps. Checked in some development patches by accident. | Jeff Law | 1 | -23/+1 |
1997-10-26 | alias.c (memrefs_conflict_p): Treat arg_pointer_rtx just like stack_pointer_rtx. | Richard Henderson | 1 | -2/+2 |
1997-10-26 | Take out find_base_value change -- not needed, only the find_base_term | Jeffrey A Law | 1 | -8/+23 |
1997-10-26 | alias.c (find_base_value): Handle PRE_INC, PRE_DEC, POST_INC, and POS_DEC. | Jeffrey A Law | 1 | -1/+15 |
1997-09-29 | alias.c (base_alias_check): Two symbols can conflict if they are accessed via... | Richard Henderson | 1 | -11/+29 |
1997-09-08 | alias.c (init_alias_analysis): Clean up incompatible pointer type warning in ... | Weiwen Liu | 1 | -1/+1 |
1997-09-03 | Fix H.J. Lu's alpha-linux aliasing bug. | Jim Wilson | 1 | -2/+10 |
1997-09-03 | Fix minor alias typo found while working on H.J. Lu's alpha-linux alias bug. | Jim Wilson | 1 | -1/+1 |
1997-08-22 | Fix m68k-next-nextstep3 stage2 enquire compilation hang reported by Moene. | Jim Wilson | 1 | -1/+1 |
1997-08-22 | alias.c (find_base_value): Improve handling of PLUS, MINUS, and LO_SUM. | John F. Carr | 1 | -43/+58 |
1997-08-20 | alias.c (init_alias_analysis): When simplifying the reg_base_value array, sim... | Jeffrey A Law | 1 | -1/+1 |