aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)Author
2004-06-18re PR middle-end/16038 (Bug in handling packed structures on MIPS)Ian Lance Taylor
2003-12-10emit-rtl.c (copy_rtx_if_shared_1): Fix warning.Andrew Pinski
2003-12-08re PR middle-end/10060 (ICE (stack overflow) on huge file (300k lines) due to...Andrew Pinski
2003-07-08partial fix for PR target/10021James E Wilson
2003-04-25Fri Apr 25 15:43:23 CEST 2003 Jan Hubicka <jh@suse.cz>Jan Hubicka
2002-11-20emit-rtl.c (gen_reg_rtx): Simplify mapping of Complex type to component type ...Steve Ellcey
2002-10-11*** empty log message ***Joern Rennecke
2002-09-27* emit-rtl.c (active_insn_p): Revert last change.Richard Henderson
2002-09-26* emit-rtl.c (const_double_htab_eq): Remove unused variable.Richard Henderson
2002-09-26emit-rtl.c (active_insn_p): Consider a clobber of the function return value t...Richard Henderson
2002-09-25emit-rtl.c (const_double_htab_eq): Distinguish integer and fp CONST_DOUBLE; u...Richard Henderson
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata
2002-09-20real.c (real_hash): New.Richard Henderson
2002-09-16emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust SIZE as well as OFFSET f...Richard Henderson
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson
2002-09-12emit-rtl.c (set_mem_size): New function.Alan Modra
2002-09-08emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref handling.Jan Hubicka
2002-08-10emit-rtl.c (emit_jump_insn_before, [...]): Fix uninitialized variable.Kaveh R. Ghazi
2002-08-08emit-rtl.c (gen_rtx_REG): After reload...Lars Brinkhoff
2002-08-05Index: ChangeLogGeoffrey Keating
2002-07-29emit-rtl.c (set_mem_attributes_minus_bitpos): Rename from set_mem_attributes ...Richard Henderson
2002-07-25emit-rtl.c (set_mem_attributes): Fix size and alignment thinkos in ARRAY_REF ...Richard Henderson
2002-07-21emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL when flag_...Richard Henderson
2002-07-19rtl.def (CODE_LABEL): Remove slot 8.Zack Weinberg
2002-07-11rtl.h (gen_rtx_CONST_VECTOR): Declare.J"orn Rennecke
2002-07-03optabs.c (expand_vector_binop): Don't store using a SUBREG smaller than UNITS...J"orn Rennecke
2002-07-01* emit-rtl.c (init_emit_once): Add missing cast to HOST_WIDE_INT.John David Anglin
2002-06-28Prevent creation of paradoxical FLOAT_MODE subregsBernd Schmidt
2002-06-18simd-1.c: New.Aldy Hernandez
2002-06-16emit-rtl.c (gen_rtx_REG): Temporarily turn off automatic sharing of hard regi...Jeff Law
2002-06-13emit-rtl.c (static_regno_reg_rtx): Define.Jeff Law
2002-06-11emit-rtl.c (emit_*_scope): Only access INSN_SCOPE if active_insn_p.David S. Miller
2002-06-11emit-rtl.c (try_split): Use INSN_LAST, not LAST_INSN to get the last insn cre...Jeff Law
2002-06-11emit-rtl.c (try_split): Do not abort on non-INSN_P.David S. Miller
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller
2002-06-07emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.Jeff Law
2002-06-06i386.md (and promoting splitters): Disable QI to SImode promoting when doing ...Jan Hubicka
2002-06-06emit-rtl.c (get_first_nonnote_insn, [...]): New functions.John David Anglin
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-06-03emit-rtl.c: Likewise.Kazu Hirata
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka
2002-05-30rtl.h (clear_emit_caches): Delete.David S. Miller
2002-05-22re PR c/6643 (gcc fails in tree check for assignment to variable sized array)Jakub Jelinek
2002-05-13emit-rtl.c (global_rtl): Update comment.Zack Weinberg
2002-05-08cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka
2002-05-05cse.c: Fix formatting.Kazu Hirata
2002-04-22rtl.h (RTX_FLAG): New macro.Janis Johnson
2002-04-12emit-rtl.c (widen_memory_access): Don't do anything if MEMOFFSET not specified.Richard Kenner
2002-03-31emit-rtl.c (adjust_address_1, [...]): Cast value to unsigned HOST_WIDE_INT, n...Richard Kenner
2002-03-23real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.Zack Weinberg