aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-19expmed.c (expand_mult_const): Force operand to constant.Jan Hubicka1-5/+5
2006-12-12re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski1-0/+25
2006-11-14expmed.c (emit_store_flag_1): New function.Richard Earnshaw1-63/+130
2006-11-13re PR middle-end/28915 (ICE: tree check: expected class 'constant', have 'dec...Jason Merrill1-0/+9
2006-11-11tree.c (build_int_cst_wide): Add an assertion (gcc_unreachable) when attempti...Roger Sayle1-5/+5
2006-07-19re PR middle-end/28283 (SuperH: Very unoptimal code generated for 64-bit ints)Roger Sayle1-1/+3
2006-06-19re PR target/27861 (ICE in expand_expr_real_1, at expr.c:6916)Roger Sayle1-3/+7
2006-06-08re PR middle-end/27733 (Large compile time regression)Paolo Bonzini1-1/+5
2006-05-14re PR rtl-optimization/22563 (performance regression for gcc newer than 2.95)Roger Sayle1-14/+13
2006-04-27expmed.c (store_fixed_bit_field): If we're not optimizing for size...Roger Sayle1-1/+6
2006-04-26expmed.c (store_bit_field): Also check whether the bitsize is valid for the m...Roger Sayle1-1/+3
2006-04-25expmed.c (store_bit_field): Handle paradoxical subregs on big endian machines.Andreas Krebbel1-1/+19
2006-03-04expmed.c (expand_mult_add): Remove.Kazu Hirata1-25/+0
2006-02-13re PR middle-end/25724 (Emits call to __cmpdi2 for long long comparison in sw...Roger Sayle1-58/+7
2006-01-31expr.h (expand_normal): new inline function.Marcin Dalecki1-1/+1
2006-01-28expmed.c (const_mult_add_overflow_p): Remove.Kazu Hirata1-38/+0
2006-01-24expmed.c (store_bit_field): Don't arbitrarily deny using insv for storing con...DJ Delorie1-1/+0
2005-12-19optabs.c (init_floating_libfuncs): Handle decimal float modes.Jon Grimm1-0/+5
2005-11-29expmed.c (div_cost): Replace with...Roger Sayle1-25/+34
2005-11-26re PR middle-end/21309 (internal compiler error: in expand_mult_const, at exp...Roger Sayle1-0/+11
2005-11-22re PR middle-end/24950 (ICE in operand_subword_force)Alan Modra1-0/+1
2005-11-22optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston1-1/+1
2005-11-15expmed.c (store_bit_field): Add offset unconditionally for memory targets.Dale Johannesen1-8/+15
2005-11-07expmed.c (extract_bit_field): Do not use insv/extv/extzv patterns if the bits...Eric Botcazou1-4/+6
2005-09-29re PR middle-end/17886 (variable rotate and unsigned long long rotate should ...Mark Mitchell1-13/+0
2005-09-22expmed.c (expand_shift): Don't use the target of the rotate as target for the...Andreas Krebbel1-2/+2
2005-09-21expmed.c (alg_code): Add alg_impossible.Kazu Hirata1-21/+75
2005-09-17Add comment to expand_mult max_cost change.David Edelsohn1-4/+8
2005-09-17re PR middle-end/22067 (Inconsistent multiply by immediate)David Edelsohn1-2/+3
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-1/+1
2005-07-06Removal of -fforce-mem.Fariborz Jahanian1-15/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-31expr.c (convert_move): When a partial_int requires multiple conversion steps...DJ Delorie1-1/+1
2005-04-27dojump.c: Fix comment typos.Kazu Hirata1-22/+22
2005-04-22builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell1-11/+11
2005-03-13expmed.c (expand_mult): Use synthetic multiplication sequences for more class...Roger Sayle1-43/+82
2005-02-21tree-ssa-loop-ivopts.c (computation_cost): Start register numbering at LAST_V...DJ Delorie1-1/+2
2005-02-18stmt.c (emit_case_bit_tests): Call fold_convert instead of convert.James A. Morrison1-20/+15
2005-02-12c-tree.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-02-06expmed.c (store_bit_field): Make the SUBREG code adjust bitnum.Richard Sandiford1-13/+20
2005-01-28expmed.c (expand_mult_highpart_optab): When attempting to use a non-widening ...Roger Sayle1-3/+17
2005-01-26Revert last change.Richard Henderson1-1/+1
2005-01-26re PR middle-end/18008 (Duplicate mask on bitfield insertion)Richard Henderson1-1/+1
2005-01-25expmed.c (choose_multiplier): Change interface to return the multiplier lowpa...Roger Sayle1-19/+17
2005-01-25re PR middle-end/19330 (FAIL: gcc.c-torture/execute/20010605-2.c execution, ...John David Anglin1-5/+11
2005-01-24c-opts.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-24expmed.c (expand_mult_highpart): Make static.Roger Sayle1-15/+21
2004-12-10expmed.c (synth_mult): Initialize new_limit.latency before making a recursive...Kazu Hirata1-1/+1
2004-12-09simplify-rtx.c (simplify_subreg): In the CONCAT case...Richard Sandiford1-8/+10
2004-12-08re PR middle-end/18293 (Redundant copy operation introduced by expand)Roger Sayle1-5/+20