aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)Author
2002-07-27This commit was manufactured by cvs2svn to create branchno-author
2002-02-222002-02-21 Eric Christopher <echristo@redhat.com>Eric Christopher
2002-02-21 PR c++/4574Jakub Jelinek
2002-02-20 * expmed.c (store_bit_field): Do not store bit fields using SUBREGDiego Novillo
2002-02-192002-02-19 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez
2002-02-01 PR c/5304:Jakub Jelinek
2002-01-30 * expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.Zack Weinberg
2002-01-16 * expmed.c (extract_fixed_bit_field): Remove unused code.Kazu Hirata
2002-01-05 * cse.c: Fix formatting.Kazu Hirata
2001-12-17 * expmed.c (emit_store_flag): Extract updated comparison codeJeffrey A Law
2001-12-12 * expmed.c (expand_divmod): Ignore sdiv_pow2_cheap for modes inRichard Henderson
2001-12-09 * ChangeLog.2, ChangeLog.3, ChangeLog.5, ChangeLog, alias.c,Joseph Myers
2001-11-20 * expmed.c (extract_bit_field): Don't create invalid SUBREGs.Geoffrey Keating
2001-11-16 * expr.c (store_field): Pass tree instead of max size; callers changed.Richard Kenner
2001-11-11 * expmed.c (extract_bit_field): No longer pass in alignment.Richard Kenner
2001-11-07 * expmed.c (expand_mult): Force operand to register before computingJan Hubicka
2001-11-02 * expmed.c (store_bit_field): Use simplify_gen_subreg to makeAldy Hernandez
2001-10-112001-10-10 Stan Shebs <shebs@apple.com>Stan Shebs
2001-10-10 * calls.c: Fix formatting.Kazu Hirata
2001-08-31 * expmed.c (store_bit_field): Update to patch from 2001-08-27:Roman Zippel
2001-08-27 * expmed.c (store_bit_field): Ignore adjustment to bitposRoman Zippel
2001-08-24 * expmed.c: Default-#define HAVE_insv, HAVE_extv, and HAVE_extzvZack Weinberg
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-08-22 * expmed.c (CODE_FOR_insv, gen_insv): Provide defaults.Richard Henderson
2001-08-22 * expmed.c (mode_for_extraction): New function.Zack Weinberg
2001-08-13 * expr.h: Split out optab- and libfunc-related code to...Zack Weinberg
2001-08-08 * dbxout.c: Fix comment formatting.Kazu Hirata
2001-07-092001-07-03 Andrew Haley <aph@redhat.com>Andrew Haley
2001-07-02 * emit-rtl.c (adjust_address): New function.Richard Kenner
2001-05-22 * combine.c (gen_binary): Use swap_commutative_operands_pJan Hubicka
2001-04-12* expmed.c (store_bit_field): Truncate CONST_INTs.Alexandre Oliva
2001-04-032001-04-03 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek
2001-03-22 * mkconfig.sh: Include insn-flags.h.Richard Henderson
2001-01-31* expmed.c (extract_bit_field): allow non-integral modes if weDJ Delorie
2001-01-21 * expmed.c (synth_mult, expand_mult_highpart, expand_divmod): GuardJ"orn Rennecke
2001-01-02 * function.c (expand_function_end): Properly handle DECL_RESULTRichard Kenner
2000-12-282000-12-28 Andreas Jaeger <aj@suse.de>Andreas Jaeger
2000-12-28 * expmed.c (store_bit_field): Correctly compute smallest mode thatAlan Lehotsky
2000-12-16 * expmed.c (expand_mult): Write REG_EQUAL note with proper mode.Richard Kenner
2000-11-10 * alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh Ghazi
2000-11-06 * expmed.c (expand_divmod): For signed divide by 2, preferDenis Chertykov
2000-10-25Fixes for C++ structure layout breakage.Jim Wilson
2000-10-19Minor corrections in comments.Chandrakala Chavva
2000-10-18Adding new option -ftrapv.Chandrakala Chavva
2000-09-25 * expmed.c (store_bit_field): Adjust last change to not considerRichard Henderson
2000-09-15 * expmed.c (store_bit_field): Consider naturally alignedRichard Henderson
2000-08-12* tree.h (DECL_OFFSET_ALIGN): Make the off_align field ofGeoffrey Keating
2000-08-07 * expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.Richard Henderson
2000-07-03* expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 whenGeoffrey Keating
2000-06-24Vector conversions supportBernd Schmidt