summaryrefslogtreecommitdiff
path: root/gcc/regmove.c
Commit message (Expand)AuthorAgeFilesLines
* regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka2007-09-051-1/+1
* alias.c (record_set, [...]): Constify.Kaveh R. Ghazi2007-07-301-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck2007-06-191-1/+1
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-24/+92
* * regmove.c: Fix unused variable warnings due to previous commit.Steven Bosscher2007-04-051-2/+0
* regmove.c (STACK_GROWS_DOWNWARD): Don't boolean-ize.Steven Bosscher2007-04-051-79/+23
* regmove.c: Move all of pass_stack_adjustments from here...Steven Bosscher2007-03-301-444/+6
* regmove.c (optimize_reg_copy_1): Don't perform DEST->SRC repair action if SRC...Andreas Krebbel2007-03-291-8/+8
* regmove.c (regmove_optimize): Use reg_mentioned_p instead of reg_overlap_ment...Seongbae Park2007-03-221-1/+6
* tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka2006-11-111-8/+2
* 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