aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-03emit-rtl.c (last_call_insn, [...]): New functions.Olivier Hainque1-0/+41
2003-04-17emit-rtl.c (subreg_hard_regno): Check that register is representable.Jan Hubicka1-1/+5
2003-04-14expr.c (highest_pow2_factor): Return unsigned.Olivier Hainque1-3/+2
2003-04-12* emit-rtl.c (gen_rtx): Really correct typo.Geoffrey Keating1-1/+1
2003-04-12emit-rtl.c (gen_rtx): Fix typos.Eric Christopher1-3/+3
2003-04-11* emit-rtl.c (gen_rtx): Zero '0' fields.Richard Henderson1-1/+2
2003-04-04emit-rtl.c (get_mem_attrs): Adjust alignment tests determining use of default...Olivier Hainque1-4/+5
2003-03-31emit-rtl.c (dconstm2, dconsthalf): New real constants.Roger Sayle1-0/+6
2003-03-13emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.Richard Henderson1-144/+121
2003-03-08emit-rtl.c (gen_lowpart): Don't attempt to load a part of a complex or vector...Roger Sayle1-0/+1
2003-03-06emit-rtl.c (gen_lowpart): When requesting the low-part of a MEM...Roger Sayle1-0/+6
2003-03-06* emit-rtl.c (gen_highpart_mode): Fix a comment typo.Kazu Hirata1-1/+1
2003-02-28emit-rtl.c (set_reg_attrs_for_parm): New function.Josef Zlomek1-1/+27
2003-02-14emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.Zack Weinberg1-2/+1
2003-02-11* emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.Jan Hubicka1-0/+1
2003-01-28emit-rtl.c (const_double_htab_hash): Use mode in the hash.Dale Johannesen1-1/+5
2003-01-24emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka1-11/+142
2003-01-21dwarf2out.c (fde_table_in_use): Mark GTY.Ulrich Weigand1-1/+1
2003-01-16arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi1-3/+3
2003-01-10Merge from pch-branch.Geoffrey Keating1-6/+6
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-20emit-rtl.c (gen_reg_rtx): Simplify mapping of Complex type to component type ...Steve Ellcey1-6/+1
2002-10-11*** empty log message ***Joern Rennecke1-0/+4
2002-09-27* emit-rtl.c (active_insn_p): Revert last change.Richard Henderson1-28/+5
2002-09-26* emit-rtl.c (const_double_htab_eq): Remove unused variable.Richard Henderson1-1/+0
2002-09-26emit-rtl.c (active_insn_p): Consider a clobber of the function return value t...Richard Henderson1-5/+28
2002-09-25emit-rtl.c (const_double_htab_eq): Distinguish integer and fp CONST_DOUBLE; u...Richard Henderson1-5/+6
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-5/+5
2002-09-20real.c (real_hash): New.Richard Henderson1-4/+5
2002-09-16emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust SIZE as well as OFFSET f...Richard Henderson1-2/+7
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson1-9/+7
2002-09-12emit-rtl.c (set_mem_size): New function.Alan Modra1-0/+11
2002-09-08emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref handling.Jan Hubicka1-2/+27
2002-08-10emit-rtl.c (emit_jump_insn_before, [...]): Fix uninitialized variable.Kaveh R. Ghazi1-3/+3
2002-08-08emit-rtl.c (gen_rtx_REG): After reload...Lars Brinkhoff1-3/+9
2002-08-05Index: ChangeLogGeoffrey Keating1-1/+0
2002-07-29emit-rtl.c (set_mem_attributes_minus_bitpos): Rename from set_mem_attributes ...Richard Henderson1-3/+26
2002-07-25emit-rtl.c (set_mem_attributes): Fix size and alignment thinkos in ARRAY_REF ...Richard Henderson1-5/+9
2002-07-21emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL when flag_...Richard Henderson1-1/+28
2002-07-19rtl.def (CODE_LABEL): Remove slot 8.Zack Weinberg1-8/+2
2002-07-11rtl.h (gen_rtx_CONST_VECTOR): Declare.J"orn Rennecke1-1/+17
2002-07-03optabs.c (expand_vector_binop): Don't store using a SUBREG smaller than UNITS...J"orn Rennecke1-1/+1
2002-07-01* emit-rtl.c (init_emit_once): Add missing cast to HOST_WIDE_INT.John David Anglin1-1/+1
2002-06-28Prevent creation of paradoxical FLOAT_MODE subregsBernd Schmidt1-0/+5
2002-06-18simd-1.c: New.Aldy Hernandez1-1/+4
2002-06-16emit-rtl.c (gen_rtx_REG): Temporarily turn off automatic sharing of hard regi...Jeff Law1-1/+8
2002-06-13emit-rtl.c (static_regno_reg_rtx): Define.Jeff Law1-4/+23
2002-06-11emit-rtl.c (emit_*_scope): Only access INSN_SCOPE if active_insn_p.David S. Miller1-4/+8
2002-06-11emit-rtl.c (try_split): Use INSN_LAST, not LAST_INSN to get the last insn cre...Jeff Law1-1/+1
2002-06-11emit-rtl.c (try_split): Do not abort on non-INSN_P.David S. Miller1-5/+2