OSDN Git Service

* alias.c (record_component_aliases): Don't inspect
[pf3gnuchains/gcc-fork.git] / gcc / alias.c
2000-06-04 mmitchel * alias.c (record_component_aliases): Don't...
2000-06-03 rth * alias.c (record_alias_subset): Initialize...
2000-06-03 kenner * alias.c (struct alias_set_entry): New field has_zero...
2000-06-03 rthgcc/
2000-06-01 kenner * alias.c (get_alias_set): Don't call language-specifi...
2000-05-31 kenner * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-22 kenner * alias.c (record_component_aliases): New function.
2000-05-20 kenner * alias.c: Clarify some comments.
2000-05-20 kenner * alias.c (aliases_everything_p): Don't special-case...
2000-05-19 kenner * cse.c (cse_basic_block): Only call find_reg_note...
2000-05-09 kenner * alias.c (nonlocal_reference_p): Minor reformatting.
2000-05-04 kenner * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGIN...
2000-04-13 hubicka * alias.c (nonlocal_reference_p): Take a care for
2000-03-31 mmitchel * alias.c (canon_rtx): Make it global.
2000-03-31 mmitchel * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-14 cruxAdd cselib; use it in loop and reload_cse_regs
2000-01-21 amylaarTypo fix.
2000-01-11 ghazi * alias.c: PROTO -> PARAMS.
1999-12-27 rth * alias.c (nonlocal_reference_p): Add else...
1999-12-18 kenner * alias.c: Minor reformatting.
1999-10-27 mmitchel * rtl.h (note_stores): Add additional paramter.
1999-10-27 mmitchel * alias.c (init_alias_analysis): Allocate reg_known_va...
1999-10-27 law * alias.c: Update comments for ADDRESS.
1999-10-24 rth * alias.c: Include ggc.h.
1999-10-03 ghazi * alias.c (nonlocal_reference_p): Add static...
1999-10-01 rthJan Hubicka <hubicka@freesoft.cz>
1999-09-20 cruxMake it possible to prototype port-specific functions...
1999-09-10 aphWed Sep 8 16:12:04 1999 Andrew Haley <aph@cygnus...
1999-09-01 rth* alias.c (non_local_reference_p): Constify fmt.
1999-08-20 ghazi * rtl.h (rtx_format): Constify a char*.
1999-08-19 wehle * alias.c: Include tree.h.
1999-08-09 cruxInclude function.h in most files. Remove most of the...
1999-08-08 ghazi * alias.c (init_alias_analysis): Wrap call to
1999-08-07 rth * function.c (init_function_start): Clear prolo...
1999-05-30 law * alias.c (find_base_term): Improve handling...
1999-03-30 mmitchel * alias.c (alias_set_compare): Remove.
1999-02-14 law * alias.c (init_alias_analysis): Avoid self...
1999-01-30 law * alias.c (fixed_scalar_and_varying_struct_p...
1999-01-19 mmitchel * rtl.h (rtx_def): Update documentation.
1999-01-18 lawCopyright update.
1999-01-18 law8
1998-12-23 ghaziWarning fixes:
1998-12-06 rth * alias.c (memrefs_conflict_p): A second ANDed...
1998-12-03 m.hayes * alias.c (addr_side_effect_eval): New function.
1998-10-21 mmitchel * invoke.texi: Document -flang-isoc9x.
1998-10-14 ghaziWarning fixes:
1998-10-13 rth I can't believe I havn't done work on my home machine in
1998-08-25 mmitchel * alias.c: Include output.h.
1998-08-14 jason * i386.h (MODES_TIEABLE_P): Reorganize to shut up...
1998-06-29 ghaziWarning fixes:
1998-06-25 mmitchel * invoke.texi (-fstrict-aliasing): Document.
1998-06-19 law * alias.c: Include toplev.h
1998-06-19 law * alias.c (find_base_value): Add prototype.
1998-06-05 jfc* alias.c (find_base_value): Avoid reading past end...
1998-05-21 law * alias.c (rtx_equal_for_memref_p): Handle...
1998-05-17 wilsonRevert April 21 alias.c change from jfc.
1998-04-29 jfc * calls.c (expand_call): Fix recognition of C++ operat...
1998-04-25 jfc * alias.c (alias_invariant): New variable.
1998-04-21 jfc * alias.c (mode_alias_check): New function.
1998-04-16 law * alias.c (record_set): Add prototype.
1998-03-20 ghaziMajor cutover to using system.h:
1998-02-15 jfc * alias.c: Include <stdlib.h> and <string.h>.
1998-02-08 jfcDocument unique_id variable.
1998-01-14 rth* alias.c: Change all uses of gen_rtx(FOO...) to gen_rt...
1998-01-05 law * alias.c (*_dependence): Call base_alias_check...
1997-12-24 law * flags.h, toplev.c, calls.c, alias.c: Remove...
1997-12-20 law * bitmap.c (bitmap_clear): Ensure `inline'...
1997-11-10 law * alias.c (MAX_ALIAS_LOOP_PASSES): Define.
1997-11-05 law * alias.c (find_base_value): Only return the...
1997-11-04 law * alias.c (find_base_value): When copying argum...
1997-11-02 law * alias.c (init_alias_analysis): Handle -fno...
1997-10-31 law * alias.c (init_alias_analysis): Add struct_val...
1997-10-26 lawFix typo in last change.
1997-10-26 lawOpps. Checked in some development patches by accident.
1997-10-26 law * alias.c (memrefs_conflict_p): Treat arg_point...
1997-10-26 lawTake out find_base_value change -- not needed, only...
1997-10-26 law * alias.c (find_base_value): Handle PRE_INC...
1997-09-29 law * alias.c (base_alias_check): Two symbols can...
1997-09-08 law * alias.c (init_alias_analysis): Clean up incom...
1997-09-03 wilsonFix H.J. Lu's alpha-linux aliasing bug.
1997-09-03 wilsonFix minor alias typo found while working on H.J. Lu...
1997-08-23 wilsonFix m68k-next-nextstep3 stage2 enquire compilation...
1997-08-22 law * alias.c (find_base_value): Improve handling...
1997-08-21 law * alias.c (init_alias_analysis): When simplifyi...
1997-08-11 law * Integrate alias analysis changes from jfc...