aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-16basic-block.h (free_bb_for_insn): Declare.Jan Hubicka1-1/+0
2001-09-11combine.c (simplify_shift_const): Treat shifts by the mode size as undefined.Richard Sandiford1-1/+1
2001-08-27combine.c (combine_simplify_rtx): Don't reverse condition if there is no reve...Richard Henderson1-1/+4
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-22expmed.c (mode_for_extraction): New function.Zack Weinberg1-54/+23
2001-08-18optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg1-16/+11
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-11rtl.h (REG_EH_RETHROW): Remove.Richard Henderson1-1/+0
2001-08-11* combine.c (distribute_notes): Place REG_SETJMP.Richard Henderson1-0/+1
2001-08-08combine.c (combine_simplify_rtx): Update comment and remove erroneous test.Graham Stott1-3/+2
2001-08-03combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments...Lars Brinkhoff1-2/+2
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-3/+3
2001-07-30* combine.c (try_combine): Avoid barrier after noop jumpsJan Hubicka1-4/+7
2001-07-29Suggested by Richard Henderson and Richard Kenner:Jan Hubicka1-12/+10
2001-07-24combine.c (distribute_notes): Move set of need_refresh for noop_move_p down t...Richard Henderson1-10/+13
2001-07-23basic-block.h (find_sub_basic_block): Declare.Jan Hubicka1-7/+23
2001-07-20combine.c (combine_simplify_rtx): Generate a new shift operation when simplif...Diego Novillo1-4/+1
2001-07-19* tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.Steve Ellcey1-3/+3
2001-07-18combine.c (combine_simplify_rtx): DIV can be treated associatively for floats...Toon Moene1-4/+3
2001-07-17combine.c (combine_simplify_rtx): Attempt to simplify a*(b/c) as (a*b)/c for ...Jan Hubicka1-2/+12
2001-07-16gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output variables of ty...Andreas Jaeger1-22/+21
2001-07-13* combine.c (try_combine): Ensure const_int pow2 is positive.David Edelsohn1-0/+1
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-3/+4
2001-07-09[multiple changes]Richard Kenner1-21/+10
2001-07-06combine.c (combine_simplify_rtx): Also recompute 'mode' if the call to simpli...Diego Novillo1-1/+6
2001-06-15combine.c (nonzero_bits): Don't optimize away division by zero.Andrew Haley1-0/+8
2001-06-09predict.def: New file.Jan Hubicka1-0/+1
2001-06-04rtlanal.c (operand_preference): Fix preference for objects.Jan Hubicka1-20/+7
2001-06-04simplify_rtx.c (simplify_subreg): Keep subregs on return values...Jan Hubicka1-13/+8
2001-05-27combine.c (try_combine): Fix typo in comment.Lars Brinkhoff1-1/+1
2001-05-22combine.c (gen_binary): Use swap_commutative_operands_pJan Hubicka1-3/+2
2001-05-21combine.c (subst): Do not substitute for a register as a destination...Richard Henderson1-1/+10
2001-05-21combine.c (simplify_comparison): Update op1 after constant extension.Richard Henderson1-0/+1
2001-05-18combine.c (combine_simplify_rtx): Clear op0_mode if simplification suceeded.Jan Hubicka1-1/+1
2001-05-17integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.Jan Hubicka1-12/+2
2001-05-17simplify-rtx.c (simplify_subreg): Break out from ...Jan Hubicka1-151/+11
2001-05-16combine.c (combine_simplify_rtx): Set op0_mode to VOIDmode after applying dis...Jan Hubicka1-0/+1
2001-05-11* combine.c (simplify_comparison): Fix typo.Graham Stott1-1/+1
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-2/+2
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-56/+109
2001-03-27combine.c (distribute_notes): If non-call exceptions, put the note on the tra...Richard Henderson1-0/+19
2001-03-26combine.c (try_combine): Use memcpy, not bcopy.Kaveh R. Ghazi1-2/+2
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-2/+0
2001-03-18defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ...Richard Henderson1-13/+0
2001-03-17combine.c (undobuf): Remove field previous_undos; all refs deleted.Richard Kenner1-243/+168
2001-03-11combine.c (try_combine): Fix error in change to try original register.Richard Kenner1-22/+9
2001-03-07Brad's -ffast-math breakup.Brad Lucier1-5/+5
2001-03-03combine.c (try_combine): If split with mode-changed scratch register didn't w...J"orn Rennecke1-0/+9
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg1-85/+92
2001-02-27combine.c (known_cond): Do not reverse the condition when SMAX/UMAX is being ...Jason Eckhardt1-1/+6