Age | Commit message (Expand) | Author | Files | Lines |
1999-06-30 | expr.c (emit_block_move): Use copy_to_mode_reg for !TARGET_MEM_FUNCTIONS case... | Jeffrey A Law | 1 | -2/+2 |
1999-06-30 | Fix typos (missing commas) in last change | Jeff Law | 1 | -2/+2 |
1999-06-28 | expr.c (emit_block_move): Properly handle case where one of the block move ar... | Jeff Law | 1 | -58/+114 |
1999-06-25 | expr.c (expand_expr): Allow RTL_EXPR's through the MAX_INTEGER_COMPUTATION_MO... | Gavin Romig-Koch | 1 | -1/+3 |
1999-06-22 | expr.c (expand_expr): STRIP_NOPS before checking against MAX_INTEGER_COMPUTAT... | Jason Merrill | 1 | -2/+12 |
1999-06-22 | Fix for abort when PROMOTE_MODES defined but PROMOTE_FUNCTION_{ARG,RETURN} not. | Jim Wilson | 1 | -0/+14 |
1999-05-17 | tree.def (TYPE_NONCOPIED_PARTS): Revise documentation to match reality. | Mark Mitchell | 1 | -1/+1 |
1999-05-12 | disable maintenance of errno | Craig Burley | 1 | -1/+1 |
1999-04-29 | emit-rtl.c (start_sequence): Expand comments. | Mark Mitchell | 1 | -4/+15 |
1999-04-27 | expr.c (emit_move_insn_1): Abort if MODE argument is invalid. | Zack Weinberg | 1 | -8/+19 |
1999-04-26 | function.c (put_var_into_stack): Change ptr_mode to Pmode in setup for chkr_s... | Mumit Khan | 1 | -23/+23 |
1999-04-25 | * expr.c (expand_assignment): Improve test for pointer type. | Donn Terry | 1 | -2/+2 |
1999-04-15 | expr.c (expand_assignment): Force pointers to proper mode if POINTERS_EXTEND_... | Donn Terry | 1 | -1/+8 |
1999-04-08 | expr.c (expand_expr, [...]): Do not try to optimize a aggregate address which... | Jeffrey A Law | 1 | -0/+3 |
1999-04-06 | expr.c (expand_builtin): Use copy_to_mode_reg; don't force constants into a r... | Richard Henderson | 1 | -2/+3 |
1999-04-06 | expr.c (expand_builtin_setjmp): Put setjmp return label on nonlocal_goto_hand... | Richard Henderson | 1 | -2/+7 |
1999-04-02 | tm.texi (USE_LOAD_POST_DECREMENT, [...]): Document. | Michael Hayes | 1 | -20/+0 |
1999-04-01 | Fix irix6 libstdc++ v3 build failure with complex types. | Jim Wilson | 1 | -1/+3 |
1999-03-23 | expr.c (expand_assignment): Do not try to optimize a aggregate address which ... | Jeffrey A Law | 1 | -0/+3 |
1999-03-19 | * expr.c (expand_expr): Handle ERROR_MARK much earlier. | Martin v. Löwis | 1 | -15/+22 |
1999-03-19 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1999-03-11 | expr.c (expand_expr): Allow a CALL_EXPR with a mode wider than MAX_INTEGER_CO... | Jeffrey A Law | 1 | -0/+2 |
1999-02-19 | tree.def (TRY_FINALLY_EXPR, [...]): New tree nodes, | Per Bothner | 1 | -1/+41 |
1999-02-14 | except.c (start_catch_handler): Use emit_cmp_and_jump_insns. | Jeffrey A Law | 1 | -16/+12 |
1999-02-08 | output.h (current_function_has_computed_jump): Rename from current_function_a... | Richard Henderson | 1 | -2/+0 |
1999-01-26 | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | Jeffrey A Law | 1 | -4/+13 |
1999-01-21 | * expr.c (emit_push_insn): Fix Dumb Typo. | Andrew MacLeod | 1 | -1/+1 |
1999-01-21 | expr.c (MOVE_BY_PIECES_P): Define condition for deciding to use move_by_pieces. | Andrew MacLeod | 1 | -25/+70 |
1999-01-20 | cse.c (fold_rtx): Revert 29 Dec change. | Richard Henderson | 1 | -9/+7 |
1999-01-20 | Update comment to match code. | Richard Henderson | 1 | -1/+1 |
1999-01-19 | expr.c (do_jump_for_compare): Handle conditional branch expanders emitting mu... | Richard Henderson | 1 | -21/+50 |
1999-01-19 | expr.c (emit_move_insn_1): Revert 17 Dec change. | Richard Henderson | 1 | -20/+12 |
1999-01-19 | rtl.h (rtx_def): Update documentation. | Mark Mitchell | 1 | -30/+10 |
1999-01-15 | expr.c (queued_subexp_p): Make public. | Richard Henderson | 1 | -2/+1 |
1999-01-06 | Fix copyrights. | Jeff Law | 1 | -1/+1 |
1999-01-06 | expr.c (expand_builtin): Use value_mode for the return mode. | Richard Henderson | 1 | -1/+1 |
1999-01-05 | expr.c (store_expr): If the lhs is a memory location pointed to be a postincr... | Charles M. Hannum | 1 | -15/+15 |
1998-12-29 | Richard Kenner <kenner@vlsi1.ultra.nyu.edu>: | Richard Henderson | 1 | -36/+29 |
1998-12-17 | Do not generate CLOBBERs for non-pseudo regs. | Nick Clifton | 1 | -4/+22 |
1998-11-24 | cse.c (fold_rtx): Make autoincrement addressing mode tests be runtime selecta... | Jeffrey A Law | 1 | -32/+12 |
1998-11-19 | expr.c (STACK_BYTES): Delete unused macro. | Bernd Schmidt | 1 | -3/+0 |
1998-11-18 | expr.c (store_expr): Don't generate load-store pair if TEMP is identical (acc... | J"orn Rennecke | 1 | -2/+13 |
1998-10-28 | Add code written by rth to generate use shifts to perform an extension if no | Nick Clifton | 1 | -2/+14 |
1998-10-22 | expr.c (pending_chain): Move up. | Jason Merrill | 1 | -5/+6 |
1998-10-13 | Warning fixes: | Kaveh R. Ghazi | 1 | -4/+4 |
1998-10-13 | expr.c (push_block): Handle targets where the stack grows to higher addresses... | Herman A.J. ten Brugge | 1 | -1/+7 |
1998-10-11 | Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a... | Ken Raeburn | 1 | -23/+26 |
1998-10-07 | Fix for irix6 -O0 bug, see testcase gcc.c-torture/compile/981007-1.c. | Jim Wilson | 1 | -1/+20 |
1998-10-05 | tree.def (GOTO_EXPR): Modified documentation. | Alexandre Petit-Bianco | 1 | -0/+7 |
1998-10-01 | calls.c (expand_call): Encapsulate code into copy_blkmode_from_reg. | Gavin Romig-Koch | 1 | -0/+82 |