summaryrefslogtreecommitdiff
path: root/gcc/expmed.c
Commit message (Expand)AuthorAgeFilesLines
* re PR target/18004 (ICE in output_constant_pool_2 for aligned(1) float in str...Gabriel Dos Reis2005-04-301-1/+3
* re PR middle-end/10475 (ICE in subreg_highpart_offset for code with long long)Richard Henderson2003-06-121-7/+15
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-1/+1
* tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.Steve Ellcey2002-12-091-1/+0
* expmed.c (store_bit_field): Use int_mode_for_mode to find corresponding mode ...J"orn Rennecke2002-12-021-1/+3
* * expmed.c (store_bit_field): Check FUNCTION_ARG_REG_LITTLE_ENDIAN.Steve Ellcey2002-10-311-0/+1
* * expmed.c (extract_bit_field): Fix bit-field extraction from SUBREGs.John David Anglin2002-09-291-26/+15
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-4/+4
* sparc.c (INIT_TARGET_OPTABS): If ARCH64, set the 32-bit ABI libfuncs to NULL.David S. Miller2002-06-241-2/+5
* * expmed.c (make_tree): Handle SIGN_EXTEND/ZERO_EXTEND.Richard Henderson2002-06-171-0/+7
* expmed.c (init_expmed): Remove duplicate init of 'reg'.David S. Miller2002-06-131-4/+3
* emit-rtl.c: Likewise.Kazu Hirata2002-06-031-12/+12
* expmed.c (const_mult_add_overflow_p): New.Eric Botcazou2002-05-301-0/+38
* re PR c/2035 (ICE in extract_bit_field, at expmed.c:1115)Richard Henderson2002-04-251-1/+2
* Generate constant for shift once.Tom Rix2002-04-221-4/+3
* c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth2002-04-011-7/+8
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-2/+4
* emit-rtl.c (gen_int_mode): New function.Lars Brinkhoff2002-03-191-7/+6
* expmed.c (store_bit_field): Reset alias set for memory.Aldy Hernandez2002-03-131-0/+18
* expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2 wide volatile memory...Jakub Jelinek2002-03-051-1/+2
* expmed.c (store_bit_field): Prevent generation of CONCATs...Richard Henderson2002-03-011-11/+12
* Index: ChangeLogGeoffrey Keating2002-02-271-1/+1
* expmed.c (store_bit_field): Try to simplify the subreg before generating a ne...Eric Christopher2002-02-221-41/+50
* re PR c++/4574 (Internal compiler error in `expand_and', at expmed.c:4055)Jakub Jelinek2002-02-211-16/+9
* expmed.c (store_bit_field): Do not store bit fields using SUBREG operations i...Diego Novillo2002-02-201-4/+7
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-1/+19
* re PR c/5304 (gcc-20011231 generates incorrect divmod code for chars)Jakub Jelinek2002-02-021-9/+6
* * expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.Zack Weinberg2002-01-301-0/+4
* expmed.c (extract_fixed_bit_field): Remove unused code.Kazu Hirata2002-01-161-10/+1
* cse.c: Fix formatting.Kazu Hirata2002-01-051-7/+7
* expmed.c (emit_store_flag): Extract updated comparison code from the return v...Jeff Law2001-12-171-5/+6
* expmed.c (expand_divmod): Ignore sdiv_pow2_cheap for modes in which there is ...Richard Henderson2001-12-111-1/+10
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-12-091-2/+2
* * expmed.c (extract_bit_field): Don't create invalid SUBREGs.Geoffrey Keating2001-11-201-8/+13
* expr.c (store_field): Pass tree instead of max size; callers changed.Richard Kenner2001-11-151-5/+3
* expmed.c (extract_bit_field): No longer pass in alignment.Richard Kenner2001-11-111-126/+79
* expmed.c (expand_mult): Force operand to register before computing cost.Jan Hubicka2001-11-071-0/+4
* expmed.c (store_bit_field): Use simplify_gen_subreg to make SUBREG so we avoi...Aldy Hernandez2001-11-021-6/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-17/+17
* calls.c: Fix formatting.Kazu Hirata2001-10-101-1/+1
* expmed.c (store_bit_field): Update to patch from 2001-08-27: move adjustment ...Roman Zippel2001-08-311-9/+9
* expmed.c (store_bit_field): Ignore adjustment to bitpos and use bitnum to dec...Roman Zippel2001-08-271-3/+3
* expmed.c: Default-#define HAVE_insv, HAVE_extv, and HAVE_extzv to zero.Zack Weinberg2001-08-241-33/+18
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* expmed.c (CODE_FOR_insv, gen_insv): Provide defaults.Richard Henderson2001-08-221-15/+17
* expmed.c (mode_for_extraction): New function.Zack Weinberg2001-08-221-32/+70
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-0/+1
* dbxout.c: Fix comment formatting.Kazu Hirata2001-08-081-1/+1
* expmed.c (store_fixed_bit_field): Don't use a mode bigger than the mode of th...Andrew Haley2001-07-091-2/+7
* emit-rtl.c (adjust_address): New function.Richard Kenner2001-07-021-24/+14