aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-04-29emit-rtl.c (start_sequence): Expand comments.Mark Mitchell1-4/+15
1999-04-27expr.c (emit_move_insn_1): Abort if MODE argument is invalid.Zack Weinberg1-8/+19
1999-04-26function.c (put_var_into_stack): Change ptr_mode to Pmode in setup for chkr_s...Mumit Khan1-23/+23
1999-04-25* expr.c (expand_assignment): Improve test for pointer type.Donn Terry1-2/+2
1999-04-15expr.c (expand_assignment): Force pointers to proper mode if POINTERS_EXTEND_...Donn Terry1-1/+8
1999-04-08expr.c (expand_expr, [...]): Do not try to optimize a aggregate address which...Jeffrey A Law1-0/+3
1999-04-06expr.c (expand_builtin): Use copy_to_mode_reg; don't force constants into a r...Richard Henderson1-2/+3
1999-04-06expr.c (expand_builtin_setjmp): Put setjmp return label on nonlocal_goto_hand...Richard Henderson1-2/+7
1999-04-02tm.texi (USE_LOAD_POST_DECREMENT, [...]): Document.Michael Hayes1-20/+0
1999-04-01Fix irix6 libstdc++ v3 build failure with complex types.Jim Wilson1-1/+3
1999-03-23expr.c (expand_assignment): Do not try to optimize a aggregate address which ...Jeffrey A Law1-0/+3
1999-03-19* expr.c (expand_expr): Handle ERROR_MARK much earlier.Martin v. Löwis1-15/+22
1999-03-19Warning fixes:Kaveh R. Ghazi1-1/+1
1999-03-11expr.c (expand_expr): Allow a CALL_EXPR with a mode wider than MAX_INTEGER_CO...Jeffrey A Law1-0/+2
1999-02-19tree.def (TRY_FINALLY_EXPR, [...]): New tree nodes,Per Bothner1-1/+41
1999-02-14except.c (start_catch_handler): Use emit_cmp_and_jump_insns.Jeffrey A Law1-16/+12