aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-21re PR target/18004 (ICE in output_constant_pool_2 for aligned(1) float in str...Aldy Hernandez1-1/+3
2004-10-18re PR middle-end/18045 (signed integer remainder for power of 2 broken)Eric Botcazou1-12/+22
2004-10-07re PR middle-end/17835 (stage2 compiler is broken because it is built with -f...Eric Botcazou1-0/+5
2004-09-13expmed.c (synth_mult): Initialize latency.Daniel Jacobowitz1-4/+5
2004-09-12re PR middle-end/16795 (PowerPC - Divide sequences by negative power of two c...David Edelsohn1-1/+13
2004-09-08emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-93/+74
2004-09-02expmed.c (enum alg_code): Remove long unused enumeration values.Roger Sayle1-73/+184
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-57/+47
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell1-7/+1
2004-08-19tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell1-1/+10
2004-08-17Makefile.in: Regenerate.Paolo Bonzini1-13/+11
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-79/+126
2004-08-11configure.in (arm*-*-eabi*): New target.Mark Mitchell1-4/+18
2004-08-09expmed.c (sdiv_pow2_cheap, [...]): Change type to bool.Roger Sayle1-3/+28
2004-07-25convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle1-35/+35
2004-07-25expmed.c (init_expmed): A signed modulus by a power of two is considered chea...Roger Sayle1-1/+1
2004-07-14expmed.c (expand_sdiv_pow2): New function to expand signed division by a posi...Roger Sayle1-32/+49
2004-07-14expmed.c: Remove more references to QUEUED in the comments.Paolo Bonzini1-1/+0
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini1-29/+4
2004-07-11expmed.c (init_expmed): Use stack-local structures for temporary rtl.Richard Henderson1-82/+114
2004-07-10expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek1-20/+5
2004-07-08expmed.c (extract_bit_field): Correct condition to use vec_extract patterns a...Jan Beulich1-4/+4
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