| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -fzero-call-used-regs option and zero_call_used_regs function attributes. | qing zhao | 2020-10-30 | 1 | -0/+1 |
* | Update copyright years. | Jakub Jelinek | 2020-01-01 | 1 | -1/+1 |
* | Remove global REG_SETs | Richard Sandiford | 2019-09-09 | 1 | -2/+2 |
* | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 2019-07-09 | 1 | -15/+15 |
* | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 2019-07-09 | 1 | -8/+15 |
* | Update copyright years. | Jakub Jelinek | 2019-01-01 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2018-01-03 | 1 | -1/+1 |
* | Drop df_ from df_read_modify_subreg_p | Richard Sandiford | 2017-08-30 | 1 | -1/+0 |
* | make inverted_post_order_compute() operate on a vec | Trevor Saunders | 2017-05-14 | 1 | -3/+1 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 1 | -1/+1 |
* | df: Change defs in entry and uses in exit block during separate shrink-wrapping | Segher Boessenkool | 2016-11-16 | 1 | -0/+7 |
* | df: make df_problem instances "const" | David Malcolm | 2016-04-27 | 1 | -3/+3 |
* | Convert DF_SCAN etc from #define to an enum | David Malcolm | 2016-04-27 | 1 | -12/+15 |
* | Update copyright years. | Jakub Jelinek | 2016-01-04 | 1 | -1/+1 |
* | REE: fix uninitialized registers handling | Pierre-Marie de Rodat | 2015-10-19 | 1 | -1/+33 |
* | Add new object_allocator and clean-up allocator usage. | Martin Liska | 2015-07-16 | 1 | -1/+1 |
* | tree-core.h: Include symtab.h. | Andrew MacLeod | 2015-07-08 | 1 | -6/+0 |
* | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 2015-06-17 | 1 | -1/+0 |
* | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 2015-06-08 | 1 | -3/+0 |
* | coretypes.h: Include machmode.h... | Andrew MacLeod | 2015-06-04 | 1 | -1/+0 |
* | Change use to type-based pool allocator in | Martin Liska | 2015-06-01 | 1 | -1/+1 |
* | df.h (df_ref_change_reg_with_loc): Remove old_regno parameter. | Richard Sandiford | 2015-05-19 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 2014-10-27 | 1 | -1/+9 |
* | Remove DF_REF_INSN scaffolding | David Malcolm | 2014-08-26 | 1 | -29/+29 |
* | Various condition-handling calls | David Malcolm | 2014-08-26 | 1 | -2/+4 |
* | df.h (web_entry_base): Replace existing struct web_entry with a new class web... | Bill Schmidt | 2014-08-20 | 1 | -13/+15 |
* | Convert DF_REF_INSN to a function for now | David Malcolm | 2014-08-19 | 1 | -1/+1 |
* | df.h (DF_REF_REG_USE_P, [...]): Remove null checks. | Richard Sandiford | 2014-06-15 | 1 | -2/+2 |
* | df.h (df_mw_hardreg, [...]): Add a link pointer. | Richard Sandiford | 2014-06-15 | 1 | -25/+25 |
* | df.h (df_ref_create, [...]): Delete. | Richard Sandiford | 2014-06-15 | 1 | -3/+0 |
* | df.h (df_single_def, [...]): New functions. | Richard Sandiford | 2014-06-15 | 1 | -0/+19 |
* | df.h (FOR_EACH_INSN_INFO_MW): New macro. | Richard Sandiford | 2014-06-15 | 1 | -0/+4 |
* | df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros. | Richard Sandiford | 2014-06-15 | 1 | -0/+8 |
* | df.h (DF_INSN_INFO_MWS, [...]): New macros. | Richard Sandiford | 2014-06-15 | 1 | -0/+22 |
* | re PR rtl-optimization/38518 (Excessive compile time with -O3) | Richard Biener | 2014-01-17 | 1 | -1/+2 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | Eliminate FOR_ALL_BB macro. | David Malcolm | 2013-12-09 | 1 | -1/+1 |
* | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 2013-09-28 | 1 | -29/+30 |
* | df.h (df_insn_delete): Adjust prototype. | Steven Bosscher | 2013-03-22 | 1 | -1/+1 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -2/+1 |
* | re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.) | Steven Bosscher | 2012-10-14 | 1 | -3/+37 |
* | bitmap.h (bitmap_and_into): Update prototype. | Steven Bosscher | 2012-10-08 | 1 | -2/+16 |
* | re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3... | Alexandre Oliva | 2012-08-02 | 1 | -42/+0 |
* | re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada) | Richard Sandiford | 2012-06-25 | 1 | -1/+1 |
* | re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada) | Richard Sandiford | 2012-06-25 | 1 | -1/+1 |
* | LANGUAGES: Fix typos. | Joseph Myers | 2012-05-29 | 1 | -1/+1 |
* | re PR debug/48866 (gcc hangs when -g is set) | Alexandre Oliva | 2012-04-13 | 1 | -0/+42 |
* | re PR bootstrap/52397 (comparison failure with Ada enabled) | Jakub Jelinek | 2012-02-29 | 1 | -2/+2 |
* | lto-streamer-out.c (write_symbol): Use proper 64-bit host type. | Eric Botcazou | 2011-12-13 | 1 | -1/+1 |