Age | Commit message (Expand) | Author | Files | Lines |
2008-08-26 | [multiple changes] | Vladimir Makarov | 1 | -0/+46 |
2008-06-26 | alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 1 | -3/+3 |
2008-06-11 | alias.c (get_alias_set): Use the element alias-set for arrays. | Richard Guenther | 1 | -5/+15 |
2008-05-08 | tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS. | Richard Guenther | 1 | -7/+0 |
2008-05-01 | tree.h (TYPE_NONALIASED_COMPONENT): Expand comment. | Eric Botcazou | 1 | -5/+4 |
2008-04-23 | alias.c (alias_set_subset_of): Correctly handle asking if zero is a subset of... | Richard Guenther | 1 | -2/+3 |
2008-03-06 | alias.c (struct alias_set_entry): Move has_zero_child field to pack with alia... | Richard Guenther | 1 | -4/+4 |
2008-02-25 | re PR target/35258 (two memcpy calls merged incorrectly with -O1) | Andreas Krebbel | 1 | -2/+1 |
2007-10-23 | alias.c (get_alias_set): For INDIRECT_REFs, deal with SSA_NAME pointers. | Richard Guenther | 1 | -1/+6 |
2007-10-19 | re PR middle-end/33816 (gimplification before build_array_type re-set alias s... | Richard Guenther | 1 | -0/+12 |
2007-09-19 | alias.c (memory_modified_1): Deconstify. | Kaveh R. Ghazi | 1 | -3/+3 |
2007-08-27 | Separate target-specific initialization from general back-end initialization. | Sandra Loosemore | 1 | -1/+3 |
2007-08-27 | alias.c (memory_modified_1, [...]): Constify. | Kaveh R. Ghazi | 1 | -5/+5 |
2007-08-23 | rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT... | Chao-ying Fu | 1 | -0/+1 |
2007-08-14 | alias.c (component_uses_parent_alias_set): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-08-14 | alias.c (rtx_equal_for_memref_p): Constify. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-08-11 | alias.h (alias_set_type): Define new type. | Ian Lance Taylor | 1 | -18/+18 |
2007-07-30 | alias.c (record_set, [...]): Constify. | Kaveh R. Ghazi | 1 | -4/+4 |
2007-07-30 | alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -24/+24 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-05 | re PR middle-end/32639 (ptrmem1.C now ICE's on mainline) | Richard Guenther | 1 | -1/+2 |
2007-07-02 | tree.h (alias_sets_might_conflict_p): Rename into alias_sets_must_conflict_p. | Eric Botcazou | 1 | -14/+8 |
2007-06-20 | re PR tree-optimization/25737 (ACATS c974001 c974013 hang with struct aliasing) | Adam Nemet | 1 | -0/+7 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -26/+6 |
2007-05-21 | gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER... | Jan Hubicka | 1 | -1/+1 |
2007-02-13 | alias.c (find_symbolic_term): Delete unused function. | Manuel López-Ibáñez | 1 | -34/+0 |
2007-02-11 | fwprop.c (try_fwprop_subst): Use set_unique_reg_note to add the REG_EQ* note. | Steven Bosscher | 1 | -4/+6 |
2007-02-01 | alias.c (init_alias_analysis): Correct whitespace. | Roger Sayle | 1 | -3/+3 |
2007-01-03 | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 1 | -3/+1 |
2007-01-02 | Revert: | Kazu Hirata | 1 | -1/+3 |
2007-01-02 | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 1 | -3/+1 |
2006-12-04 | tree-ssa-alias.c (compute_may_aliases): Compute flow sensitive before flow in... | Daniel Berlin | 1 | -0/+20 |
2006-11-30 | cselib.c (cselib_init): Use special MEM rtx form for callmem. | Steven Bosscher | 1 | -1/+1 |
2006-11-27 | alias.c (init_alias_analysis): Remove simplification loop after propagating p... | Steven Bosscher | 1 | -32/+0 |
2006-11-11 | re PR rtl-optimization/28812 (RTL aliasing vs may_alias and structs) | Andrew Pinski | 1 | -2/+4 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -17/+17 |
2006-04-17 | alias.c (alias_sets): Change the type to VEC(alias_set_entry,gc) *. | Kazu Hirata | 1 | -10/+10 |
2006-04-17 | alias.c (reg_base_value, [...]): Change the type to VEC(rtx,gc) *. | Kazu Hirata | 1 | -33/+25 |
2006-03-14 | tree-pass.h (pass_cfg): Remove. | Steven Bosscher | 1 | -31/+0 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -1/+2 |
2006-02-28 | alias.c (alias_invariant, [...]): Remove. | Steven Bosscher | 1 | -61/+0 |
2006-02-15 | cfg.c (dump_flow_info): Get dump flags as an additional parameter. | Paolo Bonzini | 1 | -1/+1 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -2/+2 |
2006-01-24 | alias.h (ALIAS_SET_MEMORY_BARRIER): New. | Richard Henderson | 1 | -1/+10 |
2005-10-03 | gimplify.c (find_single_pointer_decl_1): New static function. | Ian Lance Taylor | 1 | -2/+7 |
2005-07-21 | alias.c (nonoverlapping_component_refs_p): Use TYPE_MAIN_VARIANT, revert to r... | Daniel Berlin | 1 | -3/+3 |
2005-07-16 | Makefile.in: Added rules for ipa-pure-const.c... | Daniel Berlin | 1 | -388/+87 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -0/+53 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-04-21 | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 1 | -2/+2 |