Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-02-21 | combine.c (SHIFT_COUNT_TRUNCATED): Remove. | Kazu Hirata | 1 | -2/+0 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-01 | expmed.c (store_bit_field, [...]): Use new named patterns | Jan Hubicka | 1 | -0/+103 |
2003-12-08 | Fix IA-64 glibc ICE PR target/13132 | James E Wilson | 1 | -4/+9 |
2003-11-11 | Undo accidental GET_MODE_BITSIZE damage. | James E Wilson | 1 | -11/+4 |
2003-10-25 | Fix bootstrap failure. | Graham Stott | 1 | -0/+2 |
2003-10-25 | genmodes.c (struct mode_data): Add contained and next_cont fields. | Zack Weinberg | 1 | -4/+9 |
2003-09-26 | expmed.c (store_bit_field): Don't search for an integer mode unless we need t... | Richard Sandiford | 1 | -5/+4 |
2003-09-18 | re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc) | Mark Mitchell | 1 | -3/+1 |
2003-09-05 | re PR rtl-optimization/1823 (-ftrapv aborts with pointer difference due to di... | Roger Sayle | 1 | -1/+1 |
2003-08-22 | c-decl.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-08-04 | fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0. | Roger Sayle | 1 | -1/+24 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -2/+2 |
2003-06-29 | except.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -160/+79 |
2003-06-29 | alloc-pool.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-06-23 | ChangeLog.1: Fix a typo. | Kazu Hirata | 1 | -1/+1 |
2003-06-12 | re PR middle-end/10475 (ICE in subreg_highpart_offset for code with long long) | Richard Henderson | 1 | -7/+15 |
2003-04-21 | expmed.c (extract_bit_field): Reverse operands of && condition to prevent a p... | Olivier Hainque | 1 | -19/+19 |
2003-04-18 | * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0. | Richard Kenner | 1 | -2/+6 |