aboutsummaryrefslogtreecommitdiff
path: root/gcc/mode-switching.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-07coretypes.h (rtl_opt_pass): Add.David Malcolm1-0/+3
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+35
2013-07-29re PR rtl-optimization/58021 (MODE_EXIT switches at NOTE_INSN_DELETED)Joern Rennecke1-4/+3
2013-07-24re PR rtl-optimization/57968 (MODE_EXIT switches inserted too early)Joern Rennecke1-6/+9
2013-05-13mode-switching.c (optimize_mode_switching): Set correct RTL profile.Jan Hubicka1-0/+5
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-13mode-switching.c (create_pre_exit): Use NONDEBUG_INSN_P.Uros Bizjak1-2/+1
2012-11-13re PR target/41993 ([sh] ICE in create_pre_exit, at mode-switching.c:399)Uros Bizjak1-2/+3
2012-11-07re PR middle-end/49220 (ICE in create_pre_exit, at mode-switching.c:401)Kaz Kojima1-1/+8
2012-11-06re PR target/41993 ([sh] ICE in create_pre_exit, at mode-switching.c:399)Uros Bizjak1-1/+4
2012-11-05mode-switching.c (create_pre_exit): Force late switching if __builtin_{apply,...Uros Bizjak1-1/+11
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-9/+9
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-4/+4
2012-07-19tm.texi.in (MODE_AFTER): Add entity as the first macro argument.Uros Bizjak1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-3/+3
2011-08-01mode-switching.c (optimize_mode_switching): Fix bug in MODE_AFTER handling.Joern Rennecke1-2/+6
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