summaryrefslogtreecommitdiff
path: root/gcc/mode-switching.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford
2019-09-09Make note_stores take an rtx_insnRichard Sandiford
2019-02-01re PR rtl-optimization/88593 (cleanup_cfg may make cached dominance info stale)Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-11-20re PR target/88070 (ICE in create_pre_exit, at mode-switching.c:438)Uros Bizjak
2018-01-03Update copyright years.Jakub Jelinek
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford
2017-09-12Make more use of REG_NREGSRichard Sandiford
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford
2015-05-11Convert to md_asm_adjustRichard Henderson
2015-05-09use rtx_insn * as the type of a local variable in mode-switching.cTrevor Saunders
2015-01-05Update copyright years.Jakub Jelinek
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-08-22mode-switching.c: Use rtx_insnDavid Malcolm
2014-07-09remove has_executeTrevor Saunders
2014-07-02Support mode toggle.Christian Bruel
2014-05-20* mode-switching.c (optimize_mode_switching): Fix comment typo.Joern Rennecke
2014-05-13target.def (mode_switching): New hook vector.Christian Bruel
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders
2014-04-17remove has_gateTrevor Saunders
2014-04-11re PR rtl-optimization/60651 (Mode switching instructions are sometimes emitt...Joern Rennecke
2014-03-28* mode-switching.c: Make small adjustments to the top comment.Eric Botcazou
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-10mode-switching.c (optimize_mode_switching): Mark block as nontransparent, if ...Uros Bizjak
2013-10-19mode-switching.c (create_pre_exit): Rename maybe_builtin_apply to multi_reg_r...Uros Bizjak
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-08-07coretypes.h (rtl_opt_pass): Add.David Malcolm
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm
2013-07-29re PR rtl-optimization/58021 (MODE_EXIT switches at NOTE_INSN_DELETED)Joern Rennecke