aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
2000-07-03alias.c (init_alias_analysis): Do not call prologue_epilogue_contains until a...Jeffrey A Law1-1/+6
2000-06-23alias.c (fixed_scalar_and_varying_struct_p): Don't examine struct vs.Geoff Keating1-0/+3
2000-06-05alias.c (get_alias_set): If compnent is addressable, use alias set of component.Richard Kenner1-11/+32
2000-06-04alias.c (record_component_aliases): Don't inspect DECL_NONADDRESSABLE_P of no...Geoff Keating1-1/+1
2000-06-03alias.c (record_alias_subset): Initialize has_zero_child in the superset.Richard Henderson1-1/+1
2000-06-02alias.c (struct alias_set_entry): New field has_zero_child.Richard Kenner1-24/+46
2000-06-02alias.c (lang_get_alias_set): Remove.Richard Henderson1-10/+4
2000-06-01alias.c (get_alias_set): Don't call language-specific routine more than is ne...Richard Kenner1-34/+40
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-16/+210
2000-05-22alias.c (record_component_aliases): New function.Richard Kenner1-2/+43
2000-05-20alias.c: Clarify some comments.Richard Kenner1-32/+32
2000-05-20alias.c (aliases_everything_p): Don't special-case QImode here.Richard Kenner1-12/+6
2000-05-19cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner1-5/+9
2000-05-09alias.c (nonlocal_reference_p): Minor reformatting.Richard Kenner1-1/+2
2000-05-04rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET.Richard Kenner1-2/+0
2000-04-13alias.c (nonlocal_reference_p): Take a care for CALL_INSNS's fusage field.Jan Hubicka1-4/+9
2000-03-31alias.c (canon_rtx): Make it global.Mark Mitchell1-19/+32
2000-03-31Makefile.in (emit-rtl.o): Depend on HASHTAB_H.Mark Mitchell1-2/+7
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-1/+1
2000-03-14Add cselib; use it in loop and reload_cse_regsBernd Schmidt1-26/+69
2000-01-21Typo fix.Joern Rennecke1-1/+1
2000-01-11alias.c: PROTO -> PARAMS.Kaveh R. Ghazi1-21/+20
1999-12-27alias.c (nonlocal_reference_p): Add else for disjoint ifs.Christophe Jaillet1-1/+1
1999-12-18alias.c: Minor reformatting.Richard Kenner1-58/+58
1999-10-27rtl.h (note_stores): Add additional paramter.Mark Mitchell1-4/+5
1999-10-27alias.c (init_alias_analysis): Allocate reg_known_value and reg_known_equiv_p...Mark Mitchell1-10/+13
1999-10-27alias.c: Update comments for ADDRESS.Jeffrey A Law1-8/+23
1999-10-24alias.c: Include ggc.h.Graham Stott1-9/+23
1999-10-03alias.c (nonlocal_reference_p): Add static prototype.Kaveh R. Ghazi1-0/+1
1999-09-30Jan Hubicka <hubicka@freesoft.cz>Jan Hubicka1-0/+1
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-10alias.c (rtx_equal_for_memref_p): Allow CONST_DOUBLEs to be used as pointers.Andrew Haley1-0/+4
1999-08-31* alias.c (non_local_reference_p): Constify fmt.Marc Espie1-1/+1
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-2/+2
1999-08-19alias.c: Include tree.h.John Wehle1-0/+144
1999-08-09Include function.h in most files.Bernd Schmidt1-0/+1
1999-08-08alias.c (init_alias_analysis): Wrap call to `prologue_epilogue_contains' with...Kaveh R. Ghazi1-0/+2
1999-08-07function.c (init_function_start): Clear prologue & epilogue.Richard Henderson1-0/+2
1999-05-30alias.c (find_base_term): Improve handling of addresses constructed from bina...Jeffrey A Law1-4/+49
1999-03-30alias.c (alias_set_compare): Remove.Mark Mitchell1-23/+2
1999-02-14alias.c (init_alias_analysis): Avoid self-referential value when setting reg_...J"orn Rennecke1-1/+2
1999-01-30alias.c (fixed_scalar_and_varying_struct_p): Add "static" to function definit...Jeffrey A Law1-3/+3
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell1-58/+90
1999-01-17Copyright update.Jeff Law1-1/+1
1999-01-17alias.c (base_alias_check): Add missing return for differing symbols case.Jeff Law1-0/+2
1998-12-23Warning fixes:Kaveh R. Ghazi1-3/+3
1998-12-05alias.c (memrefs_conflict_p): A second ANDed address disables the aligned add...Richard Henderson1-2/+2
1998-12-03alias.c (addr_side_effect_eval): New function.Michael Hayes1-2/+41
1998-10-21invoke.texi: Document -flang-isoc9x.Mark Mitchell1-19/+213
1998-10-14Warning fixes:Kaveh R. Ghazi1-16/+17