summaryrefslogtreecommitdiff
path: root/gcc/expr.c
Commit message (Expand)AuthorAgeFilesLines
...
* expr.c (expand_expr): Allow RTL_EXPR's through the MAX_INTEGER_COMPUTATION_MO...Gavin Romig-Koch1999-06-251-1/+3
* expr.c (expand_expr): STRIP_NOPS before checking against MAX_INTEGER_COMPUTAT...Jason Merrill1999-06-221-2/+12
* Fix for abort when PROMOTE_MODES defined but PROMOTE_FUNCTION_{ARG,RETURN} not.Jim Wilson1999-06-221-0/+14
* tree.def (TYPE_NONCOPIED_PARTS): Revise documentation to match reality.Mark Mitchell1999-05-171-1/+1
* disable maintenance of errnoCraig Burley1999-05-121-1/+1
* emit-rtl.c (start_sequence): Expand comments.Mark Mitchell1999-04-291-4/+15
* expr.c (emit_move_insn_1): Abort if MODE argument is invalid.Zack Weinberg1999-04-271-8/+19
* function.c (put_var_into_stack): Change ptr_mode to Pmode in setup for chkr_s...Mumit Khan1999-04-261-23/+23
* * expr.c (expand_assignment): Improve test for pointer type.Donn Terry1999-04-251-2/+2
* expr.c (expand_assignment): Force pointers to proper mode if POINTERS_EXTEND_...Donn Terry1999-04-151-1/+8
* expr.c (expand_expr, [...]): Do not try to optimize a aggregate address which...Jeffrey A Law1999-04-081-0/+3
* expr.c (expand_builtin): Use copy_to_mode_reg; don't force constants into a r...Richard Henderson1999-04-061-2/+3
* expr.c (expand_builtin_setjmp): Put setjmp return label on nonlocal_goto_hand...Richard Henderson1999-04-061-2/+7
* tm.texi (USE_LOAD_POST_DECREMENT, [...]): Document.Michael Hayes1999-04-021-20/+0
* Fix irix6 libstdc++ v3 build failure with complex types.Jim Wilson1999-04-011-1/+3
* expr.c (expand_assignment): Do not try to optimize a aggregate address which ...Jeffrey A Law1999-03-231-0/+3
* * expr.c (expand_expr): Handle ERROR_MARK much earlier.Martin v. Löwis1999-03-191-15/+22
* Warning fixes:Kaveh R. Ghazi1999-03-191-1/+1
* expr.c (expand_expr): Allow a CALL_EXPR with a mode wider than MAX_INTEGER_CO...Jeffrey A Law1999-03-111-0/+2
* tree.def (TRY_FINALLY_EXPR, [...]): New tree nodes,Per Bothner1999-02-191-1/+41
* except.c (start_catch_handler): Use emit_cmp_and_jump_insns.Jeffrey A Law1999-02-141-16/+12
* output.h (current_function_has_computed_jump): Rename from current_function_a...Richard Henderson1999-02-081-2/+0
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1999-01-261-4/+13
* * expr.c (emit_push_insn): Fix Dumb Typo.Andrew MacLeod1999-01-211-1/+1
* expr.c (MOVE_BY_PIECES_P): Define condition for deciding to use move_by_pieces.Andrew MacLeod1999-01-211-25/+70
* cse.c (fold_rtx): Revert 29 Dec change.Richard Henderson1999-01-201-9/+7
* Update comment to match code.Richard Henderson1999-01-201-1/+1
* expr.c (do_jump_for_compare): Handle conditional branch expanders emitting mu...Richard Henderson1999-01-191-21/+50
* expr.c (emit_move_insn_1): Revert 17 Dec change.Richard Henderson1999-01-191-20/+12
* rtl.h (rtx_def): Update documentation.Mark Mitchell1999-01-191-30/+10
* expr.c (queued_subexp_p): Make public.Richard Henderson1999-01-151-2/+1
* Fix copyrights.Jeff Law1999-01-061-1/+1
* expr.c (expand_builtin): Use value_mode for the return mode.Richard Henderson1999-01-061-1/+1
* expr.c (store_expr): If the lhs is a memory location pointed to be a postincr...Charles M. Hannum1999-01-051-15/+15
* Richard Kenner <kenner@vlsi1.ultra.nyu.edu>:Richard Henderson1998-12-291-36/+29
* Do not generate CLOBBERs for non-pseudo regs.Nick Clifton1998-12-171-4/+22
* cse.c (fold_rtx): Make autoincrement addressing mode tests be runtime selecta...Jeffrey A Law1998-11-241-32/+12
* expr.c (STACK_BYTES): Delete unused macro.Bernd Schmidt1998-11-191-3/+0
* expr.c (store_expr): Don't generate load-store pair if TEMP is identical (acc...J"orn Rennecke1998-11-181-2/+13
* Add code written by rth to generate use shifts to perform an extension if noNick Clifton1998-10-281-2/+14
* expr.c (pending_chain): Move up.Jason Merrill1998-10-221-5/+6
* Warning fixes:Kaveh R. Ghazi1998-10-131-4/+4
* expr.c (push_block): Handle targets where the stack grows to higher addresses...Herman A.J. ten Brugge1998-10-131-1/+7
* Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1998-10-111-23/+26
* Fix for irix6 -O0 bug, see testcase gcc.c-torture/compile/981007-1.c.Jim Wilson1998-10-071-1/+20
* tree.def (GOTO_EXPR): Modified documentation.Alexandre Petit-Bianco1998-10-051-0/+7
* calls.c (expand_call): Encapsulate code into copy_blkmode_from_reg.Gavin Romig-Koch1998-10-011-0/+82
* expr.c (expand_expr): Handle COMPONENT_REF...Jeffrey A Law1998-09-301-0/+8
* c-common.c (c_get_alias_set): Tighten slightly for FUNCTION_TYPEs and ARRAY_T...Mark Mitchell1998-09-281-7/+16
* expr.c (store_constructor): When initializing a field that is smaller than a ...J"orn Rennecke1998-09-241-1/+31