OSDN Git Service

* config/m68k/m68k.c (m68k_output_mi_thunk): delete obsolete code
[pf3gnuchains/gcc-fork.git] / gcc / emit-rtl.c
2003-08-19 kazu * c-common.c: Fix comment formatting.
2003-08-14 bothner * regclass.c (init_reg_modes): Make non-static.
2003-07-19 ghazi * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c...
2003-07-10 steven2003-07-10 Steven Bosscher <steven@gcc.gnu.org>
2003-07-09 wilsonpartial fix for PR target/10021
2003-07-07 nathan * rtl.h (emit_line_note): Take a location_t.
2003-07-05 kazu * bt-load.c: Fix comment typos.
2003-07-03 nathan * rtl.h (NOTE_DATA): Refer to whole union.
2003-07-01 nathan * rtl.h (emit_line_note_after): Remove.
2003-06-29 aj * except.c: Convert prototypes to ISO C90.
2003-06-27 nathan * rtl.h (emit_note): Remove FILE parameter.
2003-06-26 rth * emit-rtl.c (try_split): Append to new CALL_IN...
2003-06-16 neroden * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c,...
2003-06-16 nathan * function.h (struct emit_status): Remove x_last_linenum,
2003-06-13 aldyh2003-06-13 Aldy Hernandez <aldyh@redhat.com>
2003-06-12 kazu * ChangeLog: Follow spelling conventions.
2003-06-08 hubicka * cfglayout.c (insn_scope): New static function
2003-06-02 sayle * emit-rtl.c (gen_complex_constant_part): Remove...
2003-06-01 sayle * emit-rtl.c (gen_lowpart_common): Handle interpreting...
2003-05-30 sayle * emit-rtl.c (gen_complex_constant_part): New function...
2003-05-27 kenner * tree.h (contains_placeholder_p): Now returns bool.
2003-05-17 ghazigcc:
2003-05-03 kenner * emit-rtl.c (last_call_insn, add_function_usage_to...
2003-04-17 hubicka * emit-rtl.c (subreg_hard_regno): Check that register...
2003-04-14 kenner * expr.c (highest_pow2_factor): Return unsigned.
2003-04-12 geoffk * emit-rtl.c (gen_rtx): Really correct typo.
2003-04-12 echristo2003-04-11 Eric Christopher <echristo@redhat.com>
2003-04-11 rth * emit-rtl.c (gen_rtx): Zero '0' fields.
2003-04-04 kenner * emit-rtl.c (get_mem_attrs): Adjust alignment...
2003-03-31 sayle * emit-rtl.c (dconstm2, dconsthalf): New real constants.
2003-03-13 rth * emit-rtl.c (try_split): Handle 1-1 splits...
2003-03-08 hp * emit-rtl.c (gen_lowpart): Don't attempt to load...
2003-03-06 sayle * emit-rtl.c (gen_lowpart): When requesting the low...
2003-03-06 kazu * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
2003-02-28 zlomek * emit-rtl.c (set_reg_attrs_for_parm): New function.
2003-02-14 zack * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
2003-02-11 hubicka * emit-rtl.c (emit_copy_of_insn_after): Copy insn...
2003-01-28 dalej2003-01-28 Dale Johannesen <dalej@apple.com>
2003-01-24 hubicka * emit-rtl.c (reg_attrs_htab): New static variable.
2003-01-21 uweigand * dwarf2out.c (fde_table_in_use): Mark GTY.
2003-01-16 ghazi * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed...
2003-01-10 geoffkMerge from pch-branch.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-11-20 sje * emit-rtl.c (gen_reg_rtx): Simplify mapping of Comple...
2002-10-11 amylaar*** empty log message ***
2002-09-27 rth * emit-rtl.c (active_insn_p): Revert last change.
2002-09-27 rth * emit-rtl.c (const_double_htab_eq): Remove...
2002-09-27 rth * emit-rtl.c (active_insn_p): Consider a clobbe...
2002-09-25 rth * emit-rtl.c (const_double_htab_eq): Distinguis...
2002-09-22 kazu * dbxout.c: Follow spelling conventions.
2002-09-20 rth * real.c (real_hash): New.
2002-09-17 rth * emit-rtl.c (set_mem_attributes_minus_bitpos...
2002-09-16 rthgcc/
2002-09-12 amodra * emit-rtl.c (set_mem_size): New function.
2002-09-08 aj2002-09-08 Jan Hubicka <jh@suse.cz>
2002-08-10 ghazi * emit-rtl.c (emit_jump_insn_before, emit_call_insn_be...
2002-08-08 rth * emit-rtl.c (gen_rtx_REG): After reload, only...
2002-08-05 geoffkIndex: ChangeLog
2002-07-29 rth * emit-rtl.c (set_mem_attributes_minus_bitpos...
2002-07-25 rth * emit-rtl.c (set_mem_attributes): Fix size...
2002-07-22 rth * emit-rtl.c (set_mem_attributes): Preserve...
2002-07-19 zack * rtl.def (CODE_LABEL): Remove slot 8.
2002-07-11 amylaar * rtl.h (gen_rtx_CONST_VECTOR): Declare.
2002-07-03 amylaargcc:
2002-07-01 danglin * emit-rtl.c (init_emit_once): Add missing cast to...
2002-06-28 berndsPrevent creation of paradoxical FLOAT_MODE subregs
2002-06-18 aldyh2002-06-16 Aldy Hernandez <aldyh@redhat.com>
2002-06-16 law * emit-rtl.c (gen_rtx_REG): Temporarily turn...
2002-06-13 law * emit-rtl.c (static_regno_reg_rtx): Define.
2002-06-12 davem2002-06-11 David S. Miller <davem@redhat.com>
2002-06-11 law * emit-rtl.c (try_split): Use INSN_LAST, not...
2002-06-11 davem2002-06-11 David S. Miller <davem@redhat.com>
2002-06-11 davem2002-06-05 David S. Miller <davem@redhat.com>
2002-06-08 law * emit-rtl.c (init_emit): Add hard registers to regno_...
2002-06-06 hubicka * i386.md (and promoting splitters): Disable QI to...
2002-06-06 danglin * emit-rtl.c (get_first_nonnote_insn, get_last_nonnote...
2002-06-04 geoffkMerge from pch-branch up to tag pch-commit-20020603.
2002-06-03 kazu * emit-rtl.c: Likewise.
2002-06-02 hubicka * loop.c (emit_prefetch_instructions): Properly place...
2002-05-30 davem2002-05-29 David S. Miller <davem@redhat.com>
2002-05-22 jakub PR c/6643
2002-05-13 zack * emit-rtl.c (global_rtl): Update comment.
2002-05-08 hubicka * cfglayout.c (function_tail_eff_head): Rename to ...
2002-05-05 kazu * cse.c: Fix formatting.
2002-04-22 janis * rtl.h (RTX_FLAG): New macro.
2002-04-12 kenner * emit-rtl.c (widen_memory_access): Don't do anything...
2002-03-31 kenner * emit-rtl.c (adjust_address_1, offset_address): Cast...
2002-03-23 zack * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DO...
2002-03-19 rth * emit-rtl.c (gen_int_mode): New function.
2002-03-14 hubicka * emit-rtl.c (try_split): Use delete_insns.
2002-03-09 kenner * emit-rtl.c (copy_most_rtx): Accept EXPR_LIST for...
2002-03-08 kenner * rtl.c (copy_most_rtx): Move from here ...
2002-03-06 hubicka * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_a...
2002-03-03 zack * emit-rtl.c, final.c, fold-const.c, gengenrtl.c,...
2002-03-02 kenner * emit-rtl.c (offset_address): Call update_temp_slot_a...
2002-02-28 hubicka * basic-block.h (BB_REACHABLE): Renumber.
2002-02-27 rth * emit-rtl.c (gen_const_vector_0): Remove TYPE...
2002-02-21 rth * emit-rtl.c (offset_address): Use simplify_gen...
2002-02-19 aldyh2002-02-19 Aldy Hernandez <aldyh@redhat.com>
2002-01-31 rth * rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.
next