Age | Commit message (Expand) | Author | Files | Lines |
1996-07-23 | install EH code | Mike Stump | 1 | -0/+1 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -9/+10 |
1996-03-10 | (free_insn): New variable. | Richard Kenner | 1 | -3/+21 |
1996-02-19 | (operand_subword): For 32-bit targets, return | Richard Earnshaw | 1 | -0/+14 |
1996-02-13 | (gen_lowpart): Could return without a value. | Richard Kenner | 1 | -1/+2 |
1995-12-27 | (regno_pointer_align): New variable. | Richard Kenner | 1 | -148/+61 |
1995-12-19 | (return_address_pointer_rtx): New global variable. | Jim Wilson | 1 | -0/+14 |
1995-09-14 | (gen_lowpart): If gen_lowpart_common fails for a REG, load it into a | Richard Kenner | 1 | -0/+7 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-05-16 | Fix typos in comments. | Richard Kenner | 1 | -3/+3 |
1995-04-25 | (gen_highpart): Add comment about broken implementation. | Richard Kenner | 1 | -0/+6 |
1995-04-14 | (gen_sequence): If the insn has a non-null CALL_INSN_FUNCTION_USAGE field... | Doug Evans | 1 | -1/+3 |
1995-03-08 | (gen_inline_header): Add new parm FORCED_LABELS. | Richard Kenner | 1 | -3/+5 |
1994-11-22 | (gen_lowpart_common): Do nothing if size is greater than twice host | Richard Kenner | 1 | -1/+1 |
1994-11-22 | (init_emit): Set REGNO_POINTER_FLAG for HARD_FRAME_POINTER_REGNUM. | Richard Kenner | 1 | -2/+6 |
1994-11-21 | (operand_subword): For CONST_DOUBLE, add case to | Jim Wilson | 1 | -0/+9 |
1994-10-29 | (operand_subword): Fix typo: HOST_BITS_PER_INT should be | Richard Kenner | 1 | -1/+1 |
1994-10-16 | (add_insn_{before,after}): Don't abort if AFTER was deleted, but not | Richard Earnshaw | 1 | -2/+2 |
1994-10-07 | (add_insn_{after,before}): Fix error in last change. | Richard Kenner | 1 | -2/+8 |
1994-10-01 | (add_insn_{before,after}): Abort if insertion point is a deleted insn. | Richard Kenner | 1 | -2/+8 |
1994-09-30 | (add_insn_after): Abort if can't find AFTER and it has no NEXT_INSN. | Richard Kenner | 1 | -10/+56 |
1994-06-14 | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | Richard Kenner | 1 | -9/+12 |
1994-05-19 | (operand_subword): Fix arg of REAL_VALUE_TO_TARGET_SINGLE and ..._DOUBLE. | Richard Kenner | 1 | -14/+18 |
1994-05-13 | calls.c (expand_call): Only destroy temporaries at the end of function calls,... | Mike Stump | 1 | -1/+3 |
1994-05-06 | (make_call_insn_raw): New function. | Richard Kenner | 1 | -3/+32 |
1994-04-24 | (try_split): Don't try to recursively split deleted insn. | Richard Kenner | 1 | -2/+4 |
1994-04-21 | Use CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_const_1. | Richard Kenner | 1 | -4/+4 |
1994-03-30 | Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs. | Richard Kenner | 1 | -2/+2 |
1994-03-25 | (reset_used_flags): Remove decl of unused variable. | Richard Kenner | 1 | -2/+0 |
1994-03-20 | (try_split): Rename third parameter as LAST. | Richard Kenner | 1 | -7/+16 |
1994-03-16 | (gen_lowpart_common... | Richard Kenner | 1 | -9/+9 |
1994-03-11 | (copy_rtx_if_shared, case LABEL_REF): Can't share. | Richard Kenner | 1 | -1/+0 |
1994-02-27 | (subreg_realpart_p): New function. | Jim Wilson | 1 | -0/+15 |
1994-02-10 | If __STDC__, include gstdarg and use ANSI form of varargs. | Richard Kenner | 1 | -8/+22 |
1994-02-04 | (gen_lowpart_common, gen_highpart): Test *_BIG_ENDIAN with "if", not | Richard Kenner | 1 | -16/+16 |
1994-01-10 | (gen_{real,imag}part): Extract value from CONCAT directly. | Richard Kenner | 1 | -15/+7 |
1993-12-25 | (gen_reg_rtx): Only clear part of arrays we aren't going to copy into. | Richard Kenner | 1 | -2/+3 |
1993-12-20 | (gen_lowpart_common): Return a new hard reg even if not valid in MODE | Richard Kenner | 1 | -2/+7 |
1993-12-06 | (start_sequence): Save current sequence_rtl_expr. | Doug Evans | 1 | -0/+2 |
1993-12-02 | (push_topmost_sequence, end_sequence): Update sequence_rtl_expr from | Richard Kenner | 1 | -0/+2 |
1993-11-25 | Include tree.h. | Richard Kenner | 1 | -2/+24 |
1993-11-05 | (gen_highpart): If arg is function value hard reg, | Richard Stallman | 1 | -0/+3 |
1993-10-07 | Move in initialization of byte_mode and word_mode from rtl.c | Ian Lance Taylor | 1 | -0/+22 |
1993-09-24 | emit-rtl.c: (hard_frame_pointer_rtx): New variable. | Doug Evans | 1 | -1/+21 |
1993-09-24 | (gen_label_rtx): If output_bytecode, make a CODE_LABEL | Richard Stallman | 1 | -3/+3 |
1993-09-21 | bytecode | Jan Brittenson | 1 | -2/+39 |
1993-07-15 | (gen_lowpart_common, gen_highpart): Handle CONCAT. | Richard Stallman | 1 | -1/+41 |
1993-06-27 | (restore_emit_status): Clear LAST_LABEL_NUM. | Richard Kenner | 1 | -0/+1 |
1993-06-28 | (copy_rtx_if_shared): Don't try to copy a 0-length vector. | Richard Stallman | 1 | -5/+5 |
1993-06-13 | (gen_lowpart_common): Use those macros if REAL_ARITHMETIC. | Richard Stallman | 1 | -2/+34 |