summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Delete !REGISTER_CONSTRAINTS codecrux1999-10-011-32/+0
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* Bugfix in order_regs_for_reloadcrux1999-09-161-25/+16
* Use structures not many single arrays in reloadcrux1999-09-121-420/+418
* Replace insn_foo with insn_data.foo.rth1999-09-121-7/+8
* Replace recog_foo with recog_data.foo.rth1999-09-121-31/+32
* * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.rth1999-09-101-3/+6
* * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,ghazi1999-09-081-6/+6
* Merge in gcc2-ss-010999law1999-09-071-1/+19
* * c-aux-info.c (concat): Don't define.ghazi1999-09-071-21/+10
* * reload1.c (eliminate_regs_in_insn): Avoid eliminating therth1999-09-031-1/+4
* Fix indentation problemscrux1999-09-011-159/+159
* 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-311-1/+1
* Warning fixes:ghazi1999-08-251-7/+7
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-7/+7
* * machmode.h (mode_name): Constify a char*.ghazi1999-08-201-3/+3
* 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-191-2/+2
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-3/+1