aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-01alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR.Richard Kenner1-15/+30
2001-10-01function.c (keep_stack_depressed): Don't use delete_insn.Richard Kenner1-18/+0
2001-09-19alias.c: Fix typos in comments.Stan Shebs1-2/+2
2001-09-11Fix 2 bugs in last patch.Jim Wilson1-2/+4
2001-09-10alias.c (clear_reg_alias_info): Use K&R format definition.Richard Kenner1-5/+4
2001-09-07re PR rtl-optimization/3783 (gcc3.0/ia64 ICE on linux kernel file fs/ufs/supe...Jim Wilson1-0/+14
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-08alias.c (get_alias_set): Return a previously calculated alias set for a VAR_D...Jason Merrill1-0/+7
2001-08-08* alias.c (find_base_decl): Delete redundent assignment.Graham Stott1-1/+0
2001-08-07revert get_alias_set change for nowJason Merrill1-7/+0
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-1/+1
2001-08-07alias.c (get_alias_set): Return a previously calculated alias set for a VAR_D...Jason Merrill1-0/+7
2001-08-05Not all VALUEs are identicalBernd Schmidt1-0/+3
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-6/+6
2001-07-30i386.c (ix86_output_main_function_alignment_hack): New function.Jan Hubicka1-93/+1
2001-07-27flow.c (last_loop_beg_note): New function.Jan Hubicka1-1/+1
2001-07-25alias.c (rtx_equal_for_memref_p): Allow strings as types in operands.Andrew Haley1-0/+6
2001-07-11alias.c (set_mem_alias_set): New function.Richard Kenner1-0/+18
2001-07-09[multiple changes]Richard Kenner1-10/+1
2001-07-06alias.c (base_alias_check): Cast GET_MODE_UNIT_SIZE to int to avoid warnings.Jan van Male1-2/+2
2001-07-02explow.c (plus_constant_wide, [...]): New case.Richard Kenner1-6/+3
2001-06-04tree.def (ARRAY_RANGE_REF): New code.Richard Kenner1-1/+2
2001-04-09alias.c (get_addr): Externalize.Andrew MacLeod1-2/+59
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-1/+1
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-03-15Use only nonvarying rtxs as known valuesBernd Schmidt1-2/+2
2001-03-13alias.c (handled_component_p, [...]): New functions.Richard Kenner1-29/+57
2001-03-12Fix typoRichard Kenner1-1/+1
2001-03-12flow.c (insn_dead_p): Don't consider two memrefs equivalent unless anti_depen...Richard Kenner1-0/+6
2001-01-26alias.c (objects_must_conflict_p): Read-only slots may not conflict despite h...Richard Henderson1-9/+12
2001-01-19alias.c (rtx_equal_for_memref_p, [...]): Don't assume args are REG.Richard Kenner1-2/+2
2001-01-19alias.c (find_base_value): Recognize TRUNCATE.J"orn Rennecke1-1/+20
2001-01-11Partially undo a previous patchBernd Schmidt1-18/+17
2001-01-03Improve alias analysis for ia64Bernd Schmidt1-25/+53
2001-01-01Extra arg for rtx_varies_pBernd Schmidt1-5/+5
2000-12-30alias.c (alias_sets_conflict_p): New function.Richard Kenner1-25/+86
2000-12-14Fix ia64-linux glibc miscompilation reported by H.J. Lu.Jim Wilson1-1/+5
2000-11-29function.h (emit_status): Delete member regno_pointer_flag and rename regno_p...John David Anglin1-4/+4
2000-11-19alias.c (mems_in_disjoint_alias_sets_p): Do use alias sets in stdarg and vara...Joseph Myers1-9/+0
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-3/+3
2000-10-25alias.c: Include basic-block.h.John Wehle1-0/+97
2000-10-20alias.c: (mark_constant_function): Don't check pure functions.John Wehle1-16/+28
2000-10-13Remove obstacks.Mark Mitchell1-4/+2
2000-09-17alias.c (true_dependence): Allow non-unchanging read to conflict with unchang...Richard Kenner1-1/+4
2000-09-14alias.c (memrefs_conflict_p): An ADDRESSOF doesn't conflict with frame_pointe...John Wehle1-2/+11
2000-09-13alias.c (find_base_term): Use frame_pointer_rtx when handling an ADDRESSOF.John Wehle1-1/+1
2000-09-11* alias.c (memrefs_conflict_p): An ADDRESSOF does conflict, sorry.Geoff Keating1-2/+2
2000-09-10alias.c (find_base_term): Handle ADDRESSOF.John Wehle1-0/+6
2000-08-25i386.c (ix86_find_base_term): New.John Wehle1-11/+22
2000-08-23rtlanal.c (rtx_unstable_p): The pic register is stable (within one function) ...John Wehle1-14/+13