aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
1994-08-19(emit_move_insn_1): Never make a no-conflict block.Richard Kenner1-19/+0
1994-08-11(expand_builtin): Relegate sin and cos to ffast-math.Richard Kenner1-0/+3
1994-08-05(expand_expr...Jason Merrill1-1/+2
1994-08-05(defer_cleanups_to): Put back line which was mistakenlyJason Merrill1-0/+1
1994-07-29(move_block_to_reg): Do nothing if NREGS == 0.Richard Kenner1-0/+3
1994-07-28(expand_expr, case CONJ_EXPR): Use correct mode for parts of a complexRichard Kenner1-4/+6
1994-07-26(expand_expr, case ARRAY_REF): Don't fold L"foo"[2].Richard Kenner1-2/+5
1994-07-13(store_field): Set MEM_IN_STRUCT_P on object andJim Wilson1-0/+2
1994-07-11(convert_move): Add some conversions for TQFmode.Richard Kenner1-0/+16
1994-07-10(expand_builtin, case BUILT_IN_FSQRT): Don't use asterisk in name ofRichard Kenner1-1/+1
1994-07-08(expand_expr, case CONVERT_EXPR): If changing signedness and we have aRichard Kenner1-1/+13
1994-07-08(get_inner_unaligned_p): New function.Jim Wilson1-7/+43
1994-07-08fix temp lifetime (FOR TARGET_EXPRs only)Mike Stump1-1/+15
1994-07-07expr.c (expand_expr, [...]): All cleanups have to be protected by interim exc...Mike Stump1-1/+14
1994-07-05(expand_increment): If pre-incrementing a promoted variable, don'tRichard Kenner1-1/+6
1994-06-28(do_jump, case BIT_AND_EXPR): Only narrow to a type that correspondsRichard Kenner1-1/+3
1994-06-02(expand_expr, case ADDR_EXPR): If result is ignored, just returnRichard Kenner1-0/+6
1994-06-02Update comments.Richard Kenner1-3/+4
1994-05-27expr.c (use_reg): Fix recording of USE information.Doug Evans1-14/+11
1994-05-27(expand_expr...Richard Kenner1-2/+8
1994-05-16Use #ifdef TARGET_EDOM, not #if.Richard Kenner1-1/+1
1994-05-16(convert_move): When {zero,sign}_extending, allow a wider intermediateRichard Kenner1-2/+4
1994-05-13calls.c (expand_call): Only destroy temporaries at the end of function calls,...Mike Stump1-17/+135
1994-05-11(expand_builtin_apply): Put new function usage data at end of any dataRichard Kenner1-2/+14
1994-05-06(use_regs, expand_builtin_apply): Change from USE and CLOBBER insns toRichard Kenner1-24/+39
1994-05-06(expand_builtin...Richard Kenner1-7/+2
1994-05-06tell expand_expr that we are going to ignore the cleanup.Mike Stump1-1/+1
1994-05-06minor tweak.Mike Stump1-3/+5
1994-04-28(expand_builtin): Fix typo in previous patchDoug Evans1-4/+4
1994-04-26Use new macro AGGREGATE_TYPE_P.Per Bothner1-21/+5
1994-04-24(expand_expr, case SAVE_EXPR): Fix error in last change.Richard Kenner1-2/+3
1994-04-21(store_expr): Don't check the TYPE_MODE of an ERROR_MARK.Jim Wilson1-0/+1
1994-04-21(bc_expand_expr): Call expand_decl and expand_decl_init, not the bc_Richard Kenner1-2/+2
1994-04-20(expand_expr): Don't force ignore when expanding the subexpression of a WITH_...Jason Merrill1-9/+3
1994-04-20#include regs.h.Doug Evans1-1/+2
1994-04-18(expand_builtin_apply): Pass new arg to prepare_call_address.Richard Kenner1-1/+1
1994-04-18(expand_expr, case VAR_DECL, SAVE_EXPR): Use promote_mode.Richard Kenner1-36/+5
1994-04-06(expand_builtin, case BUILT_IN_NEXT_ARG): Test whether an argunmentRichard Kenner1-11/+18
1994-04-06(expand_builtin): Allow builtin_next_arg for varargs functions asRichard Kenner1-3/+3
1994-03-25(expand_expr, case ADDR_EXPR): Return const0_rtx if taking address ofRichard Kenner1-6/+7
1994-03-25(expand_expr, case ABS_EXPR): Compare with 0 of proper mode.Richard Kenner1-1/+1
1994-03-23(expand_builtin, BUILT_IN_NEXT_ARG case): Verify thatJim Wilson1-11/+18
1994-03-21(expand_expr, case ADDR_EXPR): Update temp slot address if we put itRichard Kenner1-1/+18
1994-03-19(expand_expr, case ABS_EXPR): Fix typo in last change.Jim Wilson1-1/+1
1994-03-16(expand_expr): Update comments and fix formatting.Richard Kenner1-159/+163
1994-03-14(expand_expr): Don't call bc_expand_expr if EXPAND_INITIALIZER.Richard Kenner1-1/+1
1994-03-14(expand_builtin, case BUILT_IN_RETURN_ADDRESS): Call tree_int_cst_sgn.Richard Kenner1-1/+1
1994-02-28(convert_move): Change name of truncsipsi to truncsipsi2Doug Evans1-8/+8
1994-02-27(emit_move_insn): Delete unused vars.Richard Kenner1-19/+14
1994-02-26(store_expr): In promoted TARGET case, if EXP is a volatile MEM and WANT_VALU...Richard Kenner1-6/+20