aboutsummaryrefslogtreecommitdiff
path: root/gcc/regmove.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-26re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-31/+49
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+4
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-26/+23
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-3/+3
2006-01-18regmove.c (regmove_optimize, [...]): Make them static.Kazu Hirata1-2/+2
2005-08-25regmove.c (reg_is_remote_constant_p): Reorganize to not use log links.Paolo Bonzini1-3/+3
2005-08-10bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini1-1/+1
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+79
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-1/+1
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell1-1/+1
2004-12-10regmove.c (combine_stack_adjustments_for_block): Free memlist if it hasn't be...Kazu Hirata1-0/+3
2004-11-16regmove.c (regmove_optimize): Use lowpart_subreg instead of gen_rtx_SUBREG wi...Ulrich Weigand1-3/+4
2004-10-09regs.h (struct reg_info_def): Remove the last_node_uid and changes_mode fields.Steven Bosscher1-3/+0
2004-09-21re PR rtl-optimization/17266 (Libgfortran doesn't build)Eric Botcazou1-3/+4
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-12/+1
2004-07-25regmove.c (optimize_reg_copy_1): Don't try to replace call-used hard registers.Daniel Jacobowitz1-0/+3
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-15/+15
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-3/+3
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-16/+16
2004-03-20c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-2/+8
2004-02-03doloop.c, [...]: Use const0_rtx instead of GEN_INT (0).Kazu Hirata1-1/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-1/+1
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-9/+9
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-08-22c-decl.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-3/+3
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-2/+1
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-104/+56
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-2/+2
2003-06-29regmove.c (regmove_optimize): Don't try to make src and dst match when they a...Jan Hubicka1-1/+2
2003-02-22regmove.c (optimize_reg_copy_1): Do not replace a hard register in an asm.Hans-Peter Nilsson1-0/+10
2003-01-17ifcvt.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-16Make-lang.in (f/target.o): Depend on toplev.h.Kaveh R. Ghazi1-1/+1
2003-01-13Add 2003 copyright notices for constraints string patch, also 2002 noticeJoern Rennecke1-1/+1
2003-01-09defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke1-30/+33
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-7/+7
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-27combine.c: Fix comment formatting.Kazu Hirata1-2/+2
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata1-1/+1
2002-07-15re PR middle-end/7153 (bad operands for 'movsbl' error)Eric Botcazou1-0/+1
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-1/+1
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-12/+12
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak1-3/+4