| Commit message (Expand) | Author | Age | Files | Lines |
* | * basic-block.h (last_basic_block): Defined as synonym for | rakdver | 2002-05-27 | 1 | -1/+1 |
* | * bb-reorder.c (make_reorder_chain, make_reorder_chain_1): | rakdver | 2002-05-23 | 1 | -13/+12 |
* | Revert "Basic block renumbering removal", and two followup patches. | rth | 2002-05-17 | 1 | -13/+14 |
* | Basic block renumbering removal. | rth | 2002-05-16 | 1 | -14/+13 |
* | * regrename.c: Fix formatting. | kazu | 2002-05-03 | 1 | -27/+27 |
* | Add sanity check to regrename.c. | trix | 2002-04-30 | 1 | -2/+4 |
* | * cpplex.c: Fix comment formatting. | kazu | 2002-04-30 | 1 | -1/+1 |
* | * regrename.c (build_def_use): Move recog_memoized | jakub | 2002-03-25 | 1 | -1/+1 |
* | * regrename.c (build_def_use): Share RTL between MATCH_OPERATOR and | jakub | 2002-03-25 | 1 | -1/+10 |
* | 2002-02-19 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-02-19 | 1 | -0/+1 |
* | * regrename.c (kill_set_value): Handle subregs properly. | hubicka | 2002-02-18 | 1 | -2/+3 |
* | * regmove.c (kill_value): Handle subregs. | hubicka | 2002-02-13 | 1 | -0/+8 |
* | * regrename.c (regrename_optimize): Don't accept a | aoliva | 2002-02-11 | 1 | -1/+6 |
* | 2002-01-22 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-01-22 | 1 | -1/+1 |
* | * regrename.c (find_oldest_value_reg): Fix typo in mode change check. | rth | 2002-01-10 | 1 | -2/+3 |
* | * read-rtl.c: Fix formatting. | kazu | 2002-01-10 | 1 | -1/+1 |
* | * regrename.c (copy_value): Ignore the copy if the source register | rth | 2002-01-09 | 1 | -0/+6 |
* | * regrename.c (find_oldest_value_reg): Use gen_rtx_raw_REG. | rth | 2002-01-09 | 1 | -2/+2 |
* | * regrename.c (copy_value): Ignore overlapping copies. | rth | 2002-01-09 | 1 | -0/+8 |
* | * regrename.c (find_oldest_value_reg): Ignore the value chain if | rth | 2002-01-08 | 1 | -1/+25 |
* | * regrename.c (build_def_use): Don't rename asm operands that | rth | 2001-12-31 | 1 | -14/+61 |
* | Implement MODE_BASE_REG_CLASS | nickc | 2001-12-17 | 1 | -6/+10 |
* | * regrename.c (copyprop_hardreg_forward): Do not keep register | uweigand | 2001-12-15 | 1 | -0/+1 |
* | * builtins.c (expand_builtin_memcmp): Mark parameter with | ghazi | 2001-12-15 | 1 | -1/+1 |
* | * regrename.c (mode_change_ok): New. | rth | 2001-12-15 | 1 | -2/+24 |
* | * regrename.c (struct value_data): Add max_value_regs. | rth | 2001-12-15 | 1 | -4/+46 |
* | * regrename.c (kill_value_regno): Simplify chain removal. | rth | 2001-12-14 | 1 | -29/+24 |
* | * regrename.c (copyprop_hardreg_forward): New optimization. | rth | 2001-12-12 | 1 | -0/+740 |
* | * reload.c (find_reloads): Mark new USE insns with QImode. | aoliva | 2001-09-29 | 1 | -0/+10 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -10/+10 |
* | * regrename.c (regrename_optimize): Compute nregs for each | rth | 2001-07-22 | 1 | -4/+4 |
* | * regrename.c (regrename_optimize): frame pointer register can | denisc | 2001-05-19 | 1 | -3/+8 |
* | * regrename.c (regrename_optimize): Do not rename registers to | mmitchel | 2001-05-14 | 1 | -0/+6 |
* | Some tidyups for ia64 problems | bernds | 2001-01-04 | 1 | -2/+9 |
* | Introduce ORIGINAL_REGNO macro | bernds | 2000-12-29 | 1 | -1/+3 |
* | Renamer improvements. | bernds | 2000-12-22 | 1 | -75/+164 |
* | * regrename.c (scan_rtx_reg): Terminate the chain rather than | rth | 2000-11-22 | 1 | -15/+25 |
* | * regrename.c (scan_rtx_rtx): Skip to the next chain on | grahams | 2000-11-15 | 1 | -48/+61 |
* | Fix REG_INC note handling in register renamer. | bernds | 2000-11-10 | 1 | -3/+8 |
* | * regrename.c (scan_rtx_address): Frob action, not class, | rth | 2000-10-29 | 1 | -1/+3 |
* | * regrename.c (regrename_optimize): Verify that all registers of | rth | 2000-10-28 | 1 | -20/+29 |
* | * regrename.c: Rewrite to handle multi-register modes and | rth | 2000-10-27 | 1 | -907/+644 |
* | * regrename.c (rr_replace_reg): Rewrite to use recog_data to | rth | 2000-10-20 | 1 | -112/+58 |
* | * alias.c (mark_constant_function): Use INSN_P. | law | 2000-08-04 | 1 | -3/+3 |
* | * c-common.h: Prototype min_precision and c_build_qualified_type here... | zack | 2000-08-02 | 1 | -20/+14 |
* | Warning fixes: | ghazi | 2000-06-11 | 1 | -1/+1 |
* | * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0. | kenner | 2000-05-19 | 1 | -1/+1 |
* | * regrename.c (replace_reg_in_block): Improve REG_DEAD handling. | scox | 2000-05-11 | 1 | -15/+64 |
* | * regrename.c: Minor cleanups, including changing some variables | kenner | 2000-04-10 | 1 | -226/+249 |
* | * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER. | scox | 2000-04-06 | 1 | -0/+4 |