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