aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-01re PR rtl-optimization/15289 (reload error with non-lowpart subregs)Richard Henderson1-22/+0
2004-12-01expmed.c (store_bit_field): Use simplify_gen_subreg instead of gen_rtx_SUBREG...Richard Henderson1-14/+4
2004-11-26expmed.c (extract_bit_field): When extracting from non-integer mode...Richard Kenner1-7/+6
2004-11-23expmed.c (extract_bit_field): Use simplify_gen_subreg instead of hard-coding ...Richard Henderson1-20/+36
2004-11-17expmed.c (alg_code): Add alg_unknown.Kazu Hirata1-3/+86
2004-11-16* expmed.c, ra-colorize.c: Fix comment typos.Kazu Hirata1-1/+1
2004-11-13expmed.c (extract_split_bit_field): Temporarily disable call to extract_force...Richard Henderson1-1/+1
2004-11-13bitmap.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-11-08expmed.c (extract_force_align_mem_bit_field): Correct handling at the end of ...Richard Henderson1-4/+12
2004-11-06* expmed.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-11-05expmed.c (extract_force_align_mem_bit_field): New.Richard Henderson1-1/+148
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