aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-30gengtype.c (create_option): New function.Zack Weinberg1-1/+1
2004-03-24alias.c (alias_invariant, [...]): Mark GTY.Richard Henderson1-39/+98
2004-03-23alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.Richard Kenner1-2/+5
2004-03-21alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner1-19/+6
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-1/+1
2004-03-18alias.c (record_set): Detect the case where a register is assigned a new valu...Richard Sandiford1-5/+16
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-2/+2
2004-03-09New option -Wstrict-aliasing=2.James E Wilson1-0/+13
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-4/+4
2004-02-21alias.c (OUTGOING_REGNO): Don't define the default.Kazu Hirata1-3/+0
2004-02-03alias.c (find_base_term, get_addr): Do not dereference NULL pointer when all ...Jan Hubicka1-11/+14
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-1/+1
2004-01-22alias.c (reg_base_value): Turn into varray.Jan Hubicka1-39/+61
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-17re PR pch/13689 (GGC PCH breaks aliasing)Geoffrey Keating1-12/+12
2004-01-16re PR pch/13689 (GGC PCH breaks aliasing)Geoffrey Keating1-6/+7
2004-01-14alias.c (get_alias_set): Initialize alias set to 0 when subset is impossible.Jan Hubicka1-1/+1
2004-01-13alias.c (new_alias_set): Construct the alias_set varray.Jan Hubicka1-3/+4
2004-01-12alias.c: Invlude varray.hJan Hubicka1-11/+11
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-3/+3
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-10-02correct commentJason Merrill1-6/+10
2003-09-18re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell1-6/+2
2003-09-14alias.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-09-12re PR rtl-optimization/8967 (Making class data members `const' pessimizes code)Roger Sayle1-13/+26
2003-08-11re PR rtl-optimization/11319 (loop miscompiled on ppc32)James E Wilson1-1/+1
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-11/+9
2003-07-07re PR rtl-optimization/11198 (-O2 -frename-registers generates wrong code)Richard Kenner1-8/+10
2003-06-16tracer.c: Remove duplication declaration.Andreas Jaeger1-1/+0
2003-06-15alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger1-153/+86
2003-05-20* alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai1-3/+0
2003-04-23alias.c (mark_constant_function): Check for constancy and purity even of void...Roger Sayle1-4/+9
2003-04-05alias.c (find_base_term): Export.Zdenek Dvorak1-2/+1
2003-03-18alias.c (rtx_equal_for_memref_p): Assume that X and Y has been canonicalized.Jan Hubicka1-18/+38
2003-03-05Makefile.in (calls.o, [...]): Depend on cgraph.hJan Hubicka1-2/+3
2003-02-26objc-act.c: Include cgraph.hJan Hubicka1-0/+4
2003-02-26cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.Zdenek Dvorak1-1/+1
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-3/+3
2003-01-08i386.md (adddi3_carry_rex64, [...]): Name pattern.Jan Hubicka1-0/+30
2003-01-07alias.c (find_base_value): Only use new_reg_base_value shortcut if the regist...Richard Henderson1-2/+4
2002-12-24Fix v850 PlumHall testsuite failure.Jim Wilson1-0/+17
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-25alias.c (find_base_value): Use new_reg_base_value if it's live.Richard Henderson1-6/+13
2002-10-14re PR rtl-optimization/6631 (Miscompiled structure access)Mark Mitchell1-3/+3
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-5/+5
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