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