aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-14expr.c (reload.h): Now included.Richard Kenner1-1/+31
2000-04-10expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.Richard Kenner1-3/+14
2000-04-01builtins.c (expand_builtin_apply): Pass proper parameters to allocate_dynamic...Jan Hubicka1-3/+10
2000-03-30expr.c (store_constructor): Properly compute displacement and alignment when ...Richard Kenner1-8/+3
2000-03-30expr.c (move_by_pieces_ninsns): Fix one more missing align correction.Richard Kenner1-1/+1
2000-03-30calls.c (expand_call): Pass bit alignment to mark_reg_pointer.Richard Kenner1-7/+6
2000-03-30builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.Richard Kenner1-205/+182
2000-03-29Convert ACCUMULATE_OUTGOING_ARGS to an expression.Jan Hubicka1-28/+52
2000-03-28expr.c (store_constructor): SIZE now signed.Richard Kenner1-5/+5
2000-03-27* expr.c (expand_assignent): Fix typo in last change.Richard Kenner1-1/+1
2000-03-26expr.c (expand_assignment): Add code to handle variable-sized BLKmode case.Richard Kenner1-21/+43
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-141/+99
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-1/+1
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-2/+2
2000-03-19* expr.c: Include intl.h.Mark Mitchell1-0/+1
2000-03-18* expr.c (emit_move_insn_1): Clarify cannot_inline message.Richard Henderson1-1/+1
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-1/+1
2000-03-13function.c (put_var_into_stack): Use type_for_mode to calculate part_type.Jason Merrill1-1/+10
2000-03-09Fix ia64 spec95 134.perl miscompilation.Jim Wilson1-5/+6
2000-03-08expr.c (expand_expr, [...]): Still check for missing CONSTRUCTOR element.Jason Merrill1-1/+2
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-68/+69
2000-03-06function.c (free_temps_for_rtl_expr): Don't free slots that have been pushed ...Mark Mitchell1-7/+2
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