aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
1998-01-17emit_rtl.c (init_emit_once): Ensure that potential aliasing between frame_poi...Jeff Law1-2/+6
1998-01-08Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits.Richard Henderson1-102/+101
1998-01-01emit-rtl.c (operand_subword): Correctly handle extracting a word from a CONST...Jeffrey A Law1-1/+8
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1-1/+1
1997-12-11rtl.h (global_rtl): New variable, replacing separate variables for commonly u...John F. Carr1-69/+53
1997-12-06Merge from gcc-2.8Jeff Law1-0/+4
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-4/+15
1997-09-22combine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in cal...David S. Miller1-1/+2
1997-09-15dwarf2 EH supportJason Merrill1-0/+1
1997-09-10Fix problem reported by chris@lslsun.epfl.ch (Christian Iseli)Jim Wilson1-1/+1
1997-09-02Fix alpha-linux core dump reported by H.J. Lu.Jim Wilson1-0/+20
1997-04-20(change_address, init_emit): Delete forward references.Richard Kenner1-9/+0
1997-03-10(subreg_lowpart_p): Return 0 if SUBREG_REG is VOIDmode.Richard Kenner1-1/+3
1996-11-16(operand_subword): Avoid confusion if sizeof (float) is less than aRichard Kenner1-0/+17
1996-11-15(gen_rtvec_vv): New function.Richard Kenner1-1/+20
1996-11-08(change_address): If MEMREF isn't changing, return the old one.Richard Kenner1-0/+3
1996-10-23(gen_lowpart_common): When converting a floating point value into anRichard Kenner1-3/+5
1996-09-29(mark_user_reg): New function.Richard Kenner1-0/+17
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