aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-05tree.def (RTL_EXPR): Update documentation.Mark Mitchell1-2/+7
2000-03-05Revert this patch:Mark Mitchell1-0/+2
2000-03-05function.h (struct sequence_stack): Remove rtl_expr.Mark Mitchell1-2/+0
2000-03-03expr.c (expand_expr, [...]): Use bitfield case if result is a RECORD_TYPE.Richard Kenner1-1/+11
2000-03-02function.h (struct expr_status): Add x_arg_space_so_far.Jason Merrill1-0/+1
2000-02-28* Eliminate DECL_FIELD_SIZE.Richard Kenner1-1/+2
2000-02-28expr.c (store_constructor): Do not emit USE.Jan Hubicka1-5/+0
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-50/+49
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-1/+2
2000-02-10combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi...Richard Kenner1-58/+54
2000-02-02expr.c (store_field): Ensure ALIGN is no stricter than the alignment of EXP.Richard Kenner1-0/+7
2000-01-25tree.def (UNNE_EXPR): Remove.Richard Henderson1-7/+1
2000-01-24rtl.def: Add unordered fp comparisions.Richard Henderson1-9/+120
2000-01-14eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi1-35/+35
2000-01-04expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters to default de...David Edelsohn1-10/+11
2000-01-04Update copyrightsJeff Law1-1/+1
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