| Commit message (Expand) | Author | Age | Files | Lines |
* | (clear_storage, expand_assignment, store_{expr,constructor}): Use ptr_mode in... | Richard Kenner | 1995-04-03 | 1 | -34/+52 |
* | (expand_assignment): When offset is zero, make new MEM | Jim Wilson | 1995-03-10 | 1 | -1/+8 |
* | (expand_expr, CLEANUP_POINT_EXPR): Force the operand out | Jason Merrill | 1995-03-03 | 1 | -1/+4 |
* | Remove Feb 28's FUNCTION_NEEDS_STATIC_CHAIN changes. | Per Bothner | 1995-03-01 | 1 | -10/+1 |
* | (store_expr): Do conversion in two steps for promoted lhs. | Richard Kenner | 1995-03-01 | 1 | -4/+16 |
* | expr.c (expand_expr): If non-local variable is expanded... | Per Bothner | 1995-02-28 | 1 | -1/+10 |
* | (expand_expr, case COMPONENT_REF): Don't fetch unaligned | Jim Wilson | 1995-02-24 | 1 | -9/+9 |
* | * expr.c (store_constructor): Don't use get_set_constructor_words. | Per Bothner | 1995-02-14 | 1 | -29/+37 |
* | (expand_builtin, case BUILT_IN_NEXT_ARG): Don't warn when | Jim Wilson | 1995-02-11 | 1 | -1/+1 |
* | (store_constructor, ARRAY_TYPE): Use code for non-integer INDEX for non-integ... | Richard Kenner | 1995-02-10 | 1 | -4/+8 |
* | (expand_expr, case MINUS_EXPR): Remove bogus operand swap. | Richard Kenner | 1995-01-27 | 1 | -4/+0 |
* | (expand_expr, case MIN_EXPR): If must emit multiple | Jim Wilson | 1995-01-25 | 1 | -0/+6 |
* | (get_inner_reference): Don't ignore CONVERT_EXPR from non-UNION_TYPE to UNION... | Richard Kenner | 1995-01-18 | 1 | -15/+18 |
* | (get_inner_reference): Only treat offset of PLUS_EXPR as special if | Richard Kenner | 1995-01-14 | 1 | -31/+15 |
* | calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on return value from ass... | Jeff Law | 1994-12-29 | 1 | -0/+4 |
* | (store_constructor): Properly get constant part of bit position when | Richard Kenner | 1994-12-15 | 1 | -1/+1 |
* | (get_inner_reference): Use EXACT_DIV_EXPR to compute byte offset from | Richard Kenner | 1994-12-14 | 1 | -2/+2 |
* | (expand_expr, case MINUS_EXPR): Properly handle case when the NEGATE | Richard Kenner | 1994-12-13 | 1 | -4/+23 |
* | * expr.c (store_constructor): Add support for SET_TYPE. | Per Bothner | 1994-12-02 | 1 | -0/+167 |
* | (convert_move): When emit multiword conversion, force FROM into a new | Richard Kenner | 1994-11-30 | 1 | -0/+6 |
* | (emit_block_move): Only use movstr if size is small enough constant or | Richard Kenner | 1994-11-30 | 1 | -1/+4 |
* | expr.c (expand_assignment): For BLKmode structure returns... | Jeff Law | 1994-11-28 | 1 | -1/+8 |
* | (move_by_pieces, move_by_pieces_ninsns, emit_push_insn, | Jim Wilson | 1994-11-28 | 1 | -10/+11 |
* | (emit_move_insn): If splitting up into individual words and X is a push_opera... | Richard Kenner | 1994-11-23 | 1 | -0/+11 |
* | (convert_move): Don't put FROM in a register if it is a SUBREG. | Richard Kenner | 1994-11-16 | 1 | -7/+8 |
* | (do_jump_by_parts_greater_rtx): No longer static. | Richard Kenner | 1994-11-15 | 1 | -66/+4 |
* | (expand_expr, COND_EXPR case): Don't use original target as a temp if it's a ... | Richard Kenner | 1994-10-31 | 1 | -3/+4 |
* | (expand_expr, case COMPONENT_REF): Don't extract field from a CONSTRUCTOR if ... | Richard Kenner | 1994-10-31 | 1 | -2/+6 |
* | (expand_expr, COND_EXPR case): Don't expand "X ? A & 1 : A" as "A & (X != 0)". | Doug Evans | 1994-10-26 | 1 | -2/+1 |
* | (convert_move): Add TImode conversions. | Richard Kenner | 1994-10-10 | 1 | -0/+52 |
* | Fix typo in last change. | Richard Kenner | 1994-10-07 | 1 | -2/+2 |
* | (safe_from_p): If EXP has a variable size, assume safe. | Richard Kenner | 1994-10-07 | 1 | -2/+10 |
* | (store_expr): Don't clobber TEMP with address. | Richard Kenner | 1994-10-06 | 1 | -8/+9 |
* | (expand_expr, case ADDR_EXPR): Call mark_temp_addr_taken. | Richard Kenner | 1994-10-06 | 1 | -1/+4 |
* | Fix error in last change. | Richard Kenner | 1994-10-04 | 1 | -8/+8 |
* | (do_jump_for_compare): Properly scan insns when branch is at start of | Richard Kenner | 1994-10-04 | 1 | -3/+3 |
* | (result_vector): Use INCOMING_REGNO when !savep instead | Jim Wilson | 1994-09-29 | 1 | -1/+1 |
* | expr.c (do_jump): Handle cleanups in TRUTH_ANDIF_EXPR and TRUTH_ORIF_EXPR. | Mike Stump | 1994-09-29 | 1 | -8/+108 |
* | (convert_move): Added handling of PDImode conversions. | Richard Kenner | 1994-09-28 | 1 | -0/+35 |
* | (emit_move_insn_1): Never make a no-conflict block. | Richard Kenner | 1994-08-19 | 1 | -19/+0 |
* | (expand_builtin): Relegate sin and cos to ffast-math. | Richard Kenner | 1994-08-11 | 1 | -0/+3 |
* | (expand_expr... | Jason Merrill | 1994-08-05 | 1 | -1/+2 |
* | (defer_cleanups_to): Put back line which was mistakenly | Jason Merrill | 1994-08-05 | 1 | -0/+1 |
* | (move_block_to_reg): Do nothing if NREGS == 0. | Richard Kenner | 1994-07-29 | 1 | -0/+3 |
* | (expand_expr, case CONJ_EXPR): Use correct mode for parts of a complex | Richard Kenner | 1994-07-28 | 1 | -4/+6 |
* | (expand_expr, case ARRAY_REF): Don't fold L"foo"[2]. | Richard Kenner | 1994-07-26 | 1 | -2/+5 |
* | (store_field): Set MEM_IN_STRUCT_P on object and | Jim Wilson | 1994-07-13 | 1 | -0/+2 |
* | (convert_move): Add some conversions for TQFmode. | Richard Kenner | 1994-07-11 | 1 | -0/+16 |
* | (expand_builtin, case BUILT_IN_FSQRT): Don't use asterisk in name of | Richard Kenner | 1994-07-10 | 1 | -1/+1 |
* | (expand_expr, case CONVERT_EXPR): If changing signedness and we have a | Richard Kenner | 1994-07-08 | 1 | -1/+13 |