OSDN Git Service

* reload1.c (reg_set_luid): Fix a comment typo.
[pf3gnuchains/gcc-fork.git] / gcc / reload1.c
2001-09-02 hubicka * reload1.c (fixup_abnormal_edges): Allow NOTEs in...
2001-08-29 geoffk * reload1.c (move2add_note_store): Correct typo checki...
2001-08-25 hp * reload1.c (reload): Make all entries in reg_equiv_me...
2001-08-23 geoffk * reload1.c (emit_reload_insns): Don't look for notes
2001-08-22 gerald * Makefile.in, alias.c, basic-block.h, bb-reorder...
2001-08-13 zack * expr.h: Split out optab- and libfunc-related code...
2001-08-12 kazu * gcc.c: Fix comment formatting.
2001-08-12 zack * defaults.h: Define PREFERRED_STACK_BOUNDARY to
2001-08-10 zack * calls.c, function.c: Always define PREFERRED_STACK_B...
2001-08-07 hubicka * calls.c (expand_call): Do not emit INSN_SETJMP note.
2001-08-07 hubicka * alias.c (nonlocal_mentioned_p):
2001-08-06 rth * Makefile.in (reload1.o): Add dedendancy on...
2001-08-04 hubicka * loop.c (try_copy_prop); Kill invalidated REG_EQUAL...
2001-07-19 geoffk * reload1.c (eliminate_regs_in_insn): When updating...
2001-07-19 geoffk * reload1.c (choose_reload_regs): Don't inherit a...
2001-07-11 kenner * alias.c (set_mem_alias_set): New function.
2001-07-10 ciceron * reload1.c (merge_assigned_reloads): After a RELOAD_O...
2001-07-10 aj2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>
2001-07-09 toon2001-07-09 Toon Moene <toon@moene.indiv.nluug.nl>
2001-07-09 kennerMon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1...
2001-06-22 hubicka * regs.h (struct reg_info_def): Add freq field.
2001-06-06 oldham2001-06-05 Jeffrey D. Oldham <oldham@codesourcery...
2001-06-05 mmitchel * print-rtl.c (xspaces): Remove.
2001-06-04 kennerMinor whitespace edits
2001-05-17 berndsCorrectly count substitutions if eliminations are going on.
2001-05-08 aph2001-05-03 Andrew Haley <aph@cambridge.redhat.com>
2001-05-02 ghazi * c-lex.c: NULL_PTR -> NULL.
2001-05-01 ghazi * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".
2001-04-03 amacleod2001-04-03 Jakub Jelinek <jakub@redhat.com>
2001-03-28 amodra * reload1.c (eliminate_regs): Don't abort on MEM USEs.
2001-03-22 rth * mkconfig.sh: Include insn-flags.h.
2001-03-15 law * reload1.c (reload_cse_simplify_set): For...
2001-03-12 aldyhCall reload_cse_simplify_set before reload_cse_noop_set_p
2001-03-01 berndsFix register elimination problem
2001-02-18 rth * reload1.c (reload_cse_simplify_set): Fix...
2001-02-17 rth * reload1.c (reload_cse_simplify_set): Respect...
2001-01-25 amylaar * reload1.c (reload_reg_free_for_value_p): New paramet...
2001-01-19 aoliva* reload1.c (move2add_note_store): Treat all registers...
2001-01-13 aoliva* reload1.c (replace_pseudos_in_call_usage): Use
2001-01-13 aj * reload1.c: Add prototype for replace_pseudos_in_call...
2001-01-12 aoliva* calls.c (emit_library_call_value_1): Add USEs and...
2001-01-11 aoliva* reload1.c (move2add_note_store): Update reg_set_luid...
2001-01-07 aoliva* reload.c (subst_reloads): Take INSN argument. When
2001-01-02 aoliva* tm.texi (REGISTER_MOVE_COST): Add a mode argument.
2000-12-19 clm * reload1.c (reload_combine): Take multi-hard...
2000-12-02 berndsFix multi-reg inheritance problems (only a fix small...
2000-12-01 berndsAdd a frontend function for reload_reg_free_for_value_p...
2000-11-28 wilsonHandle frame sizes larger than int.
2000-11-27 berndsIn cselib, do not consider constants with different...
2000-11-24 berndsFix code that substitutes reloadreg into SET_DEST of...
2000-11-14 jakub * reload1.c (emit_input_reload_insns): Honour forcing...
2000-11-12 jakub * reload1.c (set_label_offsets): Go inside of PARALLELs.
2000-11-10 berndsSeveral fixes to make reload handle POST_MODIFY correctly.
2000-11-10 ghazi * alpha.c (check_float_value): Use memcpy, not bcopy.
2000-11-10 law * reload1.c (reload_combine): Fixed calculation of
2000-11-07 jsm28 * alias.c (init_alias_analysis), calls.c (expand_call,
2000-11-06 amylaar * reload1.c (eliminate_regs_in_insn): Allow a set...
2000-10-28 berndsNever set reload_override_in for optional reloads.
2000-10-23 geoffk * reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can
2000-10-18 law * reload1.c (move2add_note_store): Check for...
2000-10-13 mmitchel Remove obstacks.
2000-10-10 jakub * reload1.c (calculate_needs_all_insns): If deleting...
2000-09-18 cruxFix a reload inheritance problem
2000-09-15 rth * calls.c (precompute_register_parameters)...
2000-09-08 cruxFix computation of need_mode in choose_reload_regs.
2000-09-07 cruxHandle multiword modes in regno_clobbered_p
2000-08-29 rth * local-alloc.c (requires_inout): Don't use...
2000-08-24 gkm * optabs.c (init_optabs): Initialize fixtab, fixtrunct...
2000-08-21 law * global.c (global_alloc): Avoid passing dumpfi...
2000-08-19 law * reload1.c (reload_as_needed): Accept dumpfile...
2000-08-08 law * reload1.c: Fix formatting.
2000-08-08 rth * tm.texi (LOCAL_REGNO): Document.
2000-08-04 law * alias.c (mark_constant_function): Use INSN_P.
2000-07-28 rth * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
2000-06-13 rth * combine.c (subst): Use CLASS_CANNOT_CHANGE_MO...
2000-06-06 rth * reload1.c (choose_reload_regs): Mind CLASS_CA...
2000-05-31 kenner * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-23 amylaar * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TR...
2000-05-20 zacktop level:
2000-05-19 kenner * cse.c (cse_basic_block): Only call find_reg_note...
2000-05-09 kenner * reload1.c (reload_combine): Fix errors in last change.
2000-05-09 kenner * alias.c (nonlocal_reference_p): Minor reformatting.
2000-05-04 jason * simplify-rtx.c (simplify_ternary_operation...
2000-04-12 amylaar * reload1.c (reload_combine): Don't enable optimizatio...
2000-04-12 kennerMinor whitespace changed
2000-04-04 ghazi * sparc.c (output_restore_regs): Prototype.
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-14 cruxAdd cselib; use it in loop and reload_cse_regs
2000-03-09 cruxFix suboptimal code generation by register elimination
2000-03-03 amylaar * reload1.c (reload_combine_note_use): Handle return...
2000-02-27 geoffk* reload1.c (do_output_reload): Check reg_reloaded_vali...
2000-02-26 lawFix copyrights.
2000-02-19 kenner * bitmap.c (bitmap_operation): Avoid using -1 for...
2000-02-09 hubicka * reload1.c (reload) Align stack frame to cfun->stack_...
2000-01-17 ghazi * reload.c: PROTO -> PARAMS.
2000-01-13 amylaar * reload1.c (reload_combine_note_store): Use HARD_REGN...
2000-01-12 cruxFix suboptimal code generation bug in reload
2000-01-11 jasonfix typos
2000-01-05 cruxIncorrect code gen fix in reload
1999-12-24 ghazi * Makefile.in (toplev.o): Depend on loop.h.
next