aboutsummaryrefslogtreecommitdiff
path: root/gcc/mode-switching.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-1/+1
2015-05-11Convert to md_asm_adjustRichard Henderson1-1/+1
2015-05-09use rtx_insn * as the type of a local variable in mode-switching.cTrevor Saunders1-2/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-3/+10
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-08-22mode-switching.c: Use rtx_insnDavid Malcolm1-9/+10
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-07-02Support mode toggle.Christian Bruel1-137/+197
2014-05-20* mode-switching.c (optimize_mode_switching): Fix comment typo.Joern Rennecke1-1/+1
2014-05-13target.def (mode_switching): New hook vector.Christian Bruel1-55/+57
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-11/+7
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-11/+9
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-04-11re PR rtl-optimization/60651 (Mode switching instructions are sometimes emitt...Joern Rennecke1-3/+23
2014-03-28* mode-switching.c: Make small adjustments to the top comment.Eric Botcazou1-5/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm1-2/+2
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-3/+3
2013-12-09Eliminate last_basic_block macro.David Malcolm1-8/+9
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-3/+3
2013-11-10mode-switching.c (optimize_mode_switching): Mark block as nontransparent, if ...Uros Bizjak1-2/+5
2013-10-19mode-switching.c (create_pre_exit): Rename maybe_builtin_apply to multi_reg_r...Uros Bizjak1-12/+13
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
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