aboutsummaryrefslogtreecommitdiff
path: root/gcc/cselib.c
AgeCommit message (Expand)Author
2004-03-05Mainline merge as of 2004-03-05.Diego Novillo
2004-03-04Mainline merge as of 2004-03-03.Diego Novillo
2004-02-13Mainline merge as of 2004-02-11.Diego Novillo
2004-02-04 * cselib.c (discard_useless_values): Clear out value pointer pointingJan Hubicka
2004-01-30Mainline merge as of 2004-01-26.Diego Novillo
2003-07-23Mainline merge as of 2003-07-22.Diego Novillo
2003-07-212003-07-21 Steven Bosscher <steven@gcc.gnu.org>Diego Novillo
2003-05-07Mainline merge as of 2003-05-04.Diego Novillo
2003-04-09Mainline merge as of 2003-04-06. Additional fixes for bugsDiego Novillo
2003-01-17Mainline merge as of 2003-01-17.Diego Novillo
2002-12-03Merge with basic-improvements as of 2002-12-03.Diego Novillo
2002-10-22Merge with basic-improvements as of 2002-10-21Diego Novillo
2002-10-11b-i-b merge as of 2002-10-11.Diego Novillo
2002-09-15Mainline merge as of 2002-09-15.Diego Novillo
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-05-212002-05-20 David S. Miller <davem@redhat.com>David S. Miller
2002-02-192002-02-19 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez
2002-01-29 * cselib.c (cselib_record_sets): Use IF_THEN_ELSE resultJakub Jelinek
2001-11-03 * cselib.c (cselib_subst_to_values, case CONST_DOUBLE): RemoveRichard Kenner
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-08-12 * toplev.c (set_float_handler): Make static.Zack Weinberg
2001-08-10 * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARYZack Weinberg
2001-08-08Make cselib_subst_to_values global.Bernd Schmidt
2001-08-08Make cselib COND_EXEC-safeBernd Schmidt
2001-08-07 * calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka
2001-08-07 * alias.c (nonlocal_mentioned_p):Jan Hubicka
2001-08-01 * alias.c: Fix comment formatting.Kazu Hirata
2001-07-09Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>Richard Kenner
2001-03-28Make hash values more randomBernd Schmidt
2001-03-15Fix hashing of REG/MEM values.Bernd Schmidt
2001-03-09 * cselib.c (hash_rtx): Ensure that hash isn't zero upon return.Mike Stump
2001-03-02 * cselib.c (hash_rtx): Cast enums to unsigned int.John David Anglin
2001-02-12 * cselib.c: New file, from simplify-rtx.c.Richard Kenner