summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* * reload1.c (move2add_note_store): Check for simplelaw2000-10-181-0/+14
* Remove obstacks.mmitchel2000-10-131-6/+0
* * reload1.c (calculate_needs_all_insns): If deleting an instruction,jakub2000-10-101-2/+13
* Fix a reload inheritance problemcrux2000-09-181-1/+4
* * calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.rth2000-09-151-1/+1
* Fix computation of need_mode in choose_reload_regs.crux2000-09-081-2/+7
* Handle multiword modes in regno_clobbered_pcrux2000-09-071-2/+2
* * local-alloc.c (requires_inout): Don't use reserved range forrth2000-08-291-6/+0
* * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,gkm2000-08-241-1/+1
* * global.c (global_alloc): Avoid passing dumpfile argument tolaw2000-08-211-51/+36
* * reload1.c (reload_as_needed): Accept dumpfile argument,law2000-08-191-6/+15
* * reload1.c: Fix formatting.law2000-08-081-51/+49
* * tm.texi (LOCAL_REGNO): Document.rth2000-08-081-4/+6
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-13/+12
* * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.rth2000-07-281-73/+17
* * combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE andrth2000-06-131-6/+11
* * reload1.c (choose_reload_regs): Mind CLASS_CANNOT_CHANGE_SIZErth2000-06-061-1/+11
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-05-311-12/+20
* * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.amylaar2000-05-231-2/+6
* top level:zack2000-05-201-5/+5
* * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.kenner2000-05-191-25/+29
* * reload1.c (reload_combine): Fix errors in last change.kenner2000-05-091-3/+4
* * alias.c (nonlocal_reference_p): Minor reformatting.kenner2000-05-091-66/+81
* * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.jason2000-05-041-1/+1
* * reload1.c (reload_combine): Don't enable optimization for fixedamylaar2000-04-121-1/+2
* Minor whitespace changedkenner2000-04-121-3/+6
* * sparc.c (output_restore_regs): Prototype.ghazi2000-04-041-0/+2
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-63/+96
* Add cselib; use it in loop and reload_cse_regscrux2000-03-141-738/+146
* Fix suboptimal code generation by register eliminationcrux2000-03-091-32/+48
* * reload1.c (reload_combine_note_use): Handle return register USEs.amylaar2000-03-031-0/+26
* * reload1.c (do_output_reload): Check reg_reloaded_valid beforegeoffk2000-02-271-1/+2
* Fix copyrights.law2000-02-261-1/+2
* * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.kenner2000-02-191-0/+1
* * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,hubicka2000-02-091-2/+3
* * reload.c: PROTO -> PARAMS.ghazi2000-01-171-75/+75
* * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.amylaar2000-01-131-4/+4
* Fix suboptimal code generation bug in reloadcrux2000-01-121-7/+6
* fix typosjason2000-01-111-1/+1
* Incorrect code gen fix in reloadcrux2000-01-051-0/+1
* * Makefile.in (toplev.o): Depend on loop.h.ghazi1999-12-241-3/+2
* * reload1.c (emit_input_reload_insns): Restore old behaviouramylaar1999-12-231-4/+4
* Break up emit_reload_insns.crux1999-12-211-780/+812
* Change some regsets to regset_headscrux1999-12-201-22/+22
* Better spill failure messages.crux1999-12-191-5/+12
* * caller-save.c (insert_one_insn): Returns struct insn_chain *.amylaar1999-12-151-22/+22
* Undo one misguided optimization attempt in previous change.crux1999-12-141-10/+5
* Simplify reload register allocationcrux1999-12-131-1046/+357
* Delete obsolete macroscrux1999-11-301-11/+1
* Fix bug in reloads_conflictcrux1999-11-291-1/+1