aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)AuthorFilesLines
2002-02-27Index: ChangeLogGeoffrey Keating1-1/+1
2002-02-22expmed.c (store_bit_field): Try to simplify the subreg before generating a ne...Eric Christopher1-41/+50
2002-02-21re PR c++/4574 (Internal compiler error in `expand_and', at expmed.c:4055)Jakub Jelinek1-16/+9
2002-02-20expmed.c (store_bit_field): Do not store bit fields using SUBREG operations i...Diego Novillo1-4/+7
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-1/+19
2002-02-02re PR c/5304 (gcc-20011231 generates incorrect divmod code for chars)Jakub Jelinek1-9/+6
2002-01-30* expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.Zack Weinberg1-0/+4
2002-01-16expmed.c (extract_fixed_bit_field): Remove unused code.Kazu Hirata1-10/+1
2002-01-05cse.c: Fix formatting.Kazu Hirata1-7/+7
2001-12-17expmed.c (emit_store_flag): Extract updated comparison code from the return v...Jeff Law1-5/+6
2001-12-11expmed.c (expand_divmod): Ignore sdiv_pow2_cheap for modes in which there is ...Richard Henderson1-1/+10
2001-12-09ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-11-20* expmed.c (extract_bit_field): Don't create invalid SUBREGs.Geoffrey Keating1-8/+13
2001-11-15expr.c (store_field): Pass tree instead of max size; callers changed.Richard Kenner1-5/+3
2001-11-11expmed.c (extract_bit_field): No longer pass in alignment.Richard Kenner1-126/+79
2001-11-07expmed.c (expand_mult): Force operand to register before computing cost.Jan Hubicka1-0/+4
2001-11-02expmed.c (store_bit_field): Use simplify_gen_subreg to make SUBREG so we avoi...Aldy Hernandez1-6/+1
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-17/+17
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-08-31expmed.c (store_bit_field): Update to patch from 2001-08-27: move adjustment ...Roman Zippel1-9/+9
2001-08-27expmed.c (store_bit_field): Ignore adjustment to bitpos and use bitnum to dec...Roman Zippel1-3/+3
2001-08-24expmed.c: Default-#define HAVE_insv, HAVE_extv, and HAVE_extzv to zero.Zack Weinberg1-33/+18
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-22expmed.c (CODE_FOR_insv, gen_insv): Provide defaults.Richard Henderson1-15/+17
2001-08-22expmed.c (mode_for_extraction): New function.Zack Weinberg1-32/+70
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-08dbxout.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-07-09expmed.c (store_fixed_bit_field): Don't use a mode bigger than the mode of th...Andrew Haley1-2/+7
2001-07-02emit-rtl.c (adjust_address): New function.Richard Kenner1-24/+14
2001-05-22combine.c (gen_binary): Use swap_commutative_operands_pJan Hubicka1-2/+1
2001-04-12expmed.c (store_bit_field): Truncate CONST_INTs.Alexandre Oliva1-6/+14
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-13/+20
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-2/+0
2001-01-31expmed.c (extract_bit_field): allow non-integral modes if we want to extract ...DJ Delorie1-0/+9
2001-01-21expmed.c (synth_mult, [...]): Guard uses of shift_cost, shiftadd_cost and shi...J"orn Rennecke1-32/+59
2001-01-01function.c (expand_function_end): Properly handle DECL_RESULT and copy when p...Richard Kenner1-1/+9
2000-12-28expmed.c (store_bit_field): Fix last patch.Andreas Jaeger1-1/+1
2000-12-28expmed.c (store_bit_field): Correctly compute smallest mode that is sufficien...Alan Lehotsky1-1/+1
2000-12-16* expmed.c (expand_mult): Write REG_EQUAL note with proper mode.Richard Kenner1-2/+12
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-4/+4
2000-11-06expmed.c (expand_divmod): For signed divide by 2, prefer a branch and fewer s...Denis Chertykov1-1/+1
2000-10-24Fixes for C++ structure layout breakage.Jim Wilson1-15/+17
2000-10-19Minor corrections in comments.Chandrakala Chavva1-4/+3
2000-10-18Adding new option -ftrapv.Chandrakala Chavva1-13/+33
2000-09-25expmed.c (store_bit_field): Adjust last change to not consider any word-sized...Richard Henderson1-6/+6
2000-09-15expmed.c (store_bit_field): Consider naturally aligned memory for direct refe...Richard Henderson1-12/+15
2000-08-12tree.h (DECL_OFFSET_ALIGN): Make the off_align field of the tree structure an...Geoff Keating1-0/+5
2000-08-07expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.Richard Henderson1-3/+0
2000-07-03expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when mode instea...Geoff Keating1-2/+2
2000-06-24Vector conversions supportBernd Schmidt1-1/+2