aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-25 Fix bootstrap failure.Graham Stott
2003-10-25 * genmodes.c (struct mode_data): Add contained and next_contZack Weinberg
2003-09-26 * expmed.c (store_bit_field): Don't search for an integer modeRichard Sandiford
2003-09-18 PR target/11184Mark Mitchell
2003-09-05 PR optimization/1823Roger Sayle
2003-08-22 * c-decl.c: Fix comment formatting.Kazu Hirata
2003-08-04 * fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0.Roger Sayle
2003-07-19 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cKaveh Ghazi
2003-06-29 * except.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-06-29 * alloc-pool.c: Fix comment formatting.Kazu Hirata
2003-06-23 * ChangeLog.1: Fix a typo.Kazu Hirata
2003-06-13 PR middle-end/10475Richard Henderson
2003-04-21 * expmed.c (extract_bit_field): Reverse operands of && condition toRichard Kenner
2003-04-18 * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.Richard Kenner
2003-02-22 * expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka
2003-01-28 * cfgloopmanip.c (create_preheader): Initialize src to avoidAndreas Schwab
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-12-13 * c-decl.c: Fix a comment typo.Kazu Hirata
2002-12-09 * doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.Steve Ellcey
2002-12-02 * expmed.c (store_bit_field): Use int_mode_for_mode to findJ"orn Rennecke
2002-10-31 * expmed.c (store_bit_field): Check FUNCTION_ARG_REG_LITTLE_ENDIAN.Steve Ellcey
2002-09-29 * expmed.c (extract_bit_field): Fix bit-field extraction from SUBREGs.John David Anglin
2002-09-22 * dbxout.c: Follow spelling conventions.Kazu Hirata
2002-06-242002-06-24 David S. Miller <davem@redhat.com>David S. Miller
2002-06-17 * expmed.c (make_tree): Handle SIGN_EXTEND/ZERO_EXTEND.Richard Henderson
2002-06-132002-06-13 David S. Miller <davem@redhat.com>David S. Miller
2002-06-03 * emit-rtl.c: Likewise.Kazu Hirata
2002-05-30 * expmed.c (const_mult_add_overflow_p): New.Eric Botcazou
2002-04-26 PR c/2035Richard Henderson
2002-04-22Generate constant for shift once.Tom Rix
2002-04-01 * c-common.c (unsigned_conversion_warning, convert_and_check,Neil Booth
2002-03-29 * Makefile.in (convert.o, calls.o, expmed.o): Update.Neil Booth
2002-03-19 * emit-rtl.c (gen_int_mode): New function.Lars Brinkhoff
2002-03-132002-03-13 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez
2002-03-05 * expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2Jakub Jelinek
2002-03-01 * expmed.c (store_bit_field): Prevent generation of CONCATs;Richard Henderson
2002-02-27Index: ChangeLogGeoffrey Keating
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