Age | Commit message (Expand) | Author | Files | Lines |
2007-02-02 | * expmed.c (expand_divmod): Add comment. | Ian Lance Taylor | 1 | -0/+3 |
2007-01-20 | Cast both sides of the conditional expression. | Ian Lance Taylor | 1 | -1/+3 |
2007-01-20 | expmed.c (expand_divmod): Cast constant to unsigned HOST_WIDE_INT before nega... | Ian Lance Taylor | 1 | -2/+4 |
2006-12-19 | expmed.c (expand_mult_const): Force operand to constant. | Jan Hubicka | 1 | -5/+5 |
2006-12-12 | re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe... | Andrew Pinski | 1 | -0/+25 |
2006-11-14 | expmed.c (emit_store_flag_1): New function. | Richard Earnshaw | 1 | -63/+130 |
2006-11-13 | re PR middle-end/28915 (ICE: tree check: expected class 'constant', have 'dec... | Jason Merrill | 1 | -0/+9 |
2006-11-11 | tree.c (build_int_cst_wide): Add an assertion (gcc_unreachable) when attempti... | Roger Sayle | 1 | -5/+5 |
2006-07-19 | re PR middle-end/28283 (SuperH: Very unoptimal code generated for 64-bit ints) | Roger Sayle | 1 | -1/+3 |
2006-06-19 | re PR target/27861 (ICE in expand_expr_real_1, at expr.c:6916) | Roger Sayle | 1 | -3/+7 |
2006-06-08 | re PR middle-end/27733 (Large compile time regression) | Paolo Bonzini | 1 | -1/+5 |
2006-05-14 | re PR rtl-optimization/22563 (performance regression for gcc newer than 2.95) | Roger Sayle | 1 | -14/+13 |
2006-04-27 | expmed.c (store_fixed_bit_field): If we're not optimizing for size... | Roger Sayle | 1 | -1/+6 |
2006-04-26 | expmed.c (store_bit_field): Also check whether the bitsize is valid for the m... | Roger Sayle | 1 | -1/+3 |
2006-04-25 | expmed.c (store_bit_field): Handle paradoxical subregs on big endian machines. | Andreas Krebbel | 1 | -1/+19 |
2006-03-04 | expmed.c (expand_mult_add): Remove. | Kazu Hirata | 1 | -25/+0 |
2006-02-13 | re PR middle-end/25724 (Emits call to __cmpdi2 for long long comparison in sw... | Roger Sayle | 1 | -58/+7 |
2006-01-31 | expr.h (expand_normal): new inline function. | Marcin Dalecki | 1 | -1/+1 |
2006-01-28 | expmed.c (const_mult_add_overflow_p): Remove. | Kazu Hirata | 1 | -38/+0 |
2006-01-24 | expmed.c (store_bit_field): Don't arbitrarily deny using insv for storing con... | DJ Delorie | 1 | -1/+0 |
2005-12-19 | optabs.c (init_floating_libfuncs): Handle decimal float modes. | Jon Grimm | 1 | -0/+5 |
2005-11-29 | expmed.c (div_cost): Replace with... | Roger Sayle | 1 | -25/+34 |
2005-11-26 | re PR middle-end/21309 (internal compiler error: in expand_mult_const, at exp... | Roger Sayle | 1 | -0/+11 |
2005-11-22 | re PR middle-end/24950 (ICE in operand_subword_force) | Alan Modra | 1 | -0/+1 |
2005-11-22 | optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t... | Ben Elliston | 1 | -1/+1 |
2005-11-15 | expmed.c (store_bit_field): Add offset unconditionally for memory targets. | Dale Johannesen | 1 | -8/+15 |
2005-11-07 | expmed.c (extract_bit_field): Do not use insv/extv/extzv patterns if the bits... | Eric Botcazou | 1 | -4/+6 |
2005-09-29 | re PR middle-end/17886 (variable rotate and unsigned long long rotate should ... | Mark Mitchell | 1 | -13/+0 |
2005-09-22 | expmed.c (expand_shift): Don't use the target of the rotate as target for the... | Andreas Krebbel | 1 | -2/+2 |
2005-09-21 | expmed.c (alg_code): Add alg_impossible. | Kazu Hirata | 1 | -21/+75 |
2005-09-17 | Add comment to expand_mult max_cost change. | David Edelsohn | 1 | -4/+8 |
2005-09-17 | re PR middle-end/22067 (Inconsistent multiply by immediate) | David Edelsohn | 1 | -2/+3 |
2005-07-08 | Makefile.in (TREE_H): Add treestruct.def. | Daniel Berlin | 1 | -1/+1 |
2005-07-06 | Removal of -fforce-mem. | Fariborz Jahanian | 1 | -15/+3 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-31 | expr.c (convert_move): When a partial_int requires multiple conversion steps... | DJ Delorie | 1 | -1/+1 |
2005-04-27 | dojump.c: Fix comment typos. | Kazu Hirata | 1 | -22/+22 |
2005-04-22 | builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'. | Nathan Sidwell | 1 | -11/+11 |
2005-03-13 | expmed.c (expand_mult): Use synthetic multiplication sequences for more class... | Roger Sayle | 1 | -43/+82 |
2005-02-21 | tree-ssa-loop-ivopts.c (computation_cost): Start register numbering at LAST_V... | DJ Delorie | 1 | -1/+2 |
2005-02-18 | stmt.c (emit_case_bit_tests): Call fold_convert instead of convert. | James A. Morrison | 1 | -20/+15 |
2005-02-12 | c-tree.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-02-06 | expmed.c (store_bit_field): Make the SUBREG code adjust bitnum. | Richard Sandiford | 1 | -13/+20 |
2005-01-28 | expmed.c (expand_mult_highpart_optab): When attempting to use a non-widening ... | Roger Sayle | 1 | -3/+17 |
2005-01-26 | Revert last change. | Richard Henderson | 1 | -1/+1 |
2005-01-26 | re PR middle-end/18008 (Duplicate mask on bitfield insertion) | Richard Henderson | 1 | -1/+1 |
2005-01-25 | expmed.c (choose_multiplier): Change interface to return the multiplier lowpa... | Roger Sayle | 1 | -19/+17 |
2005-01-25 | re PR middle-end/19330 (FAIL: gcc.c-torture/execute/20010605-2.c execution, ... | John David Anglin | 1 | -5/+11 |
2005-01-24 | c-opts.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-24 | expmed.c (expand_mult_highpart): Make static. | Roger Sayle | 1 | -15/+21 |