| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile.in (c-decl.o): Depend on rtl.h and expr.h. | Richard Kenner | 2000-05-31 | 1 | -3/+4 |
* | regmove.c (struct record_stack_memrefs_data): New. | Jan Hubicka | 2000-04-28 | 1 | -18/+58 |
* | regmove.c (struct csa_memlist): Make mem field rtx *. | Jan Hubicka | 2000-03-28 | 1 | -9/+11 |
* | regmove.c (combine_stack_adjustments_for_block): Check that the stack pointer... | Stephane Carrez | 2000-03-22 | 1 | -0/+1 |
* | regmove.c (stack_memref_p): Fix typo, reorg for readability. | Richard Henderson | 2000-03-20 | 1 | -9/+19 |
* | regmove.c (combine_stack_adjustments): New. | Richard Henderson | 2000-03-14 | 1 | -0/+333 |
* | * regmove.c (copy_src_to_dest) Do not create src->dest move | Thomas Schuster | 2000-03-05 | 1 | -0/+1 |
* | Fix copyrights. | Jeff Law | 2000-02-26 | 1 | -1/+2 |
* | machmode.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 2000-01-17 | 1 | -16/+16 |
* | builtins.c (expand_builtin_strlen): Initialize variable `icode'. | Kaveh R. Ghazi | 2000-01-04 | 1 | -5/+5 |
* | regmove.c (copy_src_to_dest): Remove loop_depth parameter. | Jan Hubicka | 1999-12-17 | 1 | -44/+11 |
* | Fix ia64 abort while compiling gcc.c-torture/unsorted/logic.c. | Jim Wilson | 1999-12-06 | 1 | -0/+8 |
* | regmove.c (copy_src_to_dest): Remove loop_depth parameter. | Jan Hubicka | 1999-12-04 | 1 | -91/+7 |
* | cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc. | Mark Mitchell | 1999-11-08 | 1 | -3/+8 |
* | rtl.h (note_stores): Add additional paramter. | Mark Mitchell | 1999-10-27 | 1 | -3/+4 |
* | regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we climb up the ch... | Brendan Kehoe | 1999-10-13 | 1 | -1/+4 |
* | print-tree.c (print_node, indent_to): Remove redundant prototypes. | Kaveh R. Ghazi | 1999-10-03 | 1 | -2/+4 |
* | Delete !REGISTER_CONSTRAINTS code | Bernd Schmidt | 1999-10-01 | 1 | -2/+0 |
* | Make it possible to prototype port-specific functions (and convert i386 to us... | Bernd Schmidt | 1999-09-20 | 1 | -0/+1 |
* | regmove.c (fixup_match_1): Don't change an unchanging register. | J"orn Rennecke | 1999-09-14 | 1 | -8/+26 |
* | Replace insn_foo with insn_data.foo. | Richard Henderson | 1999-09-12 | 1 | -3/+6 |
* | Replace recog_foo with recog_data.foo. | Richard Henderson | 1999-09-11 | 1 | -26/+34 |
* | Merge in gcc2-ss-010999 | Jeff Law | 1999-09-06 | 1 | -55/+0 |
* | regmove.c (fixup_match_1): Don't move INSN in front of P if it would end up i... | J"orn Rennecke | 1999-09-01 | 1 | -2/+12 |
* | Fix typo in comment. | Jeff Law | 1999-08-31 | 1 | -1/+1 |
* | rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ... | Zack Weinberg | 1999-08-31 | 1 | -1/+3 |
* | rtl.h (rtx_format): Constify a char*. | Kaveh R. Ghazi | 1999-08-20 | 1 | -1/+1 |
* | Include function.h in most files. | Bernd Schmidt | 1999-08-09 | 1 | -0/+1 |
* | regmove.c (fixup_match_1): Consistently evaluate HAVE_POST_INCREMENT and HAVE... | Toshiyasu Morita | 1999-04-03 | 1 | -3/+2 |
* | * regmove.c (fixup_match_1): Remove now useless if (0). | Toshiyasu Morita | 1999-04-02 | 1 | -5/+1 |
* | * regmove.c (copy_src_to_dest): New argument max_old_uid. | J"orn Rennecke | 1999-03-08 | 1 | -7/+12 |
* | Flow rewrite to use basic block structures and edge lists. | Richard Henderson | 1999-02-25 | 1 | -1/+1 |
* | Michael Hayes <m.hayes@elec.canterbury.ac.nz> | Michael Hayes | 1999-02-21 | 1 | -1/+1 |
* | regmove.c (discover_flags_reg): Remove cc0 code. | Richard Henderson | 1999-02-21 | 1 | -5/+8 |
* | regmove.c (discover_flags_reg): New function. | Richard Henderson | 1999-02-19 | 1 | -7/+176 |
* | final.c (bb_str): Qualify a char* with the keyword `const'. | Kaveh R. Ghazi | 1999-01-23 | 1 | -1/+2 |
* | regmove.c (optimize_reg_copy_1): Undo Aug 18 change. | Jeff Law | 1999-01-17 | 1 | -49/+27 |
* | Update copyrights. | Richard Henderson | 1999-01-11 | 1 | -1/+1 |
* | basic-block.h (basic_block_head): Rename to x_basic_block_head. | Richard Henderson | 1999-01-11 | 1 | -5/+5 |
* | Update FSF address in copyright header. | Jeff Law | 1999-01-11 | 1 | -1/+2 |
* | Warning fixes: | Kaveh R. Ghazi | 1998-12-23 | 1 | -1/+1 |
* | cse.c (fold_rtx): Make autoincrement addressing mode tests be runtime selecta... | Jeffrey A Law | 1998-11-24 | 1 | -35/+17 |
* | regmove.c (regmove_profitable_p): Use return value of find_matches properly. | Bernd Schmidt | 1998-11-22 | 1 | -1/+1 |
* | regmove.c (regmove_optimize): Don't do anything but optimize_reg_copy[123] wh... | J"orn Rennecke | 1998-11-15 | 1 | -0/+2 |
* | [multiple changes] | Jeff Law | 1998-11-09 | 1 | -2/+2 |
* | recog.h (enum op_type): Define. | Bernd Schmidt | 1998-11-04 | 1 | -77/+63 |
* | combine.c (combine_instructions): When finished, call init_recog. | J"orn Rennecke | 1998-10-14 | 1 | -0/+5 |
* | * regmove.c (optimize_reg_copy_3): Honor TRULY_NOOP_TRUNCATION. | Jeffrey A Law | 1998-10-10 | 1 | -0/+8 |
* | regmove.c (regmove_optimize): Add variable old_max_uid. | Bernd Schmidt | 1998-10-01 | 1 | -2/+16 |
* | * regmove.c (copy_src_to_dest): Check that modes match. | J"orn Rennecke | 1998-09-17 | 1 | -1/+2 |