]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cselib.c
alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_INSN_P...
[thirdparty/gcc.git] / gcc / cselib.c
2004-07-09  Jerry Quinnalias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P...
2004-07-01  Jerry Quinnalias.c (get_alias_set, [...]): Use MEM_P.
2004-06-15  Jerry Quinnalias.c (record_set, [...]): Use REG_P.
2004-06-02  Jerry QuinnMakefile.in (EXPR_H): Add insn-config.h...
2004-04-22  Jakub Jelinekcselib.h (struct elt_loc_list): Remove canon_loc field.
2004-03-04  Jan Hubickacfgcleanup.c (thread_jump): Update call of cselib_init.
2004-03-04  Jan HubickaUndo accidentally commited garbage.
2004-03-04  Jan Hubickacselib.c (cselib_finish): Fix another miss-application...
2004-03-04  Jan Hubickacselib.c (cselib_finish): Fix miss-application of my...
2004-03-03  Richard Hendersonre PR rtl-optimization/13862 (ICE while optimizing...
2004-03-03  Jan Hubickacselib.c (hash_table): Remove GTY marker.
2004-02-02  Jan Hubickaalias.c (record_set): Use hard_regno_nregs.
2004-01-26  Jan Hubickacselib.c (discard_useless_values): Clear out value...
2004-01-24  Jan Hubicka* cselib.c (remove_useless_values): Do not access...
2004-01-23  Jan Hubickabasic-block.h (PROP_POSTRELOAD): New macro.
2004-01-21  Kazu Hirataalias.c, [...]: Update copyright.
2004-01-20  Jan Hubickacselib.c: Include alloc-pool.h
2004-01-12  Jan Hubickaalias.c: Invlude varray.h
2004-01-12  Jan HubickaPartial fox for PR opt/10776 II
2003-07-19  Kaveh R. Ghazialias.c [...]: Remove unnecessary casts.
2003-06-29  Andreas Jaegercse.c: Convert prototypes to ISO C90.
2003-05-28  Denis Chertykovcselib.c (cselib_invalidate_regno): Abort if hardreg...
2003-04-17  Alexandre Olivareload1.c (reload_cse_noop_set_p): Return false if...
2003-03-14  Jan Hubickacselib.c (clear_table): Do not take argument; always...
2003-03-11  Jan Hubickacselib.c (cselib_invalidate_mem_1): Move too ...
2003-01-07  Jan Hubickacselib.c (cselib_current_insn_in_libcall): New static...
2002-12-16  Zack WeinbergMerge basic-improvements-branch to trunk
2002-10-09  Kaveh R. Ghaziconflict.c (arc_hash): Change return type to hashval_t.
2002-09-20  Richard Hendersonreal.c (real_hash): New.
2002-09-12  Kazu Hiratacselib.c: Fix comment formatting.
2002-06-04  Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-05-21  David S. Millercselib.c (max_value_regs): New.
2002-02-19  Aldy Hernandezi386.md ("mmx_uavgv8qi3"): Use const_vector.
2002-01-29  Jakub Jelinekcselib.c (cselib_record_sets): Use IF_THEN_ELSE result...
2001-11-03  Richard Kennercselib.c (cselib_subst_to_values, [...]): Remove refere...
2001-08-22  Lars BrinkhoffMakefile.in, [...]: replace "GNU CC" with "GCC".
2001-08-12  Zack Weinbergtoplev.c (set_float_handler): Make static.
2001-08-10  Zack Weinbergcalls.c, function.c: Always define PREFERRED_STACK_BOUN...
2001-08-08  Bernd SchmidtMake cselib_subst_to_values global.
2001-08-08  Bernd SchmidtMake cselib COND_EXEC-safe
2001-08-07  Jan Hubickacalls.c (expand_call): Do not emit INSN_SETJMP note.
2001-08-07  Jan Hubickaalias.c (nonlocal_mentioned_p): Rename CONST_CALL_P...
2001-08-01  Kazu Hirataalias.c: Fix comment formatting.
2001-07-09  Richard Kenner[multiple changes]
2001-03-28  Bernd SchmidtMake hash values more random
2001-03-15  Bernd SchmidtFix hashing of REG/MEM values.
2001-03-09  Mike Stump* cselib.c (hash_rtx): Ensure that hash isn't zero...
2001-03-02  John David Anglin* cselib.c (hash_rtx): Cast enums to unsigned int.
2001-02-12  Richard Kennercselib.c: New file, from simplify-rtx.c.