Age | Commit message (Expand) | Author | Files | Lines |
2003-02-22 | expmed.c (expand_divmod): Undo sign extensions for unsigned operands | Jan Hubicka | 1 | -5/+12 |
2003-01-28 | cfgloopmanip.c (create_preheader): Initialize src to avoid warning. | Andreas Schwab | 1 | -2/+2 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-12-13 | c-decl.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2002-12-09 | tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition. | Steve Ellcey | 1 | -1/+0 |
2002-12-02 | expmed.c (store_bit_field): Use int_mode_for_mode to find corresponding mode ... | J"orn Rennecke | 1 | -1/+3 |
2002-10-31 | * expmed.c (store_bit_field): Check FUNCTION_ARG_REG_LITTLE_ENDIAN. | Steve Ellcey | 1 | -0/+1 |
2002-09-29 | * expmed.c (extract_bit_field): Fix bit-field extraction from SUBREGs. | John David Anglin | 1 | -26/+15 |
2002-09-22 | dbxout.c: Follow spelling conventions. | Kazu Hirata | 1 | -4/+4 |
2002-06-24 | sparc.c (INIT_TARGET_OPTABS): If ARCH64, set the 32-bit ABI libfuncs to NULL. | David S. Miller | 1 | -2/+5 |
2002-06-17 | * expmed.c (make_tree): Handle SIGN_EXTEND/ZERO_EXTEND. | Richard Henderson | 1 | -0/+7 |
2002-06-13 | expmed.c (init_expmed): Remove duplicate init of 'reg'. | David S. Miller | 1 | -4/+3 |
2002-06-03 | emit-rtl.c: Likewise. | Kazu Hirata | 1 | -12/+12 |
2002-05-30 | expmed.c (const_mult_add_overflow_p): New. | Eric Botcazou | 1 | -0/+38 |
2002-04-25 | re PR c/2035 (ICE in extract_bit_field, at expmed.c:1115) | Richard Henderson | 1 | -1/+2 |
2002-04-22 | Generate constant for shift once. | Tom Rix | 1 | -4/+3 |
2002-04-01 | c-common.c (unsigned_conversion_warning, [...]): Use new hooks. | Neil Booth | 1 | -7/+8 |
2002-03-29 | Makefile.in (convert.o, [...]): Update. | Neil Booth | 1 | -2/+4 |
2002-03-19 | emit-rtl.c (gen_int_mode): New function. | Lars Brinkhoff | 1 | -7/+6 |
2002-03-13 | expmed.c (store_bit_field): Reset alias set for memory. | Aldy Hernandez | 1 | -0/+18 |
2002-03-05 | expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2 wide volatile memory... | Jakub Jelinek | 1 | -1/+2 |
2002-03-01 | expmed.c (store_bit_field): Prevent generation of CONCATs... | Richard Henderson | 1 | -11/+12 |
2002-02-27 | Index: ChangeLog | Geoffrey Keating | 1 | -1/+1 |
2002-02-22 | expmed.c (store_bit_field): Try to simplify the subreg before generating a ne... | Eric Christopher | 1 | -41/+50 |
2002-02-21 | re PR c++/4574 (Internal compiler error in `expand_and', at expmed.c:4055) | Jakub Jelinek | 1 | -16/+9 |
2002-02-20 | expmed.c (store_bit_field): Do not store bit fields using SUBREG operations i... | Diego Novillo | 1 | -4/+7 |
2002-02-19 | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 1 | -1/+19 |
2002-02-02 | re PR c/5304 (gcc-20011231 generates incorrect divmod code for chars) | Jakub Jelinek | 1 | -9/+6 |
2002-01-30 | * expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1. | Zack Weinberg | 1 | -0/+4 |
2002-01-16 | expmed.c (extract_fixed_bit_field): Remove unused code. | Kazu Hirata | 1 | -10/+1 |
2002-01-05 | cse.c: Fix formatting. | Kazu Hirata | 1 | -7/+7 |
2001-12-17 | expmed.c (emit_store_flag): Extract updated comparison code from the return v... | Jeff Law | 1 | -5/+6 |
2001-12-11 | expmed.c (expand_divmod): Ignore sdiv_pow2_cheap for modes in which there is ... | Richard Henderson | 1 | -1/+10 |
2001-12-09 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -2/+2 |
2001-11-20 | * expmed.c (extract_bit_field): Don't create invalid SUBREGs. | Geoffrey Keating | 1 | -8/+13 |
2001-11-15 | expr.c (store_field): Pass tree instead of max size; callers changed. | Richard Kenner | 1 | -5/+3 |
2001-11-11 | expmed.c (extract_bit_field): No longer pass in alignment. | Richard Kenner | 1 | -126/+79 |
2001-11-07 | expmed.c (expand_mult): Force operand to register before computing cost. | Jan Hubicka | 1 | -0/+4 |
2001-11-02 | expmed.c (store_bit_field): Use simplify_gen_subreg to make SUBREG so we avoi... | Aldy Hernandez | 1 | -6/+1 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -17/+17 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -1/+1 |
2001-08-31 | expmed.c (store_bit_field): Update to patch from 2001-08-27: move adjustment ... | Roman Zippel | 1 | -9/+9 |
2001-08-27 | expmed.c (store_bit_field): Ignore adjustment to bitpos and use bitnum to dec... | Roman Zippel | 1 | -3/+3 |
2001-08-24 | expmed.c: Default-#define HAVE_insv, HAVE_extv, and HAVE_extzv to zero. | Zack Weinberg | 1 | -33/+18 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-22 | expmed.c (CODE_FOR_insv, gen_insv): Provide defaults. | Richard Henderson | 1 | -15/+17 |
2001-08-22 | expmed.c (mode_for_extraction): New function. | Zack Weinberg | 1 | -32/+70 |
2001-08-13 | expr.h: Split out optab- and libfunc-related code to... | Zack Weinberg | 1 | -0/+1 |
2001-08-08 | dbxout.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2001-07-09 | expmed.c (store_fixed_bit_field): Don't use a mode bigger than the mode of th... | Andrew Haley | 1 | -2/+7 |