aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2000-01-02system.h (CEIL): Define.Mark Mitchell1-2/+0
2000-01-02expr.c (store_constructor_field): Fix typo introduced with last gcc2 merge.Franz Sirl1-1/+1
1999-12-24expr.c (store_constructor): Don't call clear_storage if size is variable.Richard Kenner1-5/+6
1999-12-20Fix typo in turned-off codeRichard Kenner1-1/+1
1999-12-20expr.c (store_constructor): New argument SIZE; pass to clear_storage.Richard Kenner1-10/+16
1999-12-20current_function -> cfunBernd Schmidt1-6/+4
1999-12-16expr.c (emit_move_insn_1): Only emit clobbers if one of the outputs is a SUBREG.David S. Miller1-12/+37
1999-12-15* expr.c (emit_group_load): Use dst mode if src is VOIDmode.Jakub Jelinek1-1/+4
1999-11-29expr.c (store_constructor_field): If bit position is not multiple of alignmen...Richard Kenner1-3/+8
1999-11-29expr.c (expand_expr_unaligned): Add more code from full case that is needed w...Richard Kenner1-4/+60
1999-11-27expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is known to be m...Richard Kenner1-1/+1
1999-11-27* expr.c (store_constructor): Don't clobber TARGET if CLEARED.Richard Kenner1-3/+4
1999-11-01* expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.Mark Mitchell1-3/+4
1999-10-31[multiple changes]Richard Kenner1-39/+414
1999-10-29expr.c (emit_push_insn): New argument alignment_pad.Catherine Moore1-2/+7
1999-10-21calls.c: Include tm_p.h later, so everything we need is defined.Kaveh R. Ghazi1-1/+1
1999-10-14gcc toplevel:J"orn Rennecke1-1/+8
1999-10-07expr.c (expand_expr, [...]): Set TREE_USED sooner.Jason Merrill1-15/+9
1999-09-23Use cbranch patterns when availableBernd Schmidt1-17/+17
1999-09-22Fix complex-5.c problemMichael Meissner1-0/+49
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-17stmt.c (expand_start_bindings): Allow callers to pass a flag indicating that ...Mark Mitchell1-3/+3
1999-09-15emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.Richard Henderson1-0/+20
1999-09-15calls.c (precompute_arguments): Fix typo in comment.Mark Mitchell1-4/+11
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-39/+34
1999-09-06Merge in gcc2-ss-010999Jeff Law1-41/+64
1999-09-05Makefile.in (stor-layout.o): Depend on ggc.h.Richard Henderson1-0/+3
1999-09-02dwarf2out.c (dwarf2out_line): Constify `lastfile'.Richard Henderson1-1/+0
1999-08-24expr.c (expand_expr): Cope with COND_EXPRs with one non-returning branch.Nathan Sidwell1-2/+7
1999-08-24expr.c (store_expr): Always pass down the target, even when not doing CSE.Mark Mitchell1-2/+1
1999-08-24expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION call.Jeffrey A Law1-1/+2
1999-08-18Combined compare & jump infrastructureBernd Schmidt1-300/+216
1999-08-09Include function.h in most files.Bernd Schmidt1-73/+16
1999-08-05Allow PARALLEL return value for complex type represented as a CONCAT.Jim Wilson1-0/+11
1999-08-04* expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too.Jason Merrill1-1/+1
1999-07-27expr.c (expand_expr, [...]): Get the mode from the tree for op1, not the rtl.Jason Merrill1-1/+3
1999-07-25builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar...Richard Henderson1-0/+3
1999-07-22Break out builtin function expansion from expr.cBernd Schmidt1-1948/+1
1999-07-12Duh. INTVAL only wants the rtx, not an operand #.Jeff Law1-2/+2
1999-07-12* expr.c (expand_expr): Fix thinko in last change.Jeff Law1-2/+2
1999-07-12Remove redundant definition of constant_part that slipped through.Jeff Law1-2/+0
1999-07-12expr.c (expand_expr, [...]): Pass constants through immed_double_const to ens...Jeffrey A Law1-2/+24
1999-06-30expr.c (emit_block_move): Use copy_to_mode_reg for !TARGET_MEM_FUNCTIONS case...Jeffrey A Law1-2/+2
1999-06-30Fix typos (missing commas) in last changeJeff Law1-2/+2
1999-06-28expr.c (emit_block_move): Properly handle case where one of the block move ar...Jeff Law1-58/+114
1999-06-25expr.c (expand_expr): Allow RTL_EXPR's through the MAX_INTEGER_COMPUTATION_MO...Gavin Romig-Koch1-1/+3
1999-06-22expr.c (expand_expr): STRIP_NOPS before checking against MAX_INTEGER_COMPUTAT...Jason Merrill1-2/+12
1999-06-22Fix for abort when PROMOTE_MODES defined but PROMOTE_FUNCTION_{ARG,RETURN} not.Jim Wilson1-0/+14
1999-05-17tree.def (TYPE_NONCOPIED_PARTS): Revise documentation to match reality.Mark Mitchell1-1/+1
1999-05-12disable maintenance of errnoCraig Burley1-1/+1