aboutsummaryrefslogtreecommitdiff
path: root/gcc/cselib.c
AgeCommit message (Expand)AuthorFilesLines
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-12toplev.c (set_float_handler): Make static.Zack Weinberg1-1/+0
2001-08-10calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg1-1/+1
2001-08-08Make cselib_subst_to_values global.Bernd Schmidt1-3/+15
2001-08-08Make cselib COND_EXEC-safeBernd Schmidt1-0/+10
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-2/+2
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-1/+1
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-07-09[multiple changes]Richard Kenner1-5/+3
2001-03-28Make hash values more randomBernd Schmidt1-13/+1
2001-03-15Fix hashing of REG/MEM values.Bernd Schmidt1-2/+1
2001-03-09* cselib.c (hash_rtx): Ensure that hash isn't zero upon return.Mike Stump1-1/+1
2001-03-02* cselib.c (hash_rtx): Cast enums to unsigned int.John David Anglin1-5/+5
2001-02-12cselib.c: New file, from simplify-rtx.c.Richard Kenner1-0/+1373