aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-1/+1
2002-12-09tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.Steve Ellcey1-1/+0
2002-12-02expmed.c (store_bit_field): Use int_mode_for_mode to find corresponding mode ...J"orn Rennecke1-1/+3
2002-10-31* expmed.c (store_bit_field): Check FUNCTION_ARG_REG_LITTLE_ENDIAN.Steve Ellcey1-0/+1
2002-09-29* expmed.c (extract_bit_field): Fix bit-field extraction from SUBREGs.John David Anglin1-26/+15
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-4/+4
2002-06-24sparc.c (INIT_TARGET_OPTABS): If ARCH64, set the 32-bit ABI libfuncs to NULL.David S. Miller1-2/+5
2002-06-17* expmed.c (make_tree): Handle SIGN_EXTEND/ZERO_EXTEND.Richard Henderson1-0/+7
2002-06-13expmed.c (init_expmed): Remove duplicate init of 'reg'.David S. Miller1-4/+3
2002-06-03emit-rtl.c: Likewise.Kazu Hirata1-12/+12
2002-05-30expmed.c (const_mult_add_overflow_p): New.Eric Botcazou1-0/+38
2002-04-25re PR c/2035 (ICE in extract_bit_field, at expmed.c:1115)Richard Henderson1-1/+2
2002-04-22Generate constant for shift once.Tom Rix1-4/+3
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-7/+8
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-2/+4
2002-03-19emit-rtl.c (gen_int_mode): New function.Lars Brinkhoff1-7/+6
2002-03-13expmed.c (store_bit_field): Reset alias set for memory.Aldy Hernandez1-0/+18
2002-03-05expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2 wide volatile memory...Jakub Jelinek1-1/+2
2002-03-01expmed.c (store_bit_field): Prevent generation of CONCATs...Richard Henderson1-11/+12
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