Age | Commit message (Expand) | Author | Files | Lines |
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-06-01 | Change use to type-based pool allocator in | Martin Liska | 1 | -7/+7 |
2015-05-22 | don't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTER_REGNUM with the prep... | Trevor Saunders | 1 | -3/+2 |
2015-05-19 | bitmap.c (bitmap_set_range): Handle count==1 specially. | Richard Sandiford | 1 | -5/+1 |
2015-05-19 | rtl.h (REG_NREGS): New macro | Richard Sandiford | 1 | -2/+1 |
2015-05-09 | rtx_insn * in df-problems.c | Trevor Saunders | 1 | -1/+1 |
2015-05-02 | df_set_note can take a rtx_insn * | Trevor Saunders | 1 | -1/+1 |
2015-04-22 | remove more ifdefs for HAVE_cc0 | Trevor Saunders | 1 | -4/+1 |
2015-04-22 | make some HAVE_cc0 code always compiled | Trevor Saunders | 1 | -3/+1 |
2015-04-22 | always define HAVE_cc0 | Trevor Saunders | 1 | -2/+2 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -1/+1 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+4 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -1/+6 |
2014-08-28 | df-problems.c: Include rtl-iter.h. | Richard Sandiford | 1 | -20/+21 |
2014-08-26 | Remove DF_REF_INSN scaffolding | David Malcolm | 1 | -18/+18 |
2014-08-26 | Various condition-handling calls | David Malcolm | 1 | -5/+6 |
2014-08-22 | df-*.c: Use rtx_insn | David Malcolm | 1 | -10/+10 |
2014-06-15 | df.h (df_mw_hardreg, [...]): Add a link pointer. | Richard Sandiford | 1 | -12/+6 |
2014-06-15 | df.h (FOR_EACH_INSN_INFO_MW): New macro. | Richard Sandiford | 1 | -38/+20 |
2014-06-15 | df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros. | Richard Sandiford | 1 | -173/+104 |
2014-06-15 | df.h (DF_INSN_INFO_MWS, [...]): New macros. | Richard Sandiford | 1 | -195/+130 |
2014-03-18 | df-problems.c (df_rd_confluence_n): Avoid bitmap_copy by using bitmap_and_com... | Richard Biener | 1 | -4/+2 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_ALL_BB macro. | David Malcolm | 1 | -11/+11 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -1/+1 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -5/+5 |
2013-12-09 | Eliminate BASIC_BLOCK macro. | David Malcolm | 1 | -10/+10 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -1/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -3/+3 |
2013-07-22 | df-problems.c (can_move_insns_across): Exit loop once we find a non-fixed, no... | Po-Chun Chang | 1 | -1/+4 |
2013-07-21 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-08 | re PR rtl-optimization/55845 (454.calculix miscompares with -march=btver2 -O3... | Jakub Jelinek | 1 | -2/+6 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -1/+0 |
2012-11-12 | re PR rtl-optimization/51447 (global register variable definition incorrectly... | Steven Bosscher | 1 | -1/+6 |
2012-10-17 | df-problems.c (df_kill_notes): Split up in two functions. | Steven Bosscher | 1 | -7/+27 |
2012-10-14 | re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.) | Steven Bosscher | 1 | -36/+0 |
2012-10-08 | bitmap.h (bitmap_and_into): Update prototype. | Steven Bosscher | 1 | -95/+212 |
2012-10-02 | re PR debug/54551 (DF resets some DEBUG_INSNs unnecessarily) | Alexandre Oliva | 1 | -5/+10 |
2012-08-17 | re PR middle-end/54146 (Very slow compile with attribute((flatten))) | Steven Bosscher | 1 | -4/+4 |
2012-08-02 | re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3... | Alexandre Oliva | 1 | -306/+1 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -61/+33 |
2012-07-13 | re PR rtl-optimization/53908 (csa removes needed memory load) | Richard Sandiford | 1 | -0/+13 |
2012-06-28 | re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada) | Alexandre Oliva | 1 | -0/+12 |
2012-06-25 | re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada) | Richard Sandiford | 1 | -24/+24 |
2012-06-25 | re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada) | Richard Sandiford | 1 | -24/+24 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |