summaryrefslogtreecommitdiff
path: root/gcc/regmove.c
Commit message (Expand)AuthorAgeFilesLines
...
* regmove.c (regclass_compatible_p): New function.J"orn Rennecke1998-08-281-13/+27
* system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1998-08-261-9/+1
* recog.c (validate_replace_rtx_group): New function.Jeff Law1998-08-221-11/+20
* remove.c (optimize_reg_copy_3): Abort instead of silently generating bogus rtl.Jeffrey A Law1998-08-201-1/+4
* regmove.c (fixup_match_2): Do not call reg_overlap_mentioned_p on notes.Jeffrey A Law1998-08-181-0/+2
* regmove.c (optimize_reg_copy_1): Update REG_N_CALLS_CROSSED and REG_LIVE_LENG...Jeffrey A Law1998-08-181-4/+37
* * regmove.c (regmove_optimize): Fix typo initializing regmove_bb_head.Jeffrey A Law1998-07-251-1/+1
* regmove.c (fixup_match_2): Check that P has RTX_CLASS 'i' before using its PA...J"orn Rennecke1998-07-011-0/+2
* Warning fixes:Kaveh R. Ghazi1998-06-221-1/+0
* alias.c: Include toplev.hGraham Stott1998-06-191-0/+1
* * regmove.c (copy_src_to_dest): Add decl for loop_depth.Jason Merrill1998-06-191-0/+1
* Warning fixes:Kaveh R. Ghazi1998-06-181-1/+1
* Reorder tests in last change for speedMichael Meissner1998-06-151-3/+4
* Do not do src->dest copy if register would not be allocated a normal registerMichael Meissner1998-06-151-12/+159
* Undo June 11th changeMichael Meissner1998-06-151-152/+12
* For regmove if we could not improve code by changing the source to the destin...Michael Meissner1998-06-111-12/+152
* regmove.c (gen_add3_insn): New function.J"orn Rennecke1998-05-211-2/+21
* Add missing comments pointed out by Andreas Schwab.Jim Wilson1998-05-111-1/+25
* regmove.c (try_auto_increment): Wrap declaration inside an #ifdef AUTO_INC_DEC.Jeffrey A Law1998-05-061-0/+2
* Fix regmove typos spotted by H.J. Lu.Jim Wilson1998-04-181-3/+3
* varasm.c (asm_output_bss): Add prototype.Jeff Law1998-04-161-0/+1
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-2/+2
* basic-block.h (compute_preds_succs): Change return type in prototype to void.Manfred Hollstein1998-03-121-1/+1
* Fix warious warnings:Kaveh R. Ghazi1998-02-281-1/+1
* regmove.c: Fix various minor formatting problems.Jim Wilson1998-02-081-8/+104
* regmove.c: Update.J"orn Rennecke1998-02-051-10/+263
* regmove.c (fixup_match_1): Undo last change which removed some "useless" code...Andreas Schwab1998-02-021-1/+5
* c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Kaveh R. Ghazi1998-01-271-5/+3
* regmove.c (find_matches): Initialize matches->earlyclobber too.Jeffrey A Law1998-01-221-0/+1
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1998-01-141-11/+9
* regmove.c: New implementation of regmove pass.J"orn Rennecke1998-01-101-782/+1206
* regmove.c (regmove_optimize): If we end up moving the original insn due to li...Jeffrey A Law1997-09-141-0/+4
* alias.c (init_alias_analysis): Clean up incompatible pointer type warning in ...Weiwen Liu1997-09-081-2/+2
* * Integrate Haifa instruction scheduler.Jeffrey A Law1997-08-111-0/+983