summaryrefslogtreecommitdiff
path: root/gcc/alias.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-2/+3
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-10/+10
* Gimplify VA_ARG_EXPR into simpler forms.Jason Merrill2004-06-091-0/+8
* Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn2004-06-021-1/+2
* gengtype-lex.l: Catch stray GTY markers in the files gengtype looks at.Geoffrey Keating2004-05-311-1/+1
* alias.c (init_alias_analysis): Use ggc_calloc instead of xrealloc.Devang Patel2004-05-251-5/+2
* gengtype.c (create_option): New function.Zack Weinberg2004-03-301-1/+1
* alias.c (alias_invariant, [...]): Mark GTY.Richard Henderson2004-03-241-39/+98
* alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.Richard Kenner2004-03-231-2/+5
* alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner2004-03-211-19/+6
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-1/+1
* alias.c (record_set): Detect the case where a register is assigned a new valu...Richard Sandiford2004-03-181-5/+16
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-2/+2
* New option -Wstrict-aliasing=2.James E Wilson2004-03-091-0/+13
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-4/+4
* alias.c (OUTGOING_REGNO): Don't define the default.Kazu Hirata2004-02-211-3/+0
* alias.c (find_base_term, get_addr): Do not dereference NULL pointer when all ...Jan Hubicka2004-02-031-11/+14
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-1/+1
* alias.c (reg_base_value): Turn into varray.Jan Hubicka2004-01-221-39/+61
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* re PR pch/13689 (GGC PCH breaks aliasing)Geoffrey Keating2004-01-171-12/+12
* re PR pch/13689 (GGC PCH breaks aliasing)Geoffrey Keating2004-01-161-6/+7
* alias.c (get_alias_set): Initialize alias set to 0 when subset is impossible.Jan Hubicka2004-01-141-1/+1
* alias.c (new_alias_set): Construct the alias_set varray.Jan Hubicka2004-01-131-3/+4
* alias.c: Invlude varray.hJan Hubicka2004-01-121-11/+11
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-3/+3
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-1/+1
* 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