summaryrefslogtreecommitdiff
path: root/gcc/alias.c
Commit message (Expand)AuthorAgeFilesLines
* * alias.c (true_dependence, write_dependence_p): A readwehle2000-08-181-2/+20
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-3/+2
* * alias.c (init_alias_analysis): Do not calllaw2000-07-031-1/+6
* * alias.c (fixed_scalar_and_varying_struct_p): Don't examinegeoffk2000-06-231-0/+3
* * alias.c (get_alias_set): If compnent is addressable, use aliaskenner2000-06-051-11/+32
* * alias.c (record_component_aliases): Don't inspectmmitchel2000-06-041-1/+1
* * alias.c (record_alias_subset): Initialize has_zero_child in therth2000-06-031-1/+1
* * alias.c (struct alias_set_entry): New field has_zero_child.kenner2000-06-031-24/+46
* gcc/rth2000-06-031-10/+4
* * alias.c (get_alias_set): Don't call language-specific routine morekenner2000-06-011-34/+40
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-05-311-16/+210
* * alias.c (record_component_aliases): New function.kenner2000-05-221-2/+43
* * alias.c: Clarify some comments.kenner2000-05-201-32/+32
* * alias.c (aliases_everything_p): Don't special-case QImode here.kenner2000-05-201-12/+6
* * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.kenner2000-05-191-5/+9
* * alias.c (nonlocal_reference_p): Minor reformatting.kenner2000-05-091-1/+2
* * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P andkenner2000-05-041-2/+0
* * alias.c (nonlocal_reference_p): Take a care forhubicka2000-04-131-4/+9
* * alias.c (canon_rtx): Make it global.mmitchel2000-03-311-19/+32
* * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.mmitchel2000-03-311-2/+7
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-1/+1
* Add cselib; use it in loop and reload_cse_regscrux2000-03-141-26/+69
* Typo fix.amylaar2000-01-211-1/+1
* * alias.c: PROTO -> PARAMS.ghazi2000-01-111-21/+20
* * alias.c (nonlocal_reference_p): Add else for disjoint ifs.rth1999-12-271-1/+1
* * alias.c: Minor reformatting.kenner1999-12-181-58/+58
* * rtl.h (note_stores): Add additional paramter.mmitchel1999-10-271-4/+5
* * alias.c (init_alias_analysis): Allocate reg_known_value andmmitchel1999-10-271-10/+13
* * alias.c: Update comments for ADDRESS.law1999-10-271-8/+23
* * alias.c: Include ggc.h.rth1999-10-241-9/+23
* * alias.c (nonlocal_reference_p): Add static prototype.ghazi1999-10-031-0/+1
* Jan Hubicka <hubicka@freesoft.cz>rth1999-10-011-0/+1
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* Wed Sep 8 16:12:04 1999 Andrew Haley <aph@cygnus.com>aph1999-09-101-0/+4
* * alias.c (non_local_reference_p): Constify fmt.rth1999-09-011-1/+1
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-2/+2
* * alias.c: Include tree.h.wehle1999-08-191-0/+144
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-0/+1
* * alias.c (init_alias_analysis): Wrap call toghazi1999-08-081-0/+2
* * function.c (init_function_start): Clear prologue & epilogue.rth1999-08-071-0/+2
* * alias.c (find_base_term): Improve handling of addresseslaw1999-05-301-4/+49
* * alias.c (alias_set_compare): Remove.mmitchel1999-03-301-23/+2
* * alias.c (init_alias_analysis): Avoid self-referential valuelaw1999-02-141-1/+2
* * alias.c (fixed_scalar_and_varying_struct_p): Add "static" tolaw1999-01-301-3/+3
* * rtl.h (rtx_def): Update documentation.mmitchel1999-01-191-58/+90
* Copyright update.law1999-01-181-1/+1
* 8law1999-01-181-0/+2
* Warning fixes:ghazi1998-12-231-3/+3
* * alias.c (memrefs_conflict_p): A second ANDed addressrth1998-12-061-2/+2
* * alias.c (addr_side_effect_eval): New function.m.hayes1998-12-031-2/+41