aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)Author
1999-09-04Import final gcc2 snapshot (990109)gcc3Jeffrey A Law
1998-06-29import gcc2 980609 snapshotJeffrey A Law
1998-04-04gcc2 snapshot 980401 importJeffrey A Law
1997-12-06import of gcc-2.8Jeffrey A Law
1997-11-02import gcc2 971021 snapshotJeffrey A Law
1997-04-20(change_address, init_emit): Delete forward references.Richard Kenner
1997-03-10(subreg_lowpart_p): Return 0 if SUBREG_REG is VOIDmode.Richard Kenner
1996-11-16(operand_subword): Avoid confusion if sizeof (float) is less than aRichard Kenner
1996-11-15(gen_rtvec_vv): New function.Richard Kenner
1996-11-08(change_address): If MEMREF isn't changing, return the old one.Richard Kenner
1996-10-23(gen_lowpart_common): When converting a floating point value into anRichard Kenner
1996-09-29(mark_user_reg): New function.Richard Kenner
1996-07-23install EH codeMike Stump
1996-07-03formatting tweaksMike Stump
1996-03-10(free_insn): New variable.Richard Kenner
1996-02-19(operand_subword): For 32-bit targets, returnRichard Earnshaw
1996-02-13(gen_lowpart): Could return without a value.Richard Kenner
1995-12-27(regno_pointer_align): New variable.Richard Kenner
1995-12-19(return_address_pointer_rtx): New global variable.Jim Wilson
1995-09-14(gen_lowpart): If gen_lowpart_common fails for a REG, load it into aRichard Kenner
1995-06-15Update FSF address.Richard Kenner
1995-05-16Fix typos in comments.Richard Kenner
1995-04-25(gen_highpart): Add comment about broken implementation.Richard Kenner
1995-04-14(gen_sequence): If the insn has a non-nullDoug Evans
1995-03-08(gen_inline_header): Add new parm FORCED_LABELS.Richard Kenner
1994-11-22(gen_lowpart_common): Do nothing if size is greater than twice hostRichard Kenner
1994-11-22(init_emit): Set REGNO_POINTER_FLAG for HARD_FRAME_POINTER_REGNUM.Richard Kenner
1994-11-21(operand_subword): For CONST_DOUBLE, add case toJim Wilson
1994-10-30(operand_subword): Fix typo: HOST_BITS_PER_INT should beRichard Kenner
1994-10-16(add_insn_{before,after}): Don't abort if AFTER was deleted, but notRichard Earnshaw
1994-10-07(add_insn_{after,before}): Fix error in last change.Richard Kenner
1994-10-02(add_insn_{before,after}): Abort if insertion point is a deleted insn.Richard Kenner
1994-09-30(add_insn_after): Abort if can't find AFTER and it has no NEXT_INSN.Richard Kenner
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner
1994-05-19(operand_subword): Fix arg of REAL_VALUE_TO_TARGET_SINGLE andRichard Kenner
1994-05-13 * calls.c (expand_call): Only destroy temporaries at the endMike Stump
1994-05-06(make_call_insn_raw): New function.Richard Kenner
1994-04-24(try_split): Don't try to recursively split deleted insn.Richard Kenner
1994-04-21Use CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_const_1.Richard Kenner
1994-03-30Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs.Richard Kenner
1994-03-25(reset_used_flags): Remove decl of unused variable.Richard Kenner
1994-03-20(try_split): Rename third parameter as LAST. Recursively callRichard Kenner
1994-03-16(gen_lowpart_common, gen_highpart, operand_subword): Test inputRichard Kenner
1994-03-11(copy_rtx_if_shared, case LABEL_REF): Can't share.Richard Kenner
1994-02-28(subreg_realpart_p): New function.Jim Wilson
1994-02-10If __STDC__, include gstdarg and use ANSI form of varargs.Richard Kenner
1994-02-04(gen_lowpart_common, gen_highpart): Test *_BIG_ENDIAN with "if", notRichard Kenner
1994-01-11(gen_{real,imag}part): Extract value from CONCAT directly.Richard Kenner
1993-12-25(gen_reg_rtx): Only clear part of arrays we aren't going to copy into.Richard Kenner
1993-12-21(gen_lowpart_common): Return a new hard reg even if not valid in MODERichard Kenner