aboutsummaryrefslogtreecommitdiff
path: root/gcc/postreload.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-09revert: regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis1-3/+2
2007-09-07regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis1-2/+3
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-1/+1
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-4/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-27fwprop.c (try_fwprop_subst): Use validate_unshare_change.Jan Hubicka1-6/+6
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck1-2/+3
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-9/+16
2007-02-20rtl.h (remove_reg_equal_equiv_notes): New prototype.Steven Bosscher1-10/+1
2006-12-20rtlanal.c (struct subreg_info, [...]): New.Joseph Myers1-2/+6
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2005-11-18* postreload.c (reload_cse_move2add): Don't try to work with BImode.Richard Kenner1-1/+1
2005-11-11postreload.c (reload_cse_simplify_operands): Fix bug in sorting algorithm so ...Ulrich Weigand1-1/+2
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+38
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-2/+2
2005-04-29re PR rtl-optimization/21144 (Apparent infinite loop in reload)Michael Matz1-1/+2
2005-04-03params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell1-5/+3
2005-03-05combine.c (simplify_and_const_int): Use gen_int_mode instead of GEN_INT (trun...Kazu Hirata1-11/+8
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-14postreload.c (move2add_note_store): Only call trunc_int_for_mode on scalar in...Aldy Hernandez1-1/+1
2005-01-05combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher1-4/+1
2004-11-13c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-13re PR inline-asm/6806 (gcc 3.0.4 ignoring clobbered registers in inline asm w...Richard Henderson1-0/+13
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-3/+5
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-5/+3
2004-08-20postreload.c (reload_cse_move2add): Allow any condjump...Richard Earnshaw1-1/+2
2004-08-18rtl.def (NIL): Delete.Zack Weinberg1-6/+6
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-8/+8
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-5/+5
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-24/+24
2004-03-04cfgcleanup.c (thread_jump): Update call of cselib_init.Jan Hubicka1-1/+1
2004-02-26postreload.c (reload_cse_move2add): Generate just a PLUS instead of an entire...Kazu Hirata1-6/+2
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-11/+11
2004-01-25c-common.h: Fix comment typos.Kazu Hirata1-1/+1
2004-01-23tm.texi: Insert some weasel words when LOAD_EXTEND_OP may or may not return n...J"orn Rennecke1-0/+9
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-16postreload.c (reload_cse_simplify_operands): Don't remove implicit extension ...J"orn Rennecke1-1/+48
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-1/+1
2003-11-02re PR rtl-optimization/12799 (faulty mov->add change clobbers the CC register)Eric Botcazou1-12/+11
2003-10-31postreload.c (reload_combine): Check that REGY doesn't die in an insn of the ...Richard Earnshaw1-1/+4
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-7/+7
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-36/+21
2003-06-26postreload.c (reload_cse_simplify_set): Call cselib_lookup earlier.Kazu Hirata1-6/+4
2003-06-26Makefile.in (OBJS): Add postreload.o.Kazu Hirata1-0/+1519