summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* reload.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-75/+75
* * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.J"orn Rennecke2000-01-131-4/+4
* Fix suboptimal code generation bug in reloadBernd Schmidt2000-01-121-7/+6
* fix typosJason Merrill2000-01-111-1/+1
* Incorrect code gen fix in reloadBernd Schmidt2000-01-051-0/+1
* Makefile.in (toplev.o): Depend on loop.h.Kaveh R. Ghazi1999-12-241-3/+2
* reload1.c (emit_input_reload_insns): Restore old behaviour wrt.J"orn Rennecke1999-12-231-4/+4
* Break up emit_reload_insns.Bernd Schmidt1999-12-211-780/+812
* Change some regsets to regset_headsBernd Schmidt1999-12-201-22/+22
* Better spill failure messages.Bernd Schmidt1999-12-191-5/+12
* caller-save.c (insert_one_insn): Returns struct insn_chain *.J"orn Rennecke1999-12-151-22/+22
* Undo one misguided optimization attempt in previous change.Bernd Schmidt1999-12-141-10/+5
* Simplify reload register allocationBernd Schmidt1999-12-131-1046/+357
* Delete obsolete macrosBernd Schmidt1999-11-301-11/+1
* Fix bug in reloads_conflictBernd Schmidt1999-11-291-1/+1
* reload1.c (reload_reg_free_for_value_p): Don't use a register that is in relo...Andrew Haley1999-11-091-0/+7
* local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.Mark Mitchell1999-11-061-7/+6
* function.c (diddle_return_value): New.Richard Henderson1999-11-041-8/+9
* Copy reg notes in eliminate_regs_in_insn.Bernd Schmidt1999-11-031-1/+5
* flow.c (debug_flow_info): Add prototype.Kaveh R. Ghazi1999-10-291-0/+2
* rtl.h (note_stores): Add additional paramter.Mark Mitchell1999-10-271-30/+38
* alias.c (init_alias_analysis): Allocate reg_known_value and reg_known_equiv_p...Mark Mitchell1999-10-271-0/+3
* reload.h (earlyclobber_operand_p): Declare.J"orn Rennecke1999-10-271-4/+14
* Small reload cleanupsBernd Schmidt1999-10-261-221/+128
* reload1.c (reload_reg_free_for_value_p): Show RELOAD_FOR_OTHER_ADDRESS reload...Bernd Schmidt1999-10-261-1/+2
* Fix register elimination problemBernd Schmidt1999-10-221-219/+345
* reload.h (struct reload): Add new fields "mode" and "nregs".Bernd Schmidt1999-10-171-42/+36
* reload_out[i]->rld[i].out.Jeff Law1999-10-131-1/+1
* reload1.c (reload_reg_free_for_value_p): RELOAD_OTHER reloads with an earlycl...Bernd Schmidt1999-10-131-1/+6
* collect2.c (scan_prog_file, [...]): Prototype function pointers and casts for...Kaveh R. Ghazi1999-10-061-4/+7
* Delete !REGISTER_CONSTRAINTS codeBernd Schmidt1999-10-011-32/+0
* Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1999-09-201-0/+1
* Bugfix in order_regs_for_reloadBernd Schmidt1999-09-161-25/+16
* Use structures not many single arrays in reloadBernd Schmidt1999-09-121-420/+418
* Replace insn_foo with insn_data.foo.Richard Henderson1999-09-121-7/+8
* Replace recog_foo with recog_data.foo.Richard Henderson1999-09-111-31/+32
* loop.c (basic_induction_var): Typo NULL_RTX -> NULL.Richard Henderson1999-09-101-3/+6
* gansidecl.h (__attribute__, [...]): Delete.Kaveh R. Ghazi1999-09-081-6/+6
* Merge in gcc2-ss-010999Jeff Law1999-09-061-1/+19
* c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1999-09-071-21/+10
* reload1.c (eliminate_regs_in_insn): Avoid eliminating the reg notes on a dele...Richard Henderson1999-09-021-1/+4
* Fix indentation problemsBernd Schmidt1999-09-011-159/+159
* rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1999-08-311-1/+1
* Warning fixes:Kaveh R. Ghazi1999-08-251-7/+7
* rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1999-08-201-7/+7
* machmode.h (mode_name): Constify a char*.Kaveh R. Ghazi1999-08-201-3/+3
* rtl.def (NOTE): Change format to "iuu0n".Zack Weinberg1999-08-191-2/+2
* Include function.h in most files.Bernd Schmidt1999-08-091-3/+1
* Warning fixBernd Schmidt1999-08-051-1/+1
* Warning fixBernd Schmidt1999-08-031-1/+1