Age | Commit message (Expand) | Author | Files | Lines |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-20 | poly_int: SUBREG_BYTE | Richard Sandiford | 1 | -1/+1 |
2017-10-13 | Make more use of GET_MODE_UNIT_BITSIZE | Richard Sandiford | 1 | -2/+2 |
2017-08-30 | [26/77] Use is_a <scalar_int_mode> in subreg/extract simplifications | Richard Sandiford | 1 | -2/+5 |
2017-08-22 | Make more use of paradoxical_subreg_p | Richard Sandiford | 1 | -5/+2 |
2017-03-31 | re PR rtl-optimization/79405 (Infinite loop in fwprop) | Segher Boessenkool | 1 | -0/+17 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-15 | Add a load_extend_op wrapper | Richard Sandiford | 1 | -1/+1 |
2016-11-04 | defaults.h (LOAD_EXTEND_OP): Define if not already defined. | Eric Botcazou | 1 | -2/+0 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-07-19 | builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1... | Uros Bizjak | 1 | -1/+1 |
2016-07-12 | re PR tree-optimization/68961 (Test case gcc.target/powerpc/pr60203.c fails s... | Richard Biener | 1 | -0/+9 |
2016-05-06 | fwprop.c (fwprop): Remove duplicate cleanup_cfg call. | Richard Biener | 1 | -9/+2 |
2016-04-08 | re PR target/70574 (wrong code with -mavx2, read of partially initialised sta... | Jakub Jelinek | 1 | -5/+27 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-10 | re PR tree-optimization/68619 (error: loop with header 6 not in loop tree) | Jeff Law | 1 | -2/+4 |
2015-11-19 | fwprop.c (update_uses): Use flag_checking instead of gcc_checking_assert. | Michael Matz | 1 | -1/+2 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -2/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -6/+6 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -17/+9 |
2015-07-10 | bb-reorder.c: Don't include obstack.h if backend.h is included. | Andrew Macleod | 1 | -1/+0 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | target.def (rtx_costs): Remove "code" param, add "mode". | Alan Modra | 1 | -3/+5 |
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-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -6/+6 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+12 |
2014-08-28 | fwprop.c: Include rtl-iter.h. | Richard Sandiford | 1 | -7/+10 |
2014-08-26 | Use rtx_insn in more places in fwprop.c | David Malcolm | 1 | -2/+2 |
2014-08-22 | fwprop.c: Use rtx_insn | David Malcolm | 1 | -16/+20 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -2/+0 |
2014-06-15 | df.h (df_mw_hardreg, [...]): Add a link pointer. | Richard Sandiford | 1 | -15/+11 |
2014-06-15 | df.h (DF_INSN_INFO_MWS, [...]): New macros. | Richard Sandiford | 1 | -35/+19 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -3/+2 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -2/+2 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -2/+2 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -2/+0 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-19 | Eliminate n_basic_blocks macro | David Malcolm | 1 | -1/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -4/+4 |
2013-09-17 | compare-elim.c (find_comparison_dom_walker): New class | Trevor Saunders | 1 | -16/+14 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -36/+71 |
2013-02-07 | re PR rtl-optimization/56178 (Miscompilation of Ada front-end with profiled b... | Eric Botcazou | 1 | -4/+10 |
2013-01-31 | re PR c/56113 (out of memory when compiling a function with many goto labels ... | Steven Bosscher | 1 | -4/+4 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-12-02 | optabs.c (add_equal_note): Do not create self-referencing REG_EQUAL notes. | Steven Bosscher | 1 | -3/+6 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -31/+27 |