summaryrefslogtreecommitdiff
path: root/gcc/alias.c
Commit message (Expand)AuthorAgeFilesLines
* emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL when flag_...Richard Henderson2002-07-211-0/+15
* c-common.c (c_common_get_alias_set): Correctly handle characters.Richard Henderson2002-06-201-0/+8
* alias.c (argument_registers): Remove.Jeff Law2002-06-131-42/+4
* alias.c (static_reg_base_value): New to hold RTL for items allocated once per...Jeff Law2002-06-101-7/+46
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-9/+6
* * alias.c (nonoverlapping_memrefs_p): Fix off by one error.Dan Nicolaescu2002-06-031-1/+1
* alias.c: Include target.h.Richard Henderson2002-06-021-3/+4
* alias.c: Fix formatting.Kazu Hirata2002-05-261-58/+58
* alias.c (canon_true_dependence): Special case (mem:blk (scratch)).Richard Henderson2002-04-221-0/+7
* re PR rtl-optimization/6165 ([i686] stack frame freed too early)Richard Henderson2002-04-041-0/+14
* alias.c: (nonlocal_mentioned_p): Use for_each_rtx.John Wehle2002-03-211-57/+241
* C++ alias analysis improvement.Dan Nicolaescu2002-03-111-0/+11
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+1
* alias.c (find_base_term, [...]): Make same change as for find_base_value.Richard Kenner2002-02-131-2/+13
* alias.c (find_base_value, [...]): Handle #ifdef POINTERS_EXTEND_UNSIGNED.Richard Kenner2002-02-121-2/+14
* alias.c (find_base_value): Recall base values for fixed hard regs.Richard Henderson2002-02-071-3/+3
* alias.c (find_base_value): Add cases for HIGH...David Edelsohn2002-01-101-2/+14
* rs6000.h (TARGET_POWERPC): For IN_LIBGCC2, define as 1 for __powerpc64__ as w...David Edelsohn2002-01-051-10/+26
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-12-091-1/+1
* rtl.h (mem_attrs): Rename decl to expr; adjust all users.Richard Henderson2001-12-021-13/+151
* Fix comment typo.Richard Henderson2001-11-281-1/+1
* tree.def (VIEW_CONVERT_EXPR): New tree code.Richard Kenner2001-11-191-26/+0
* alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner2001-11-151-2/+2
* alias.c (nonoverlapping_memrefs_p): Only update size from memref if both size...Richard Kenner2001-11-121-4/+7
* * alias.c (nonoverlapping_memrefs_p): Handle DECL_RTL being a CONCAT.Richard Kenner2001-11-121-8/+9
* alias.c (nonoverlapping_memrefs_p): Not overlapping if one base is constant a...Richard Kenner2001-11-111-9/+12
* alias.c (nonoverlapping_memrefs_p): New function.Richard Kenner2001-11-091-0/+85
* Clean up langhooksNeil Booth2001-11-061-0/+1
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-041-7/+7
* alias.c: Fix comment formatting.Kazu Hirata2001-10-301-1/+1
* alias.c (can_address_p): No longer static.Richard Kenner2001-10-251-2/+1
* alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner2001-10-231-23/+21
* Makefile.in (print-rtl.o): Depend on TREE_H.Richard Kenner2001-10-171-40/+75
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-23/+23
* alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR.Richard Kenner2001-10-011-15/+30
* function.c (keep_stack_depressed): Don't use delete_insn.Richard Kenner2001-10-011-18/+0
* alias.c: Fix typos in comments.Stan Shebs2001-09-191-2/+2
* Fix 2 bugs in last patch.Jim Wilson2001-09-111-2/+4
* alias.c (clear_reg_alias_info): Use K&R format definition.Richard Kenner2001-09-101-5/+4
* re PR rtl-optimization/3783 (gcc3.0/ia64 ICE on linux kernel file fs/ufs/supe...Jim Wilson2001-09-071-0/+14
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* alias.c (get_alias_set): Return a previously calculated alias set for a VAR_D...Jason Merrill2001-08-081-0/+7
* * alias.c (find_base_decl): Delete redundent assignment.Graham Stott2001-08-081-1/+0
* revert get_alias_set change for nowJason Merrill2001-08-071-7/+0
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-1/+1
* alias.c (get_alias_set): Return a previously calculated alias set for a VAR_D...Jason Merrill2001-08-071-0/+7
* Not all VALUEs are identicalBernd Schmidt2001-08-051-0/+3
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-6/+6
* i386.c (ix86_output_main_function_alignment_hack): New function.Jan Hubicka2001-07-301-93/+1
* flow.c (last_loop_beg_note): New function.Jan Hubicka2001-07-271-1/+1