aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-09-30expr.c (expand_expr): Handle COMPONENT_REF...Jeffrey A Law1-0/+8
1998-09-28c-common.c (c_get_alias_set): Tighten slightly for FUNCTION_TYPEs and ARRAY_T...Mark Mitchell1-7/+16
1998-09-24expr.c (store_constructor): When initializing a field that is smaller than a ...J"orn Rennecke1-1/+31
1998-09-15tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.Richard Henderson1-14/+6
1998-09-08expr.c: Corrected comment about what MOVE_RATIO does.Hans-Peter Nilsson1-2/+2
1998-08-30expr.c (expand_expr): Change ">" to ">=" making MOVE_RATIO use consistent.Hans-Peter Nilsson1-1/+1
1998-08-21tree.def (LABELED_BLOCK_EXPR, [...]): New tree nodes.Alexandre Petit-Bianco1-0/+12
1998-08-18expr.c (emit_block_move): Do not call memcpy as a libcall instead build up a ...Jeffrey A Law1-17/+116
1998-08-17expr.c (move_by_pieces): No longer static.Jeffrey A Law1-2/+1
1998-08-17expr.c (expand_expr): Allow assignments from TImode PARM_DECLs and VAR_DECLs.Jeff Law1-1/+6
1998-08-14expr.c (store_expr): Don't optimize away load-store pair when either source o...J"orn Rennecke1-1/+4
1998-08-13expr.c (safe_from_p): Change code to ERROR_MARK only when not accessing nodes.Jason Merrill1-4/+10
1998-07-27stor-layout.c (layout_type): Handle arrays of bits, for Chill.Dave Brolley1-1/+13
1998-07-23expr.c (check_max_integer_computation_mode): Allow conversions of constant in...Jeffrey A Law1-2/+8