summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Thu Nov 4 15:52:35 1999 Andrew Haley <aph@cygnus.com>aph1999-11-091-0/+7
* * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.mmitchel1999-11-061-7/+6
* * function.c (diddle_return_value): New.rth1999-11-051-8/+9
* Copy reg notes in eliminate_regs_in_insn.crux1999-11-031-1/+5
* * flow.c (debug_flow_info): Add prototype.ghazi1999-10-291-0/+2
* * rtl.h (note_stores): Add additional paramter.mmitchel1999-10-271-30/+38
* * alias.c (init_alias_analysis): Allocate reg_known_value andmmitchel1999-10-271-0/+3
* * reload.h (earlyclobber_operand_p): Declare.amylaar1999-10-271-4/+14
* Small reload cleanupscrux1999-10-261-221/+128
* * reload1.c (reload_reg_free_for_value_p): Showlaw1999-10-261-1/+2
* Fix register elimination problemcrux1999-10-221-219/+345
* * reload.h (struct reload): Add new fields "mode" and "nregs".law1999-10-171-42/+36
* reload_out[i]->rld[i].out.law1999-10-131-1/+1
* * reload1.c (reload_reg_free_for_value_p): RELOAD_OTHER reloads withlaw1999-10-131-1/+6
* * collect2.c (scan_prog_file, scan_libraries): Prototype functionghazi1999-10-061-4/+7