| Commit message (Expand) | Author | Age | Files | Lines |
* | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 2004-08-25 | 1 | -57/+47 |
* | c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call. | Nathan Sidwell | 2004-08-24 | 1 | -7/+1 |
* | tree.h (TYPE_CACHED_VALUES_P): New. | Nathan Sidwell | 2004-08-19 | 1 | -1/+10 |
* | Makefile.in: Regenerate. | Paolo Bonzini | 2004-08-17 | 1 | -13/+11 |
* | tree.h (build_int_cst): New. | Nathan Sidwell | 2004-08-15 | 1 | -79/+126 |
* | configure.in (arm*-*-eabi*): New target. | Mark Mitchell | 2004-08-11 | 1 | -4/+18 |
* | expmed.c (sdiv_pow2_cheap, [...]): Change type to bool. | Roger Sayle | 2004-08-09 | 1 | -3/+28 |
* | convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 2004-07-25 | 1 | -35/+35 |
* | expmed.c (init_expmed): A signed modulus by a power of two is considered chea... | Roger Sayle | 2004-07-25 | 1 | -1/+1 |
* | expmed.c (expand_sdiv_pow2): New function to expand signed division by a posi... | Roger Sayle | 2004-07-14 | 1 | -32/+49 |
* | expmed.c: Remove more references to QUEUED in the comments. | Paolo Bonzini | 2004-07-14 | 1 | -1/+0 |
* | expr.c (enqueue_insn, [...]): Remove. | Paolo Bonzini | 2004-07-14 | 1 | -29/+4 |
* | expmed.c (init_expmed): Use stack-local structures for temporary rtl. | Richard Henderson | 2004-07-11 | 1 | -82/+114 |
* | expr.h (store_bit_field, [...]): Remove last argument. | Jakub Jelinek | 2004-07-10 | 1 | -20/+5 |
* | expmed.c (extract_bit_field): Correct condition to use vec_extract patterns a... | Jan Beulich | 2004-07-08 | 1 | -4/+4 |
* | expmed.c (emit_store_flag): Also special-case double-word (in-)equality compa... | Jan Beulich | 2004-07-07 | 1 | -8/+10 |
* | rtl.def (ADDRESSOF): Remove. | Richard Henderson | 2004-07-04 | 1 | -2/+0 |
* | * expmed.c (make_tree): Don't use SET_DECL_RTL. | Richard Henderson | 2004-07-02 | 1 | -1/+3 |
* | tree.def (RTL_EXPR): Remove. | Richard Henderson | 2004-07-01 | 1 | -8/+5 |
* | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 2004-07-01 | 1 | -32/+32 |
* | expmed.c (expand_shift): Consider expanding LSHIFT_EXPR by a constant as a se... | Roger Sayle | 2004-07-01 | 1 | -1/+24 |
* | * expmed.c (expand_smod_pow2): Fix sign of mask. | J"orn Rennecke | 2004-06-30 | 1 | -1/+1 |
* | expmed.c (expand_smod_pow2): Provide alternate implementations that avoid con... | Roger Sayle | 2004-06-29 | 1 | -11/+36 |
* | expmed.c (expand_smod_pow2): New function to expand signed remainder by a con... | Roger Sayle | 2004-06-28 | 1 | -6/+77 |
* | re PR middle-end/15239 (suboptimal mult-by-const expansion cost limit) | Roger Sayle | 2004-06-24 | 1 | -1/+0 |
* | expmed.c (expand_mult_const): In sanity check... | Zack Weinberg | 2004-06-17 | 1 | -0/+4 |
* | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 2004-06-15 | 1 | -32/+32 |
* | expmed.c (synth_mult): Mask bits of the multiplier to the machine mode of the... | Roger Sayle | 2004-06-15 | 1 | -5/+9 |
* | expmed.c (shift_cost, [...]): Additionally index by machine mode. | Roger Sayle | 2004-06-13 | 1 | -70/+83 |
* | expmed.c (synth_mult): Add an additional MODE argument for the machine mode o... | Roger Sayle | 2004-06-11 | 1 | -19/+21 |
* | * expmed.c (emit_store_flag): Cope with FLOAT_STORE_FLAG_VALUE. | Richard Henderson | 2004-06-09 | 1 | -5/+22 |
* | expmed.c (add_cost, [...]): Make arrays indexed by machine mode. | Roger Sayle | 2004-06-08 | 1 | -79/+95 |
* | re PR rtl-optimization/15193 (Unary minus using pointer to V4SF vector causes... | Richard Henderson | 2004-06-07 | 1 | -3/+2 |
* | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 2004-05-30 | 1 | -1/+1 |
* | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2004-05-13 | 1 | -7/+2 |
* | expmed.c (expand_mult_highpart_adjust): Do not assume OP1 is a CONST_INT. | Ulrich Weigand | 2004-04-24 | 1 | -3/+2 |
* | expmed.c (expand_mult_highpart_optab): Use narrower version of OP1 in two mor... | Richard Kenner | 2004-04-21 | 1 | -7/+5 |
* | expmed.c (expand_mult_highpart_adjust): Make OP1 valid for MODE. | Richard Kenner | 2004-04-19 | 1 | -3/+6 |
* | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 2004-03-31 | 1 | -2/+3 |
* | expmed.c (choose_mult_variant): Pass MULT_COST as argument instead of using r... | Ulrich Weigand | 2004-03-21 | 1 | -23/+48 |
* | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2004-03-20 | 1 | -1/+1 |
* | expmed.c (choose_mult_variant, [...]): New, split from... | Richard Sandiford | 2004-03-19 | 1 | -264/+295 |
* | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 2004-03-14 | 1 | -11/+11 |
* | combine.c (SHIFT_COUNT_TRUNCATED): Remove. | Kazu Hirata | 2004-02-21 | 1 | -2/+0 |
* | alias.c, [...]: Update copyright. | Kazu Hirata | 2004-01-21 | 1 | -1/+1 |
* | expmed.c (store_bit_field, [...]): Use new named patterns | Jan Hubicka | 2004-01-01 | 1 | -0/+103 |
* | Fix IA-64 glibc ICE PR target/13132 | James E Wilson | 2003-12-08 | 1 | -4/+9 |
* | Undo accidental GET_MODE_BITSIZE damage. | James E Wilson | 2003-11-11 | 1 | -11/+4 |
* | Fix bootstrap failure. | Graham Stott | 2003-10-25 | 1 | -0/+2 |
* | genmodes.c (struct mode_data): Add contained and next_cont fields. | Zack Weinberg | 2003-10-25 | 1 | -4/+9 |