aboutsummaryrefslogtreecommitdiff
path: root/gcc/mode-switching.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2010-11-19mode-switching.c (optimize_mode_switching): Use FOR_BB_INSNS instead of open-...Uros Bizjak1-3/+1
2010-09-02target.def (class_likely_spilled_p): New hook.Anatoly Sokolov1-1/+1
2010-07-13re PR target/44761 (sh.md warnings)Kaz Kojima1-2/+2
2010-06-01fwprop.c: Make emit-rtl.h include last.Jan Hubicka1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-02target.h (struct calls): Add function_value_regno_p field.Anatoly Sokolov1-2/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-2/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-2/+2
2009-01-29re PR middle-end/35854 (life passes dump option still documented)Kenneth Zadeck1-1/+1
2008-07-15df-problems.c (df_set_note): Avoid C++ keywords.Kaveh R. Ghazi1-4/+4
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-1/+1
2007-07-31mode-switching.c (create_pre_exit): Don't search past calls.Richard Sandiford1-0/+11
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-11toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck1-2/+0
2007-07-10re PR rtl-optimization/32664 ([sh] ICE in create_pre_exit, at mode-switching....Kaz Kojima1-11/+27
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-17/+26
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford1-8/+4
2007-05-22mode-switching.c (reg_dies): Change type of second argument to "HARD_REG_SET *".Richard Sandiford1-5/+5
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-3/+1
2007-03-10mode-switching.c (create_pre_exit): Skip blockage insn.Kaz Kojima1-0/+6
2006-09-05re PR target/28764 (libjava build failure on sh4)J"orn Rennecke1-33/+10
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-3/+3
2006-01-31mode-switching.c (optimize_mode_switching): Fix size allocated for bb_info[n_...Andrew Pinski1-1/+1
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2006-01-18mode-switching.c (optimize_mode_switching): Make it static.Kazu Hirata1-1/+1
2005-10-06re PR target/23706 (ICE in rtl_verify_flow_info_1)Richard Henderson1-0/+12
2005-08-10bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini1-2/+2
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+41
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-5/+5
2005-06-06mode-switching.c (optimize_mode_switching): Fix n_exprs parameter in call to ...Uros Bizjak1-1/+1
2005-06-04lcm.c: Move all mode-switching related functions from here...Steven Bosscher1-0/+711