aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-10-13I can't believe I havn't done work on my home machine in nearly a month...Richard Henderson1-24/+40
1998-08-25alias.c: Include output.h.Mark Mitchell1-5/+9
1998-08-14i386.h (MODES_TIEABLE_P): Reorganize to shut up warnings.Jason Merrill1-5/+8
1998-06-29Warning fixes:Kaveh R. Ghazi1-1/+1
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+32
1998-06-19alias.c: Include toplev.hGraham Stott1-0/+1
1998-06-19alias.c (find_base_value): Add prototype.H.J. Lu1-1/+2
1998-06-05* alias.c (find_base_value): Avoid reading past end of reg_base_value.John Carr1-0/+1
1998-05-21alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory address.Jeffrey A Law1-0/+4
1998-05-17Revert April 21 alias.c change from jfc.Jim Wilson1-85/+49
1998-04-29calls.c (expand_call): Fix recognition of C++ operator new.John Carr1-0/+6
1998-04-25alias.c (alias_invariant): New variable.John Carr1-25/+64
1998-04-21alias.c (mode_alias_check): New function.John Carr1-49/+79
1998-04-16alias.c (record_set): Add prototype.Jeffrey A Law1-0/+3
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-10/+1