| Commit message (Expand) | Author | Age | Files | Lines |
* | 2001-04-03 Jakub Jelinek <jakub@redhat.com> | amacleod | 2001-04-03 | 1 | -56/+109 |
* | * combine.c (distribute_notes) [REG_EH_REGION]: If non-call | rth | 2001-03-28 | 1 | -0/+19 |
* | * combine.c (try_combine): Use memcpy, not bcopy. | ghazi | 2001-03-26 | 1 | -2/+2 |
* | * mkconfig.sh: Include insn-flags.h. | rth | 2001-03-22 | 1 | -2/+0 |
* | * defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ... | rth | 2001-03-18 | 1 | -13/+0 |
* | * combine.c (undobuf): Remove field previous_undos; all refs deleted. | kenner | 2001-03-17 | 1 | -243/+168 |
* | * combine.c (try_combine): Fix error in change to try original | kenner | 2001-03-11 | 1 | -22/+9 |
* | Brad's -ffast-math breakup. | rth | 2001-03-07 | 1 | -5/+5 |
* | * combine.c (try_combine): If split with mode-changed scratch | amylaar | 2001-03-03 | 1 | -0/+9 |
* | * config/xm-lynx.h, config/xm-std32.h, config/a29k/xm-a29k.h, | zack | 2001-03-02 | 1 | -85/+92 |
* | * combine.c (known_cond): Do not reverse the condition when | jle | 2001-02-27 | 1 | -1/+6 |
* | * optabs.c (expand_abs): Remove reference to | rth | 2001-02-18 | 1 | -63/+0 |
* | * combine.c (UWIDE_SHIFT_LEFT_BY_BITS_PER_WORD): New macro. | aoliva | 2001-02-13 | 1 | -4/+11 |
* | * combine.c (nonzero_bits, case PLUS): If pointers extend unsigned | kenner | 2001-02-06 | 1 | -1/+24 |
* | * combine.c (try_combine): Fix SUBREG setting for | aoliva | 2001-01-30 | 1 | -2/+25 |
* | * combine.c (if_then_else_cond): Pass the correct mode to | dj | 2001-01-30 | 1 | -2/+4 |
* | * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | ghazi | 2001-01-28 | 1 | -1/+0 |
* | * combine.c (combine_simplify_rtx): If the modes are all VOIDmode, | dj | 2001-01-24 | 1 | -1/+5 |
* | * combine.c (try_combine): Don't set i3_subst_into_i2 for | kenner | 2001-01-17 | 1 | -3/+5 |
* | * combine.c (try_combine): If i3_subst_into_i2, properly check for | kenner | 2001-01-16 | 1 | -1/+1 |
* | * combine.c (simplify_comparison): Don't change `code' when | geoffk | 2001-01-14 | 1 | -5/+11 |
* | * combine.c (reversed_comparison): Fix typo in last patch. | hubicka | 2001-01-12 | 1 | -3/+3 |
* | * i386.c (ix86_comparison_operator, fcmov_comparison_operator, | hubicka | 2001-01-11 | 1 | -90/+86 |
* | * combine.c (combine_simplify_rtx): Recognize the unordered compares. | hubicka | 2001-01-07 | 1 | -9/+27 |
* | * combine.c (simplify_shift_const): Even if we're sign-extracting, | aoliva | 2001-01-03 | 1 | -4/+9 |
* | * combine.c (distribute_notes): Handle REG_NON_LOCAL_GOTO notes. | grahams | 2000-12-21 | 1 | -0/+9 |
* | * combine.c (cant_combine_insn_p): Get around SUBREGs when determining | hubicka | 2000-12-15 | 1 | -0/+4 |
* | Further tweak cant_combine_insn_p | bernds | 2000-12-01 | 1 | -38/+13 |
* | * combine.c (try_combine): Disregard USEs when updating LOG_LINKS | aoliva | 2000-12-01 | 1 | -1/+2 |
* | * function.h (emit_status): Delete member regno_pointer_flag and | law | 2000-11-30 | 1 | -2/+2 |
* | * combine.c (try_combine): Remove redundant test. | zack | 2000-11-26 | 1 | -16/+13 |
* | Avoid hard register combinations | bernds | 2000-11-24 | 1 | -7/+49 |
* | * alias.c (init_alias_analysis), calls.c (expand_call, | jsm28 | 2000-11-07 | 1 | -9/+9 |
* | * combine.c (distribute_notes): Fix typo in last change. | amylaar | 2000-11-07 | 1 | -1/+1 |
* | * combine.c (recog_for_combine): Allocate uninitialized vector with | amylaar | 2000-11-07 | 1 | -4/+4 |
* | * flow.c (verify_local_live_at_start): Back out last change. | amylaar | 2000-11-07 | 1 | -0/+29 |
* | * combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 / | amylaar | 2000-11-02 | 1 | -59/+22 |
* | * combine.c (distribute_notes): Discard REG_LIBCALL and REG_RETVAL | aoliva | 2000-10-24 | 1 | -0/+8 |
* | * combine.c (struct undo): Change int to unsigned int. | kenner | 2000-10-20 | 1 | -10/+14 |
* | Remove obstacks. | mmitchel | 2000-10-13 | 1 | -9/+0 |
* | * combine.c (can_combine_p): Don't substitute an ASM_OPERANDS | geoffk | 2000-09-19 | 1 | -0/+2 |
* | * combine.c (simplify_comparison): Shift a NOT out of a single | rth | 2000-09-18 | 1 | -0/+15 |
* | * combine.c (if_then_else_cond): Canonicalize BImode true to | rth | 2000-09-18 | 1 | -0/+8 |
* | * combine.c (combine_simplify_rtx): Use gen_unary to distribute | rth | 2000-09-18 | 1 | -12/+8 |
* | * combine.c (try_combine): Allow split to create a single insn. | rth | 2000-09-18 | 1 | -5/+11 |
* | * machmode.def: Add BImode. Add a column for bitsize. | rth | 2000-09-18 | 1 | -1/+9 |
* | * combine.c (simplify_if_then_else): Don't convert a == b ? b : a | jakub | 2000-09-11 | 1 | -0/+2 |
* | Some vector operation simplifications. | crux | 2000-09-08 | 1 | -0/+39 |
* | * combine.c (make_extraction): Fix rtx_cost comparison to | hubicka | 2000-09-04 | 1 | -2/+2 |
* | Eliminate false DV warnings for predicated calls to noreturn functions. | wilson | 2000-09-01 | 1 | -0/+1 |