aboutsummaryrefslogtreecommitdiff
path: root/gcc/mode-switching.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-1/+1
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-1/+1
2019-02-01re PR rtl-optimization/88593 (cleanup_cfg may make cached dominance info stale)Richard Biener1-1/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-20re PR target/88070 (ICE in create_pre_exit, at mode-switching.c:438)Uros Bizjak1-2/+16
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-2/+2
2017-09-12Make more use of REG_NREGSRichard Sandiford1-2/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-6/+6
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-2/+6
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-6/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-9/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
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