aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-02-08output.h (current_function_has_computed_jump): Rename from current_function_a...Richard Henderson1-2/+0
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-4/+13
1999-01-21* expr.c (emit_push_insn): Fix Dumb Typo.Andrew MacLeod1-1/+1
1999-01-21expr.c (MOVE_BY_PIECES_P): Define condition for deciding to use move_by_pieces.Andrew MacLeod1-25/+70
1999-01-20cse.c (fold_rtx): Revert 29 Dec change.Richard Henderson1-9/+7
1999-01-20Update comment to match code.Richard Henderson1-1/+1
1999-01-19expr.c (do_jump_for_compare): Handle conditional branch expanders emitting mu...Richard Henderson1-21/+50
1999-01-19expr.c (emit_move_insn_1): Revert 17 Dec change.Richard Henderson1-20/+12
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell1-30/+10
1999-01-15expr.c (queued_subexp_p): Make public.Richard Henderson1-2/+1
1999-01-06Fix copyrights.Jeff Law1-1/+1
1999-01-06expr.c (expand_builtin): Use value_mode for the return mode.Richard Henderson1-1/+1
1999-01-05expr.c (store_expr): If the lhs is a memory location pointed to be a postincr...Charles M. Hannum1-15/+15
1998-12-29Richard Kenner <kenner@vlsi1.ultra.nyu.edu>:Richard Henderson1-36/+29
1998-12-17Do not generate CLOBBERs for non-pseudo regs.Nick Clifton1-4/+22
1998-11-24cse.c (fold_rtx): Make autoincrement addressing mode tests be runtime selecta...Jeffrey A Law1-32/+12
1998-11-19expr.c (STACK_BYTES): Delete unused macro.Bernd Schmidt1-3/+0
1998-11-18expr.c (store_expr): Don't generate load-store pair if TEMP is identical (acc...J"orn Rennecke1-2/+13
1998-10-28Add code written by rth to generate use shifts to perform an extension if noNick Clifton1-2/+14
1998-10-22expr.c (pending_chain): Move up.Jason Merrill1-5/+6
1998-10-13Warning fixes:Kaveh R. Ghazi1-4/+4
1998-10-13expr.c (push_block): Handle targets where the stack grows to higher addresses...Herman A.J. ten Brugge1-1/+7
1998-10-11Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1-23/+26
1998-10-07Fix for irix6 -O0 bug, see testcase gcc.c-torture/compile/981007-1.c.Jim Wilson1-1/+20
1998-10-05tree.def (GOTO_EXPR): Modified documentation.Alexandre Petit-Bianco1-0/+7
1998-10-01calls.c (expand_call): Encapsulate code into copy_blkmode_from_reg.Gavin Romig-Koch1-0/+82