summaryrefslogtreecommitdiff
path: root/gcc/alias.c
Commit message (Expand)AuthorAgeFilesLines
* correct commentJason Merrill2003-10-021-6/+10
* re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell2003-09-181-6/+2
* alias.c: Follow spelling conventions.Kazu Hirata2003-09-141-1/+1
* re PR rtl-optimization/8967 (Making class data members `const' pessimizes code)Roger Sayle2003-09-121-13/+26
* re PR rtl-optimization/11319 (loop miscompiled on ppc32)James E Wilson2003-08-111-1/+1
* alias.c: Fix comment formatting.Kazu Hirata2003-07-221-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-11/+9
* re PR rtl-optimization/11198 (-O2 -frename-registers generates wrong code)Richard Kenner2003-07-071-8/+10
* tracer.c: Remove duplication declaration.Andreas Jaeger2003-06-161-1/+0
* alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-151-153/+86
* * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai2003-05-201-3/+0
* alias.c (mark_constant_function): Check for constancy and purity even of void...Roger Sayle2003-04-231-4/+9
* alias.c (find_base_term): Export.Zdenek Dvorak2003-04-051-2/+1
* alias.c (rtx_equal_for_memref_p): Assume that X and Y has been canonicalized.Jan Hubicka2003-03-181-18/+38
* Makefile.in (calls.o, [...]): Depend on cgraph.hJan Hubicka2003-03-051-2/+3
* objc-act.c: Include cgraph.hJan Hubicka2003-02-261-0/+4
* cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.Zdenek Dvorak2003-02-261-1/+1
* alias.c: Fix comment typos.Kazu Hirata2003-01-181-3/+3
* i386.md (adddi3_carry_rex64, [...]): Name pattern.Jan Hubicka2003-01-081-0/+30
* alias.c (find_base_value): Only use new_reg_base_value shortcut if the regist...Richard Henderson2003-01-071-2/+4
* Fix v850 PlumHall testsuite failure.Jim Wilson2002-12-241-0/+17
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* alias.c (find_base_value): Use new_reg_base_value if it's live.Richard Henderson2002-11-251-6/+13
* re PR rtl-optimization/6631 (Miscompiled structure access)Mark Mitchell2002-10-141-3/+3
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-5/+5
* 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