OSDN Git Service

2000-07-21 Alexandre Petit-Bianco <apbianco@cygnus.com>
[pf3gnuchains/gcc-fork.git] / gcc / expr.c
2000-07-12 ghazi * expr.c (expand_expr): Return const0_rtx, not error_m...
2000-07-10 jason * expr.c (expand_expr): Bail earlier if we...
2000-06-24 cruxVector conversions support
2000-06-23 jakub * calls.c (compute_argument_addresses): Force stack...
2000-06-06 jason * expr.c (store_expr): Fix typo.
2000-06-02 amacleod2000-06-02 Andrew MacLeod <amacleod@cygnus.com>
2000-05-31 kenner * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-27 kenner * tree.h (TREE_CODE_LENGTH): New macro.
2000-05-24 aoliva* expr.c (expand_assignment, store_expr, expand_expr,
2000-05-12 law * expr.c (emit_push_insn): Do not adjust stack...
2000-05-09 zacktop level:
2000-05-06 kennerFix error in previous change
2000-05-06 kenner * expr.c (get_subtarget): New function.
2000-05-04 jason * simplify-rtx.c (simplify_ternary_operation...
2000-05-04 kenner * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGIN...
2000-05-03 kenner * expr.c (expand_expr, case COMPONENT_REF): Don't...
2000-04-28 rth * calls.c (combine_pending_stack_adjustment_and...
2000-04-27 hubicka * expr.c (store_expr): Use clear_storage instead of...
2000-04-22 kenner * expr.c (preexpand_calls, case CALL_EXPR): Don't...
2000-04-14 kenner * expr.c (reload.h): Now included.
2000-04-10 kenner * expr.c (get_inner_reference): Correct some WITH_RECO...
2000-04-01 hubicka * builtins.c (expand_builtin_apply): Pass proper...
2000-03-30 kenner * expr.c (store_constructor): Properly compute displac...
2000-03-30 kenner * expr.c (move_by_pieces_ninsns): Fix one more missing...
2000-03-30 kenner * calls.c (expand_call): Pass bit alignment to mark_re...
2000-03-30 kenner * builtins.c (get_pointer_alignment): Use host_integer...
2000-03-29 hubicka Convert ACCUMULATE_OUTGOING_ARGS to an expression.
2000-03-28 kenner * expr.c (store_constructor): SIZE now signed.
2000-03-27 kenner * expr.c (expand_assignent): Fix typo in last change.
2000-03-26 kenner * expr.c (expand_assignment): Add code to handle varia...
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-23 mmitchel * builtin.c (get_pointer_alignment): Use DECL_P...
2000-03-21 nathangcc
2000-03-19 mmitchel * expr.c: Include intl.h.
2000-03-19 rth * expr.c (emit_move_insn_1): Clarify cannot_inl...
2000-03-17 kenner * Clean up usages of TREE_INT_CST_LOW.
2000-03-13 jason * function.c (put_var_into_stack): Use type_for...
2000-03-10 wilsonFix ia64 spec95 134.perl miscompilation.
2000-03-08 jason * expr.c (expand_expr, case ARRAY_REF): Still...
2000-03-07 kenner * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove...
2000-03-06 mmitchel * function.c (free_temps_for_rtl_expr): Don't free...
2000-03-05 mmitchel * tree.def (RTL_EXPR): Update documentation.
2000-03-05 mmitchel Revert this patch:
2000-03-05 mmitchel * function.h (struct sequence_stack): Remove rtl_expr.
2000-03-03 kenner * expr.c (expand_expr, case COMPONENT_REF): Use bitfie...
2000-03-02 jason * function.h (struct expr_status): Add x_arg_sp...
2000-02-29 kenner * Eliminate DECL_FIELD_SIZE.
2000-02-28 hubicka * expr.c (store_constructor): Do not emit USE.
2000-02-27 kenner * builtins.c (c_strlen): Use size_diffop and return...
2000-02-20 kenner * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
2000-02-10 kenner * combine.c (make_extraction, force_to_mode): Avoid...
2000-02-02 kenner * expr.c (store_field): Ensure ALIGN is no stricter...
2000-01-26 rth * tree.def (UNNE_EXPR): Remove.
2000-01-24 rth * rtl.def: Add unordered fp comparisions.
2000-01-14 ghazi * eh-common.h: PROTO -> PARAMS.
2000-01-04 dje * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align...
2000-01-04 lawUpdate copyrights
2000-01-02 mmitchel * system.h (CEIL): Define.
2000-01-02 sirl * expr.c (store_constructor_field): Fix typo introduce...
1999-12-24 kenner * expr.c (store_constructor): Don't call clear_storage...
1999-12-20 kennerFix typo in turned-off code
1999-12-20 kenner * expr.c (store_constructor): New argument SIZE; pass...
1999-12-20 cruxcurrent_function -> cfun
1999-12-16 davem * expr.c (emit_move_insn_1): Only emit clobbers if...
1999-12-15 jakub * expr.c (emit_group_load): Use dst mode if src is...
1999-11-29 kenner * expr.c (store_constructor_field): If bit position...
1999-11-29 kenner * expr.c (expand_expr_unaligned): Add more code from...
1999-11-27 kenner * expr.c (store_constructor): Use EXACT_DIV_EXPR when...
1999-11-27 kenner * expr.c (store_constructor): Don't clobber TARGET...
1999-11-01 mmitchel * expr.c (readonly_fields_p): Ignore everything except...
1999-11-01 kennerFri Oct 29 15:25:07 1999 Arnaud Charlet <charlet...
1999-10-29 clm * expr.c (emit_push_insn): New argument alignme...
1999-10-21 ghazi * calls.c: Include tm_p.h later, so everything...
1999-10-14 amylaargcc toplevel:
1999-10-08 jason * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED...
1999-09-23 cruxUse cbranch patterns when available
1999-09-22 meissnerFix complex-5.c problem
1999-09-20 cruxMake it possible to prototype port-specific functions...
1999-09-17 mmitchel * stmt.c (expand_start_bindings): Allow callers to...
1999-09-16 rth * emit-rtl.c (free_emit_status): Don't check...
1999-09-15 mmitchel * calls.c (precompute_arguments): Fix typo in comment.
1999-09-12 rthReplace insn_foo with insn_data.foo.
1999-09-07 lawMerge in gcc2-ss-010999
1999-09-05 mmitchel * Makefile.in (stor-layout.o): Depend on ggc.h.
1999-09-02 rth * dwarf2out.c (dwarf2out_line): Constify `lastf...
1999-08-24 jason * expr.c (expand_expr): Cope with COND_EXPRs with one
1999-08-24 mmitchel * expr.c (store_expr): Always pass down the target...
1999-08-24 law * expr.c (convert_move): Fix arguments to TRULY...
1999-08-18 cruxCombined compare & jump infrastructure
1999-08-09 cruxInclude function.h in most files. Remove most of the...
1999-08-06 wilsonAllow PARALLEL return value for complex type represente...
1999-08-04 jason * expr.c (expand_expr, case PLUS_EXPR): Fix parallel...
1999-07-27 jason * expr.c (expand_expr, case PLUS_EXPR): Get the mode...
1999-07-26 rth * builtins.c (expand_builtin_saveregs): Remove...
1999-07-22 cruxBreak out builtin function expansion from expr.c
1999-07-12 lawDuh. INTVAL only wants the rtx, not an operand #.
1999-07-12 law * expr.c (expand_expr): Fix thinko in last...
1999-07-12 lawRemove redundant definition of constant_part that slipp...
1999-07-12 law * expr.c (expand_expr, case PLUS_EXPR): Pass...
1999-06-30 law * expr.c (emit_block_move): Use copy_to_mode_re...
next