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