aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-21emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL when flag_...Richard Henderson1-0/+15
2002-06-20c-common.c (c_common_get_alias_set): Correctly handle characters.Richard Henderson1-0/+8
2002-06-13alias.c (argument_registers): Remove.Jeff Law1-42/+4
2002-06-10alias.c (static_reg_base_value): New to hold RTL for items allocated once per...Jeff Law1-7/+46
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-9/+6
2002-06-03* alias.c (nonoverlapping_memrefs_p): Fix off by one error.Dan Nicolaescu1-1/+1
2002-06-02alias.c: Include target.h.Richard Henderson1-3/+4
2002-05-26alias.c: Fix formatting.Kazu Hirata1-58/+58
2002-04-22alias.c (canon_true_dependence): Special case (mem:blk (scratch)).Richard Henderson1-0/+7
2002-04-04re PR rtl-optimization/6165 ([i686] stack frame freed too early)Richard Henderson1-0/+14
2002-03-21alias.c: (nonlocal_mentioned_p): Use for_each_rtx.John Wehle1-57/+241
2002-03-11C++ alias analysis improvement.Dan Nicolaescu1-0/+11
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+1
2002-02-13alias.c (find_base_term, [...]): Make same change as for find_base_value.Richard Kenner1-2/+13
2002-02-12alias.c (find_base_value, [...]): Handle #ifdef POINTERS_EXTEND_UNSIGNED.Richard Kenner1-2/+14
2002-02-07alias.c (find_base_value): Recall base values for fixed hard regs.Richard Henderson1-3/+3
2002-01-10alias.c (find_base_value): Add cases for HIGH...David Edelsohn1-2/+14
2002-01-05rs6000.h (TARGET_POWERPC): For IN_LIBGCC2, define as 1 for __powerpc64__ as w...David Edelsohn1-10/+26
2001-12-09ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-12-02rtl.h (mem_attrs): Rename decl to expr; adjust all users.Richard Henderson1-13/+151
2001-11-28Fix comment typo.Richard Henderson1-1/+1
2001-11-19tree.def (VIEW_CONVERT_EXPR): New tree code.Richard Kenner1-26/+0
2001-11-15alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner1-2/+2
2001-11-12alias.c (nonoverlapping_memrefs_p): Only update size from memref if both size...Richard Kenner1-4/+7
2001-11-12* alias.c (nonoverlapping_memrefs_p): Handle DECL_RTL being a CONCAT.Richard Kenner1-8/+9
2001-11-11alias.c (nonoverlapping_memrefs_p): Not overlapping if one base is constant a...Richard Kenner1-9/+12
2001-11-09alias.c (nonoverlapping_memrefs_p): New function.Richard Kenner1-0/+85
2001-11-06Clean up langhooksNeil Booth1-0/+1
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-7/+7
2001-10-30alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-10-25alias.c (can_address_p): No longer static.Richard Kenner1-2/+1
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-23/+21
2001-10-17Makefile.in (print-rtl.o): Depend on TREE_H.Richard Kenner1-40/+75
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-23/+23
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