| Commit message (Expand) | Author | Age | Files | Lines |
* | (truthvalue_conversion): Add declaration. | kenner | 1995-11-26 | 1 | -0/+1 |
* | (expand_expr, case ARRAY_REF): Properly convert types of index, size, | kenner | 1995-11-09 | 1 | -7/+14 |
* | (clear_storage): SIZE is now rtx, not int. | kenner | 1995-10-27 | 1 | -16/+22 |
* | (safe_from_p, case RTL_EXPR): Return 0 if RTL_EXPR_SEQUENCE exists. | kenner | 1995-10-20 | 1 | -3/+5 |
* | fix small typo | mrs | 1995-10-04 | 1 | -0/+1 |
* | (emit_move_insn_1): When doing multi-word move, show output is | kenner | 1995-10-03 | 1 | -0/+3 |
* | (expand_builtin_return_addr): Break out functionality from expand_builtin. | kenner | 1995-10-03 | 1 | -41/+57 |
* | (expand_expr, case COMPONENT_REF): If getting component of union of | kenner | 1995-10-02 | 1 | -2/+12 |
* | (store_expr): When storing promoted value, don't return MEM if address | kenner | 1995-09-29 | 1 | -2/+5 |
* | (expand_builtin, case BUILT_IN_MEMCPY): Strip off all NOP_EXPRs from | kenner | 1995-09-22 | 1 | -8/+6 |
* | (safe_from_p): Only safe if EXP is variable-size and X is BLKmode. | kenner | 1995-08-15 | 1 | -2/+4 |
* | (preexpand_calls): Don't look past a CLEANUP_POINT_EXPR. | kenner | 1995-07-26 | 1 | -0/+1 |
* | (stor_expr): Force stack adjust before NO_DEFER_POP. | kenner | 1995-07-14 | 1 | -0/+2 |
* | (expand_expr, TARGET_EXPR): Only use original_target if !ignore. | kenner | 1995-06-27 | 1 | -1/+3 |
* | (expand_expr, case COND_EXPR): Protect the condition from being evaluated more | kenner | 1995-06-26 | 1 | -0/+3 |
* | (expand_expr, TARGET_EXPR): Use original_target. | kenner | 1995-06-23 | 1 | -0/+1 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (expand_builtin_apply_args): Put back original register save and | kenner | 1995-06-14 | 1 | -12/+4 |
* | (expand_expr, case PLACEHOLDER_EXPR): Consider two types identical if | kenner | 1995-06-06 | 1 | -2/+5 |
* | Fix typos in comments. | kenner | 1995-05-16 | 1 | -4/+4 |
* | (do_jump, case EX_EXPR, NE_EXPR): Fix typo for complex. | kenner | 1995-05-11 | 1 | -2/+2 |
* | (expand_expr, case INDIRECT_REF): Set RTX_UNCHANGING_P if both | kenner | 1995-05-08 | 1 | -5/+7 |
* | (do_jump): Fix error in last change. | kenner | 1995-05-05 | 1 | -8/+16 |
* | (do_jump, case EQ_EXPR, NE_EXPR): Properly compare complex. | kenner | 1995-05-05 | 1 | -24/+56 |
* | (expand_expr, case SAVE_EXPR): Handle the case where | wilson | 1995-05-01 | 1 | -1/+6 |
* | (expand_expr, case CONSTRUCTOR): Don't set target to zero if more then one | kenner | 1995-04-30 | 1 | -4/+6 |
* | (expand_builtin, case BUILT_IN_CONSTANT_P): A pointer to a string | kenner | 1995-04-26 | 1 | -2/+9 |
* | (struct move_by_pieces): Add to_struct and from_struct fields. | wilson | 1995-04-25 | 1 | -0/+20 |
* | (expand_builtin_apply_args): If STACK_REGS is defined, generate USE | kenner | 1995-04-25 | 1 | -5/+25 |
* | (convert_move): Don't access a hard reg in an invalid mode when doing | kenner | 1995-04-25 | 1 | -0/+3 |
* | (store_constructor): Fix BITS_BIG_ENDIAN -> BYTES_BIG_ENDIAN for SET_TYPE. | bothner | 1995-04-19 | 1 | -1/+1 |
* | (expand_builtin, case BUILT_IN_MEMCPY): Call force_operand | wilson | 1995-04-17 | 1 | -1/+1 |
* | (expand_increment): Handle case where INCREMENTED has a non-trivial | kenner | 1995-04-08 | 1 | -0/+8 |
* | (expand_expr, case ADDR_EXPR): Always call convert_memory_address when | kenner | 1995-04-07 | 1 | -3/+2 |
* | (clear_storage, expand_assignment, store_{expr,constructor}): Use ptr_mode | kenner | 1995-04-03 | 1 | -34/+52 |
* | (expand_assignment): When offset is zero, make new MEM | wilson | 1995-03-10 | 1 | -1/+8 |
* | (expand_expr, CLEANUP_POINT_EXPR): Force the operand out | merrill | 1995-03-03 | 1 | -1/+4 |
* | Remove Feb 28's FUNCTION_NEEDS_STATIC_CHAIN changes. | bothner | 1995-03-02 | 1 | -10/+1 |
* | (store_expr): Do conversion in two steps for promoted lhs. | kenner | 1995-03-01 | 1 | -4/+16 |
* | * expr.c (expand_expr): If non-local variable is expanded, | bothner | 1995-02-28 | 1 | -1/+10 |
* | (expand_expr, case COMPONENT_REF): Don't fetch unaligned | wilson | 1995-02-25 | 1 | -9/+9 |
* | * expr.c (store_constructor): Don't use get_set_constructor_words. | bothner | 1995-02-15 | 1 | -29/+37 |
* | (expand_builtin, case BUILT_IN_NEXT_ARG): Don't warn when | wilson | 1995-02-11 | 1 | -1/+1 |
* | (store_constructor, ARRAY_TYPE): Use code for non-integer INDEX for | kenner | 1995-02-10 | 1 | -4/+8 |
* | (expand_expr, case MINUS_EXPR): Remove bogus operand swap. | kenner | 1995-01-27 | 1 | -4/+0 |
* | (expand_expr, case MIN_EXPR): If must emit multiple | wilson | 1995-01-25 | 1 | -0/+6 |
* | (get_inner_reference): Don't ignore CONVERT_EXPR from non-UNION_TYPE | kenner | 1995-01-18 | 1 | -15/+18 |
* | (get_inner_reference): Only treat offset of PLUS_EXPR as special if | kenner | 1995-01-14 | 1 | -31/+15 |
* | * calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on return | law | 1994-12-30 | 1 | -0/+4 |
* | (store_constructor): Properly get constant part of bit position when | kenner | 1994-12-15 | 1 | -1/+1 |