summaryrefslogtreecommitdiff
path: root/gcc/expmed.c
Commit message (Expand)AuthorAgeFilesLines
* expmed.c (store_bit_field_1): Be prepared for movstrict expander to fail.Jan Hubicka2008-08-281-3/+9
* optabs.c (expand_binop, [...]): Upse optimize_insn_for_speed predicate.Jan Hubicka2008-08-031-1/+1
* cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi2008-07-161-4/+4
* dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi2008-06-261-2/+2
* rtl.h (emit_clobber, [...]): Declare.Richard Sandiford2008-06-011-1/+1
* Add SSE5 vector shift/rotate; Update SSE5 vector multiplyMichael Meissner2008-05-141-5/+23
* re PR rtl-optimization/36006 (invalid rtl sharing with -O2)Uros Bizjak2008-04-241-1/+4
* * expmed.c (extract_force_align_mem_bit_field): Remove.Ben Elliston2008-04-031-146/+0
* expmed.c (extract_split_bit_field): Remove if (0) code.Ben Elliston2008-04-031-10/+1
* re PR rtl-optimization/33927 (replace_read in dse.c could handle cases where ...Richard Sandiford2008-03-221-0/+60
* expmed.c (extract_bit_field): Always use adjust_address for MEM.Daniel Jacobowitz2008-02-231-11/+8
* optabs.c (debug_optab_libfunc): Update; make available to gdb.Jan Hubicka2007-09-041-2/+2
* optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka2007-08-091-25/+27
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-0/+8
* expr.h (store_bit_field): Don't return a value.Richard Sandiford2007-07-271-386/+304
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-1/+2
* really remove signed(_or_unsigned)?_type langhooksRafael Espindola2007-06-111-2/+2
* c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola2007-05-141-2/+2
* * expmed.c (expand_divmod): Add comment.Ian Lance Taylor2007-02-021-0/+3
* Cast both sides of the conditional expression.Ian Lance Taylor2007-01-201-1/+3
* expmed.c (expand_divmod): Cast constant to unsigned HOST_WIDE_INT before nega...Ian Lance Taylor2007-01-201-2/+4
* expmed.c (expand_mult_const): Force operand to constant.Jan Hubicka2006-12-191-5/+5
* re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski2006-12-121-0/+25
* expmed.c (emit_store_flag_1): New function.Richard Earnshaw2006-11-141-63/+130
* re PR middle-end/28915 (ICE: tree check: expected class 'constant', have 'dec...Jason Merrill2006-11-131-0/+9
* tree.c (build_int_cst_wide): Add an assertion (gcc_unreachable) when attempti...Roger Sayle2006-11-111-5/+5
* re PR middle-end/28283 (SuperH: Very unoptimal code generated for 64-bit ints)Roger Sayle2006-07-191-1/+3
* re PR target/27861 (ICE in expand_expr_real_1, at expr.c:6916)Roger Sayle2006-06-191-3/+7
* re PR middle-end/27733 (Large compile time regression)Paolo Bonzini2006-06-081-1/+5
* re PR rtl-optimization/22563 (performance regression for gcc newer than 2.95)Roger Sayle2006-05-141-14/+13
* expmed.c (store_fixed_bit_field): If we're not optimizing for size...Roger Sayle2006-04-271-1/+6
* expmed.c (store_bit_field): Also check whether the bitsize is valid for the m...Roger Sayle2006-04-261-1/+3
* expmed.c (store_bit_field): Handle paradoxical subregs on big endian machines.Andreas Krebbel2006-04-251-1/+19
* expmed.c (expand_mult_add): Remove.Kazu Hirata2006-03-041-25/+0
* re PR middle-end/25724 (Emits call to __cmpdi2 for long long comparison in sw...Roger Sayle2006-02-131-58/+7
* expr.h (expand_normal): new inline function.Marcin Dalecki2006-01-311-1/+1
* expmed.c (const_mult_add_overflow_p): Remove.Kazu Hirata2006-01-281-38/+0
* expmed.c (store_bit_field): Don't arbitrarily deny using insv for storing con...DJ Delorie2006-01-241-1/+0
* optabs.c (init_floating_libfuncs): Handle decimal float modes.Jon Grimm2005-12-191-0/+5
* expmed.c (div_cost): Replace with...Roger Sayle2005-11-291-25/+34
* re PR middle-end/21309 (internal compiler error: in expand_mult_const, at exp...Roger Sayle2005-11-261-0/+11
* re PR middle-end/24950 (ICE in operand_subword_force)Alan Modra2005-11-221-0/+1
* optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston2005-11-221-1/+1
* expmed.c (store_bit_field): Add offset unconditionally for memory targets.Dale Johannesen2005-11-151-8/+15
* expmed.c (extract_bit_field): Do not use insv/extv/extzv patterns if the bits...Eric Botcazou2005-11-071-4/+6
* re PR middle-end/17886 (variable rotate and unsigned long long rotate should ...Mark Mitchell2005-09-291-13/+0
* expmed.c (expand_shift): Don't use the target of the rotate as target for the...Andreas Krebbel2005-09-221-2/+2
* expmed.c (alg_code): Add alg_impossible.Kazu Hirata2005-09-211-21/+75
* Add comment to expand_mult max_cost change.David Edelsohn2005-09-171-4/+8