summaryrefslogtreecommitdiff
path: root/gcc/regmove.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka2006-07-261-31/+49
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-2/+4
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-26/+23
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-3/+3
* regmove.c (regmove_optimize, [...]): Make them static.Kazu Hirata2006-01-181-2/+2
* regmove.c (reg_is_remote_constant_p): Reorganize to not use log links.Paolo Bonzini2005-08-251-3/+3
* bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini2005-08-101-1/+1
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+79
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-1/+1
* attribs.c, [...]: Update copyright.Kazu Hirata2005-04-281-1/+1
* lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell2005-04-211-1/+1
* regmove.c (combine_stack_adjustments_for_block): Free memlist if it hasn't be...Kazu Hirata2004-12-101-0/+3
* regmove.c (regmove_optimize): Use lowpart_subreg instead of gen_rtx_SUBREG wi...Ulrich Weigand2004-11-161-3/+4
* regs.h (struct reg_info_def): Remove the last_node_uid and changes_mode fields.Steven Bosscher2004-10-091-3/+0
* re PR rtl-optimization/17266 (Libgfortran doesn't build)Eric Botcazou2004-09-211-3/+4
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-12/+1
* regmove.c (optimize_reg_copy_1): Don't try to replace call-used hard registers.Daniel Jacobowitz2004-07-251-0/+3
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-15/+15
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-3/+3
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-16/+16
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-03-201-1/+1
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-2/+8
* doloop.c, [...]: Use const0_rtx instead of GEN_INT (0).Kazu Hirata2004-02-031-1/+1
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-1/+1
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-1/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-9/+9
* c-pretty-print.c: Fix comment typos.Kazu Hirata2003-10-051-1/+1
* c-decl.c: Fix comment formatting.Kazu Hirata2003-08-221-1/+1
* alias.c: Fix comment formatting.Kazu Hirata2003-07-221-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-3/+3
* genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger2003-07-071-2/+1
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-104/+56
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-1/+1
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-2/+2
* regmove.c (regmove_optimize): Don't try to make src and dst match when they a...Jan Hubicka2003-06-291-1/+2
* regmove.c (optimize_reg_copy_1): Do not replace a hard register in an asm.Hans-Peter Nilsson2003-02-221-0/+10
* ifcvt.c: Fix comment typos.Kazu Hirata2003-01-171-1/+1
* Make-lang.in (f/target.o): Depend on toplev.h.Kaveh R. Ghazi2003-01-161-1/+1
* Add 2003 copyright notices for constraints string patch, also 2002 noticeJoern Rennecke2003-01-131-1/+1
* defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke2003-01-091-30/+33
* regmove.c: Fix comment typos.Kazu Hirata2002-12-241-7/+7
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* combine.c: Fix comment formatting.Kazu Hirata2002-10-271-2/+2
* c-common.h: Follow spelling conventions.Kazu Hirata2002-09-261-1/+1
* re PR middle-end/7153 (bad operands for 'movsbl' error)Eric Botcazou2002-07-151-0/+1
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-1/+1
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-12/+12
* bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak2002-05-211-3/+4