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