summaryrefslogtreecommitdiffstats
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF address.kenner1995-06-151-1/+2
* Fix typos in comments.kenner1995-05-161-3/+3
* (gen_highpart): Add comment about broken implementation.kenner1995-04-251-0/+6
* (gen_sequence): If the insn has a non-nulldje1995-04-141-1/+3
* (gen_inline_header): Add new parm FORCED_LABELS.kenner1995-03-081-3/+5
* (gen_lowpart_common): Do nothing if size is greater than twice hostkenner1994-11-221-1/+1
* (init_emit): Set REGNO_POINTER_FLAG for HARD_FRAME_POINTER_REGNUM.kenner1994-11-221-2/+6
* (operand_subword): For CONST_DOUBLE, add case towilson1994-11-211-0/+9
* (operand_subword): Fix typo: HOST_BITS_PER_INT should bekenner1994-10-301-1/+1
* (add_insn_{before,after}): Don't abort if AFTER was deleted, but noterich1994-10-161-2/+2
* (add_insn_{after,before}): Fix error in last change.kenner1994-10-071-2/+8
* (add_insn_{before,after}): Abort if insertion point is a deleted insn.kenner1994-10-021-2/+8
* (add_insn_after): Abort if can't find AFTER and it has no NEXT_INSN.kenner1994-09-301-10/+56
* Cast pointer operands to bzero, bcopy, and bcmp to (char *).kenner1994-06-141-9/+12
* (operand_subword): Fix arg of REAL_VALUE_TO_TARGET_SINGLE andkenner1994-05-191-14/+18
* * calls.c (expand_call): Only destroy temporaries at the endmrs1994-05-131-1/+3
* (make_call_insn_raw): New function.kenner1994-05-061-3/+32
* (try_split): Don't try to recursively split deleted insn.kenner1994-04-241-2/+4
* Use CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_const_1.kenner1994-04-211-4/+4
* Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs.kenner1994-03-301-2/+2
* (reset_used_flags): Remove decl of unused variable.kenner1994-03-251-2/+0
* (try_split): Rename third parameter as LAST. Recursively callkenner1994-03-201-7/+16
* (gen_lowpart_common, gen_highpart, operand_subword): Test inputkenner1994-03-161-9/+9
* (copy_rtx_if_shared, case LABEL_REF): Can't share.kenner1994-03-111-1/+0
* (subreg_realpart_p): New function.wilson1994-02-281-0/+15
* If __STDC__, include gstdarg and use ANSI form of varargs.kenner1994-02-101-8/+22
* (gen_lowpart_common, gen_highpart): Test *_BIG_ENDIAN with "if", notkenner1994-02-041-16/+16
* (gen_{real,imag}part): Extract value from CONCAT directly.kenner1994-01-111-15/+7
* (gen_reg_rtx): Only clear part of arrays we aren't going to copy into.kenner1993-12-251-2/+3
* (gen_lowpart_common): Return a new hard reg even if not valid in MODEkenner1993-12-211-2/+7
* (start_sequence): Save current sequence_rtl_expr.dje1993-12-061-0/+2
* (push_topmost_sequence, end_sequence): Update sequence_rtl_expr fromkenner1993-12-021-0/+2
* Include tree.h.kenner1993-11-251-2/+24
* (gen_highpart): If arg is function value hard reg,rms1993-11-051-0/+3
* Move in initialization of byte_mode and word_mode from rtl.cian1993-10-071-0/+22
* * emit-rtl.c: (hard_frame_pointer_rtx): New variable.dje1993-09-241-1/+21
* (gen_label_rtx): If output_bytecode, make a CODE_LABELrms1993-09-241-3/+3
* bytecodebson1993-09-211-2/+39
* (gen_lowpart_common, gen_highpart): Handle CONCAT.rms1993-07-151-1/+41
* (restore_emit_status): Clear LAST_LABEL_NUM.kenner1993-06-281-0/+1
* (copy_rtx_if_shared): Don't try to copy a 0-length vector.rms1993-06-281-5/+5
* (gen_lowpart_common): Use those macros if REAL_ARITHMETIC.rms1993-06-131-2/+34
* (operand_subword): Shift by (HOST_BITS_PER_WIDE_INT / 2), not by 32.rms1993-05-311-1/+1
* (operand_subword): Correctly handle case whenkenner1993-05-291-4/+18
* (operand_subword): Reject cases when BITS_PER_WORD is greater thankenner1993-05-191-8/+9
* emit-rtl.c (init_emit): Clear sequence_stack.bothner1993-04-011-0/+1
* (operand_subword): Use REAL_VALUE_TO_TARGET_SINGLE to convert to target float.rms1993-03-311-15/+45
* (push_topmost_sequence, pop_topmost_sequence): Newwood1993-03-231-0/+34
* (init_emit): Use INIT_EXPANDERS.jrv1993-03-221-0/+4
* (init_emit_once): Initialize const_tiny_rtx for partial ints too.rms1993-03-051-0/+5
OpenPOWER on IntegriCloud