aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-07expmed.c (emit_store_flag): Also special-case double-word (in-)equality compa...Jan Beulich1-8/+10
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-2/+0
2004-07-02* expmed.c (make_tree): Don't use SET_DECL_RTL.Richard Henderson1-1/+3
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-8/+5
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-32/+32
2004-07-01expmed.c (expand_shift): Consider expanding LSHIFT_EXPR by a constant as a se...Roger Sayle1-1/+24
2004-06-30* expmed.c (expand_smod_pow2): Fix sign of mask.J"orn Rennecke1-1/+1
2004-06-29expmed.c (expand_smod_pow2): Provide alternate implementations that avoid con...Roger Sayle1-11/+36
2004-06-28expmed.c (expand_smod_pow2): New function to expand signed remainder by a con...Roger Sayle1-6/+77
2004-06-24re PR middle-end/15239 (suboptimal mult-by-const expansion cost limit)Roger Sayle1-1/+0
2004-06-17expmed.c (expand_mult_const): In sanity check...Zack Weinberg1-0/+4
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-32/+32
2004-06-15expmed.c (synth_mult): Mask bits of the multiplier to the machine mode of the...Roger Sayle1-5/+9
2004-06-13expmed.c (shift_cost, [...]): Additionally index by machine mode.Roger Sayle1-70/+83
2004-06-11expmed.c (synth_mult): Add an additional MODE argument for the machine mode o...Roger Sayle1-19/+21
2004-06-09* expmed.c (emit_store_flag): Cope with FLOAT_STORE_FLAG_VALUE.Richard Henderson1-5/+22
2004-06-08expmed.c (add_cost, [...]): Make arrays indexed by machine mode.Roger Sayle1-79/+95
2004-06-07re PR rtl-optimization/15193 (Unary minus using pointer to V4SF vector causes...Richard Henderson1-3/+2
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-7/+2
2004-04-24expmed.c (expand_mult_highpart_adjust): Do not assume OP1 is a CONST_INT.Ulrich Weigand1-3/+2
2004-04-21expmed.c (expand_mult_highpart_optab): Use narrower version of OP1 in two mor...Richard Kenner1-7/+5
2004-04-19expmed.c (expand_mult_highpart_adjust): Make OP1 valid for MODE.Richard Kenner1-3/+6
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-2/+3
2004-03-21expmed.c (choose_mult_variant): Pass MULT_COST as argument instead of using r...Ulrich Weigand1-23/+48
2004-03-20c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-03-19expmed.c (choose_mult_variant, [...]): New, split from...Richard Sandiford1-264/+295
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-11/+11
2004-02-21combine.c (SHIFT_COUNT_TRUNCATED): Remove.Kazu Hirata1-2/+0
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-01expmed.c (store_bit_field, [...]): Use new named patternsJan Hubicka1-0/+103
2003-12-08Fix IA-64 glibc ICE PR target/13132James E Wilson1-4/+9
2003-11-11Undo accidental GET_MODE_BITSIZE damage.James E Wilson1-11/+4
2003-10-25Fix bootstrap failure.Graham Stott1-0/+2
2003-10-25genmodes.c (struct mode_data): Add contained and next_cont fields.Zack Weinberg1-4/+9
2003-09-26expmed.c (store_bit_field): Don't search for an integer mode unless we need t...Richard Sandiford1-5/+4
2003-09-18re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell1-3/+1
2003-09-05re PR rtl-optimization/1823 (-ftrapv aborts with pointer difference due to di...Roger Sayle1-1/+1
2003-08-22c-decl.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-08-04fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0.Roger Sayle1-1/+24
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+2
2003-06-29except.c: Convert prototypes to ISO C90.Andreas Jaeger1-160/+79
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-06-23ChangeLog.1: Fix a typo.Kazu Hirata1-1/+1
2003-06-12re PR middle-end/10475 (ICE in subreg_highpart_offset for code with long long)Richard Henderson1-7/+15
2003-04-21expmed.c (extract_bit_field): Reverse operands of && condition to prevent a p...Olivier Hainque1-19/+19
2003-04-18* expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.Richard Kenner1-2/+6
2003-02-22expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka1-5/+12
2003-01-28cfgloopmanip.c (create_preheader): Initialize src to avoid warning.Andreas Schwab1-2/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2