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