| Commit message (Expand) | Author | Age | Files | Lines |
* | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 2004-06-21 | 1 | -2/+3 |
* | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 2004-06-15 | 1 | -10/+10 |
* | Gimplify VA_ARG_EXPR into simpler forms. | Jason Merrill | 2004-06-09 | 1 | -0/+8 |
* | Makefile.in (EXPR_H): Add insn-config.h... | Jerry Quinn | 2004-06-02 | 1 | -1/+2 |
* | gengtype-lex.l: Catch stray GTY markers in the files gengtype looks at. | Geoffrey Keating | 2004-05-31 | 1 | -1/+1 |
* | alias.c (init_alias_analysis): Use ggc_calloc instead of xrealloc. | Devang Patel | 2004-05-25 | 1 | -5/+2 |
* | gengtype.c (create_option): New function. | Zack Weinberg | 2004-03-30 | 1 | -1/+1 |
* | alias.c (alias_invariant, [...]): Mark GTY. | Richard Henderson | 2004-03-24 | 1 | -39/+98 |
* | alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL. | Richard Kenner | 2004-03-23 | 1 | -2/+5 |
* | alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR. | Richard Kenner | 2004-03-21 | 1 | -19/+6 |
* | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 2004-03-20 | 1 | -1/+1 |
* | alias.c (record_set): Detect the case where a register is assigned a new valu... | Richard Sandiford | 2004-03-18 | 1 | -5/+16 |
* | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 2004-03-14 | 1 | -2/+2 |
* | New option -Wstrict-aliasing=2. | James E Wilson | 2004-03-09 | 1 | -0/+13 |
* | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 2004-03-03 | 1 | -4/+4 |
* | alias.c (OUTGOING_REGNO): Don't define the default. | Kazu Hirata | 2004-02-21 | 1 | -3/+0 |
* | alias.c (find_base_term, get_addr): Do not dereference NULL pointer when all ... | Jan Hubicka | 2004-02-03 | 1 | -11/+14 |
* | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 2004-02-02 | 1 | -1/+1 |
* | alias.c (reg_base_value): Turn into varray. | Jan Hubicka | 2004-01-22 | 1 | -39/+61 |
* | alias.c, [...]: Update copyright. | Kazu Hirata | 2004-01-21 | 1 | -1/+1 |
* | re PR pch/13689 (GGC PCH breaks aliasing) | Geoffrey Keating | 2004-01-17 | 1 | -12/+12 |
* | re PR pch/13689 (GGC PCH breaks aliasing) | Geoffrey Keating | 2004-01-16 | 1 | -6/+7 |
* | alias.c (get_alias_set): Initialize alias set to 0 when subset is impossible. | Jan Hubicka | 2004-01-14 | 1 | -1/+1 |
* | alias.c (new_alias_set): Construct the alias_set varray. | Jan Hubicka | 2004-01-13 | 1 | -3/+4 |
* | alias.c: Invlude varray.h | Jan Hubicka | 2004-01-12 | 1 | -11/+11 |
* | alias.c: Fix comment typos. | Kazu Hirata | 2004-01-06 | 1 | -3/+3 |
* | alias.c: Fix comment formatting. | Kazu Hirata | 2003-12-21 | 1 | -1/+1 |
* | correct comment | Jason Merrill | 2003-10-02 | 1 | -6/+10 |
* | re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc) | Mark Mitchell | 2003-09-18 | 1 | -6/+2 |
* | alias.c: Follow spelling conventions. | Kazu Hirata | 2003-09-14 | 1 | -1/+1 |
* | re PR rtl-optimization/8967 (Making class data members `const' pessimizes code) | Roger Sayle | 2003-09-12 | 1 | -13/+26 |
* | re PR rtl-optimization/11319 (loop miscompiled on ppc32) | James E Wilson | 2003-08-11 | 1 | -1/+1 |
* | alias.c: Fix comment formatting. | Kazu Hirata | 2003-07-22 | 1 | -1/+1 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -11/+9 |
* | re PR rtl-optimization/11198 (-O2 -frename-registers generates wrong code) | Richard Kenner | 2003-07-07 | 1 | -8/+10 |
* | tracer.c: Remove duplication declaration. | Andreas Jaeger | 2003-06-16 | 1 | -1/+0 |
* | alloc-pool.c: Convert to ISO C90 prototypes. | Andreas Jaeger | 2003-06-15 | 1 | -153/+86 |
* | * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p) | Matt Kraai | 2003-05-20 | 1 | -3/+0 |
* | alias.c (mark_constant_function): Check for constancy and purity even of void... | Roger Sayle | 2003-04-23 | 1 | -4/+9 |
* | alias.c (find_base_term): Export. | Zdenek Dvorak | 2003-04-05 | 1 | -2/+1 |
* | alias.c (rtx_equal_for_memref_p): Assume that X and Y has been canonicalized. | Jan Hubicka | 2003-03-18 | 1 | -18/+38 |
* | Makefile.in (calls.o, [...]): Depend on cgraph.h | Jan Hubicka | 2003-03-05 | 1 | -2/+3 |
* | objc-act.c: Include cgraph.h | Jan Hubicka | 2003-02-26 | 1 | -0/+4 |
* | cse.c (count_reg_usage): Fix handling of REG_EQUAL notes. | Zdenek Dvorak | 2003-02-26 | 1 | -1/+1 |
* | alias.c: Fix comment typos. | Kazu Hirata | 2003-01-18 | 1 | -3/+3 |
* | i386.md (adddi3_carry_rex64, [...]): Name pattern. | Jan Hubicka | 2003-01-08 | 1 | -0/+30 |
* | alias.c (find_base_value): Only use new_reg_base_value shortcut if the regist... | Richard Henderson | 2003-01-07 | 1 | -2/+4 |
* | Fix v850 PlumHall testsuite failure. | Jim Wilson | 2002-12-24 | 1 | -0/+17 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -0/+2 |
* | alias.c (find_base_value): Use new_reg_base_value if it's live. | Richard Henderson | 2002-11-25 | 1 | -6/+13 |