aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
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
1993-05-31(operand_subword): Shift by (HOST_BITS_PER_WIDE_INT / 2), not by 32.Richard Stallman1-1/+1
1993-05-29(operand_subword): Correctly handle case whenRichard Kenner1-4/+18
1993-05-19(operand_subword): Reject cases when BITS_PER_WORD is greater thanRichard Kenner1-8/+9
1993-03-31emit-rtl.c (init_emit): Clear sequence_stack.Per Bothner1-0/+1
1993-03-31(operand_subword): Use REAL_VALUE_TO_TARGET_SINGLE to convert to target float.Richard Stallman1-15/+45
1993-03-23(push_topmost_sequence, pop_topmost_sequence): NewTom Wood1-0/+34
1993-03-22(init_emit): Use INIT_EXPANDERS.James Van Artsdalen1-0/+4
1993-03-05(init_emit_once): Initialize const_tiny_rtx for partial ints too.Richard Stallman1-0/+5
1993-03-02(gen_sequence): Add push_obstacks_nochange andJim Wilson1-3/+3
1993-01-12emit-rtl.c (emit_jump_insn_before): Call make_jump_insn_raw with only one arg...Brendan Kehoe1-3/+3
1992-12-27(copy_rtx_if_shared): A CONST can be shared if it contains aRichard Kenner1-0/+9
1992-10-17(gen_lowpart_common): Fix typo in last change.Richard Stallman1-1/+1
1992-10-12(gen_lowpart_common): Allow MODE_PARTIAL_INT where MODE_INT isRichard Kenner1-4/+9
1992-10-09(gen_lowpart_common, gen_highpart, operand_subword): Don't make a newRichard Kenner1-3/+23
1992-10-05(gen_realpart, gen_imagpart): New functions.Richard Stallman1-0/+28
1992-09-20(emit_insn_after_with_line_notes): New function.Richard Kenner1-0/+22
1992-09-09(gen_highpart): New function.Richard Stallman1-0/+65
1992-09-01(emit_insns_after): Update last_insn if nec.Richard Stallman1-0/+2
1992-08-22(insn_emit_once): Provide a zero constant for CC modes.Tom Wood1-0/+4
1992-08-21(emit_insns_after): New function.Richard Stallman1-0/+31
1992-08-20Put include of stdio.h after GCC header files (for i860-stardent-sysv4).Richard Kenner1-1/+1
1992-08-02(gen_rtx, case REG): Don't use frame_pointer_rtx or arg_pointer_rtx ifRichard Kenner1-4/+10
1992-07-29(make_insn_raw): Eliminate unused argument pat_formals. All calls changed.Richard Stallman1-11/+8
1992-07-07entered into RCSCharles Hannum1-6/+10