aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)AuthorFilesLines
1993-09-12(expand_shift): Use convert_modes.Richard Stallman1-7/+7
1993-09-09(emit_store_flag, expand_divmod): Use convert_modes.Richard Stallman1-5/+5
1993-09-08(make_tree, case CONST_INT): Properly set high part if unsigned.Richard Kenner1-1/+1
1993-08-25expmed.c (store_bit_field): Do not use bitfield instructions for STRICT_ALIGN...Jeff Law1-3/+6
1993-08-11(SLOW_UNALIGNED_ACCESS): Define, but allow override.Richard Stallman1-10/+28
1993-08-07(expand_divmod): Clean up code and documentation, especially in areasRichard Kenner1-87/+85
1993-07-30(mult_is_very_cheap): Delete.Richard Kenner1-108/+106
1993-07-28expmed.c (store_split_bitfield): Fix handling of bitfields that cross word bo...Doug Evans1-7/+25
1993-07-05(store_split_bit_field, extract_split_bit_field):Richard Stallman1-130/+113
1993-06-10(MAX_BITS_PER_WORD): Define earlier.Richard Stallman1-7/+11
1993-06-05(synth_mult): Move code to add or subtract at leftmost 1-bit to before...Torbjorn Granlund1-52/+49
1993-05-08(init_expmed): Supply missing arg to rtx_cost.Richard Stallman1-1/+1
1993-05-06(store_split_bit_field): Properly handle VALUE when it is aRichard Kenner1-2/+7
1993-04-25(extract_fixed_bit_field): Adjust BITPOS so that itJim Wilson1-0/+10
1993-04-11(expand_divmod): When adjusting op0 for trunc_div or trunc_mod...Richard Stallman1-9/+17
1993-03-20(init_expmed): Fix typo in last change.Torbjorn Granlund1-2/+2
1993-03-19(synth_mult): Don't try to make recursive call if we would be shifting by a n...Richard Kenner1-21/+27
1993-03-19(zero_cost): New variable.Richard Kenner1-167/+176
1993-03-15(lea_max_mul): Delete.Richard Kenner1-51/+88
1993-03-14(shift_cost): Now a vector.Richard Kenner1-265/+238
1993-02-25(emit_store_flag): Fix typo in testing BRANCH_COST.Richard Kenner1-1/+1
1993-02-08(emit_store_flag): Add missing arg to convert_move.Richard Stallman1-1/+1
1993-01-27(emit_store_flag): Swap operands if first is a constant and second is not.Richard Kenner1-5/+18
1993-01-24(emit_store_flag): Reset ICODE using returned COMPARISON.Richard Stallman1-1/+7
1992-12-28(expand_shift): If rotating by a constant, try both directions of rotate...Richard Kenner1-1/+46
1992-12-27(store_bit_field): If VALUE needs to be narrowed, doRichard Stallman1-4/+10
1992-11-26(struct algorithm): Make coeff a HOST_WIDE_INT.Richard Stallman1-1/+1
1992-08-17(expand_mult): Bound second synth_mult cost by cost of algorithm fromRichard Kenner1-4/+7
1992-07-25(expand_divmod): Eliminate the generation of branchesTom Wood1-12/+54
1992-07-17(expand_shift, expand_set_flag):Richard Stallman1-3/+7
1992-07-06entered into RCSCharles Hannum1-116/+122
1992-06-28*** empty log message ***Richard Kenner1-0/+6
1992-05-27*** empty log message ***Richard Stallman1-0/+5
1992-05-22*** empty log message ***Richard Kenner1-0/+8
1992-05-18*** empty log message ***Richard Stallman1-1/+5
1992-05-14*** empty log message ***Richard Stallman1-2/+14
1992-04-19*** empty log message ***Richard Stallman1-2/+7
1992-04-18*** empty log message ***Richard Stallman1-9/+9
1992-04-04*** empty log message ***Richard Kenner1-7/+4
1992-03-23*** empty log message ***Richard Stallman1-9/+18
1992-03-06Initial revisionTorbjorn Granlund1-0/+2946