summaryrefslogtreecommitdiff
path: root/gcc/regmove.c
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * regmove.c (fixup_match_1): Don't change an unchanging register.law1999-09-141-8/+26
* Replace insn_foo with insn_data.foo.rth1999-09-121-3/+6
* Replace recog_foo with recog_data.foo.rth1999-09-121-26/+34
* Merge in gcc2-ss-010999law1999-09-071-55/+0
* * regmove.c (fixup_match_1): Don't move INSN in front of P ifrth1999-09-011-2/+12
* Fix typo in comment.law1999-09-011-1/+1
* 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-311-1/+3
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-1/+1
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-0/+1
* * regmove.c (fixup_match_1): Consistently evaluatelaw1999-04-031-3/+2
* * regmove.c (fixup_match_1): Remove now useless if (0).law1999-04-021-5/+1
* * regmove.c (copy_src_to_dest): New argument max_old_uid.amylaar1999-03-081-7/+12
* Flow rewrite to use basic block structures and edge lists.rth1999-02-251-1/+1
* Michael Hayes <m.hayes@elec.canterbury.ac.nz>rth1999-02-211-1/+1
* * regmove.c (discover_flags_reg): Remove cc0 code.rth1999-02-211-5/+8
* * regmove.c (discover_flags_reg): New function.rth1999-02-191-7/+176
* * final.c (bb_str): Qualify a char* with the keyword `const'.ghazi1999-01-231-1/+2
* * regmove.c (optimize_reg_copy_1): Undo Aug 18 change. Updatelaw1999-01-171-49/+27
* Update copyrights.rth1999-01-111-1/+1
* * basic-block.h (basic_block_head): Rename to x_basic_block_head.rth1999-01-111-5/+5
* Update FSF address in copyright header.law1999-01-111-1/+2
* Warning fixes:ghazi1998-12-231-1/+1
* * cse.c (fold_rtx): Make autoincrement addressing mode tests belaw1998-11-241-35/+17
* * regmove.c (regmove_profitable_p): Use return value of find_matchescrux1998-11-221-1/+1
* * regmove.c (regmove_optimize): Don't do anything butamylaar1998-11-151-0/+2
* 1998-11-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>law1998-11-091-2/+2
* * recog.h (enum op_type): Define.law1998-11-041-77/+63
* 8law1998-10-141-0/+5
* * regmove.c (optimize_reg_copy_3): Honor TRULY_NOOP_TRUNCATION.law1998-10-101-0/+8
* * regmove.c (regmove_optimize): Add variable old_max_uid.law1998-10-011-2/+16
* * regmove.c (copy_src_to_dest): Check that modes match.amylaar1998-09-171-1/+2
* * regmove.c (copy_src_to_dest): Don't copy if that requiresamylaar1998-09-161-2/+13
* * regmove.c (regclass_compatible_p): New function.amylaar1998-08-281-13/+27
* * system.h: Include stdarg.h/varargs.h, make sure they are orderedghazi1998-08-261-9/+1
* law1998-08-221-11/+20
* * remove.c (optimize_reg_copy_3): Abort instead of silently generatinglaw1998-08-201-1/+4
* * regmove.c (fixup_match_2): Do not call reg_overlap_mentioned_plaw1998-08-181-0/+2
* * regmove.c (optimize_reg_copy_1): Update REG_N_CALLS_CROSSEDlaw1998-08-181-4/+37
* * regmove.c (regmove_optimize): Fix typo initializing regmove_bb_head.law1998-07-261-1/+1
* * regmove.c (fixup_match_2): Check that P has RTX_CLASS 'i' beforeamylaar1998-07-011-0/+2
* Warning fixes:ghazi1998-06-221-1/+0
* * alias.c: Include toplev.hlaw1998-06-191-0/+1
* * regmove.c (copy_src_to_dest): Add decl for loop_depth.jason1998-06-191-0/+1
* Warning fixes:ghazi1998-06-181-1/+1
* Reorder tests in last change for speedmeissner1998-06-151-3/+4
* Do not do src->dest copy if register would not be allocated a normal registermeissner1998-06-151-12/+159
* Undo June 11th changemeissner1998-06-151-152/+12
* For regmove if we could not improve code by changing the source to the destin...meissner1998-06-111-12/+152
* * regmove.c (gen_add3_insn): New function.law1998-05-211-2/+21