| Commit message (Expand) | Author | Age | Files | Lines |
* | * expmed.c (synth_mult): Initialize new_limit.latency before | kazu | 2004-12-10 | 1 | -1/+1 |
* | * simplify-rtx.c (simplify_subreg): In the CONCAT case, check whether | rsandifo | 2004-12-09 | 1 | -8/+10 |
* | PR middle-end/18293 | sayle | 2004-12-08 | 1 | -5/+20 |
* | PR rtl-opt/15289 | rth | 2004-12-01 | 1 | -22/+0 |
* | * expmed.c (store_bit_field): Use simplify_gen_subreg instead | rth | 2004-12-01 | 1 | -14/+4 |
* | * expmed.c (extract_bit_field): When extracting from non-integer mode, | kenner | 2004-11-27 | 1 | -7/+6 |
* | * expmed.c (extract_bit_field): Use simplify_gen_subreg instead of | rth | 2004-11-23 | 1 | -20/+36 |
* | * expmed.c (alg_code): Add alg_unknown. | kazu | 2004-11-17 | 1 | -3/+86 |
* | * expmed.c, ra-colorize.c: Fix comment typos. | kazu | 2004-11-16 | 1 | -1/+1 |
* | * expmed.c (extract_split_bit_field): Temporarily disable call to | rth | 2004-11-13 | 1 | -1/+1 |
* | * bitmap.c, bitmap.h, expmed.c, tree-cfg.c: Fix comment | kazu | 2004-11-13 | 1 | -1/+1 |
* | * expmed.c (extract_force_align_mem_bit_field): Correct handling at | rth | 2004-11-08 | 1 | -4/+12 |
* | * expmed.c: Fix a comment typo. | kazu | 2004-11-06 | 1 | -1/+1 |
* | * expmed.c (extract_force_align_mem_bit_field): New. | rth | 2004-11-05 | 1 | -1/+148 |
* | PR 18004. | aldyh | 2004-10-21 | 1 | -1/+3 |
* | PR middle-end/18045 | ebotcazou | 2004-10-18 | 1 | -12/+22 |
* | PR middle-end/17835 | ebotcazou | 2004-10-07 | 1 | -0/+5 |
* | * expmed.c (synth_mult): Initialize latency. Check cost before | drow | 2004-09-13 | 1 | -4/+5 |
* | PR target/16795 | dje | 2004-09-12 | 1 | -1/+13 |
* | * emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable. | nathan | 2004-09-08 | 1 | -93/+74 |
* | * expmed.c (enum alg_code): Remove long unused enumeration values. | sayle | 2004-09-02 | 1 | -73/+184 |
* | * tree.h (build_int_cst): New, sign extended constant. | nathan | 2004-08-25 | 1 | -57/+47 |
* | * c-decl.c (c_init_decl_processing): Adjust | nathan | 2004-08-24 | 1 | -7/+1 |
* | * tree.h (TYPE_CACHED_VALUES_P): New. | nathan | 2004-08-19 | 1 | -1/+10 |
* | 2004-08-17 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-08-17 | 1 | -13/+11 |
* | .: | nathan | 2004-08-15 | 1 | -79/+126 |
* | * configure.in (arm*-*-eabi*): New target. | mmitchel | 2004-08-11 | 1 | -4/+18 |
* | * expmed.c (sdiv_pow2_cheap, smod_pow2_cheap): Change type to bool. | sayle | 2004-08-09 | 1 | -3/+28 |
* | * convert.c (convert_to_real, convert_to_integer, | sayle | 2004-07-25 | 1 | -35/+35 |
* | * expmed.c (init_expmed): A signed modulus by a power of two is | sayle | 2004-07-25 | 1 | -1/+1 |
* | * expmed.c (expand_sdiv_pow2): New function to expand signed division | sayle | 2004-07-14 | 1 | -32/+49 |
* | 2004-07-14 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-14 | 1 | -1/+0 |
* | 2004-07-14 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-14 | 1 | -29/+4 |
* | * expmed.c (init_expmed): Use stack-local structures for | rth | 2004-07-11 | 1 | -82/+114 |
* | * expr.h (store_bit_field, extract_bit_field): Remove last argument. | jakub | 2004-07-10 | 1 | -20/+5 |
* | * expmed.c (extract_bit_field): Correct condition to use vec_extract | rth | 2004-07-08 | 1 | -4/+4 |
* | * expmed.c (emit_store_flag): Also special-case double-word | rth | 2004-07-08 | 1 | -8/+10 |
* | * rtl.def (ADDRESSOF): Remove. | rth | 2004-07-04 | 1 | -2/+0 |
* | * expmed.c (make_tree): Don't use SET_DECL_RTL. | rth | 2004-07-02 | 1 | -1/+3 |
* | * tree.def (RTL_EXPR): Remove. | rth | 2004-07-02 | 1 | -8/+5 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 1 | -32/+32 |
* | * expmed.c (expand_shift): Consider expanding LSHIFT_EXPR by a | sayle | 2004-07-01 | 1 | -1/+24 |
* | * expmed.c (expand_smod_pow2): Fix sign of mask. | amylaar | 2004-06-30 | 1 | -1/+1 |
* | * expmed.c (expand_smod_pow2): Provide alternate implementations | sayle | 2004-06-29 | 1 | -11/+36 |
* | * expmed.c (expand_smod_pow2): New function to expand signed | sayle | 2004-06-28 | 1 | -6/+77 |
* | PR middle-end/15239 | sayle | 2004-06-24 | 1 | -1/+0 |
* | * expmed.c (expand_mult_const): In sanity check, compare only | zack | 2004-06-17 | 1 | -0/+4 |
* | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-15 | 1 | -32/+32 |
* | * expmed.c (synth_mult): Mask bits of the multiplier to the | sayle | 2004-06-15 | 1 | -5/+9 |
* | * expmed.c (shift_cost, shiftadd_cost, shiftsub_cost): Additionally | sayle | 2004-06-13 | 1 | -70/+83 |