aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-26dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-2/+2
2008-06-01rtl.h (emit_clobber, [...]): Declare.Richard Sandiford1-1/+1
2008-05-14Add SSE5 vector shift/rotate; Update SSE5 vector multiplyMichael Meissner1-5/+23
2008-04-24re PR rtl-optimization/36006 (invalid rtl sharing with -O2)Uros Bizjak1-1/+4
2008-04-03* expmed.c (extract_force_align_mem_bit_field): Remove.Ben Elliston1-146/+0
2008-04-03expmed.c (extract_split_bit_field): Remove if (0) code.Ben Elliston1-10/+1
2008-03-22re PR rtl-optimization/33927 (replace_read in dse.c could handle cases where ...Richard Sandiford1-0/+60
2008-02-23expmed.c (extract_bit_field): Always use adjust_address for MEM.Daniel Jacobowitz1-11/+8
2007-09-04optabs.c (debug_optab_libfunc): Update; make available to gdb.Jan Hubicka1-2/+2
2007-08-09optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka1-25/+27
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+8
2007-07-27expr.h (store_bit_field): Don't return a value.Richard Sandiford1-386/+304
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-1/+2
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-2/+2
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-2/+2
2007-02-02* expmed.c (expand_divmod): Add comment.Ian Lance Taylor1-0/+3
2007-01-20Cast both sides of the conditional expression.Ian Lance Taylor1-1/+3
2007-01-20expmed.c (expand_divmod): Cast constant to unsigned HOST_WIDE_INT before nega...Ian Lance Taylor1-2/+4
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