summaryrefslogtreecommitdiff
path: root/gcc/expmed.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* combine.c (gen_binary): Use swap_commutative_operands_pJan Hubicka2001-05-221-2/+1
* expmed.c (store_bit_field): Truncate CONST_INTs.Alexandre Oliva2001-04-121-6/+14
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-13/+20
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-2/+0
* expmed.c (extract_bit_field): allow non-integral modes if we want to extract ...DJ Delorie2001-01-311-0/+9
* expmed.c (synth_mult, [...]): Guard uses of shift_cost, shiftadd_cost and shi...J"orn Rennecke2001-01-211-32/+59
* function.c (expand_function_end): Properly handle DECL_RESULT and copy when p...Richard Kenner2001-01-011-1/+9
* expmed.c (store_bit_field): Fix last patch.Andreas Jaeger2000-12-281-1/+1
* expmed.c (store_bit_field): Correctly compute smallest mode that is sufficien...Alan Lehotsky2000-12-281-1/+1
* * expmed.c (expand_mult): Write REG_EQUAL note with proper mode.Richard Kenner2000-12-161-2/+12
* alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi2000-11-101-4/+4
* expmed.c (expand_divmod): For signed divide by 2, prefer a branch and fewer s...Denis Chertykov2000-11-061-1/+1
* Fixes for C++ structure layout breakage.Jim Wilson2000-10-241-15/+17