| Commit message (Expand) | Author | Age | Files | Lines |
* | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 2014-10-29 | 1 | -6/+6 |
* | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 2014-10-27 | 1 | -0/+12 |
* | fwprop.c: Include rtl-iter.h. | Richard Sandiford | 2014-08-28 | 1 | -7/+10 |
* | Use rtx_insn in more places in fwprop.c | David Malcolm | 2014-08-26 | 1 | -2/+2 |
* | fwprop.c: Use rtx_insn | David Malcolm | 2014-08-22 | 1 | -16/+20 |
* | remove has_execute | Trevor Saunders | 2014-07-09 | 1 | -2/+0 |
* | df.h (df_mw_hardreg, [...]): Add a link pointer. | Richard Sandiford | 2014-06-15 | 1 | -15/+11 |
* | df.h (DF_INSN_INFO_MWS, [...]): New macros. | Richard Sandiford | 2014-06-15 | 1 | -35/+19 |
* | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 2014-05-06 | 1 | -3/+2 |
* | pass cfun to pass::execute | Trevor Saunders | 2014-04-17 | 1 | -2/+2 |
* | pass current function to opt_pass::gate () | Trevor Saunders | 2014-04-17 | 1 | -2/+2 |
* | remove has_gate | Trevor Saunders | 2014-04-17 | 1 | -2/+0 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | Eliminate n_basic_blocks macro | David Malcolm | 2013-11-19 | 1 | -1/+1 |
* | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 2013-09-28 | 1 | -4/+4 |
* | compare-elim.c (find_comparison_dom_walker): New class | Trevor Saunders | 2013-09-17 | 1 | -16/+14 |
* | Automated conversion of passes to C++ classes | David Malcolm | 2013-08-05 | 1 | -36/+71 |
* | re PR rtl-optimization/56178 (Miscompilation of Ada front-end with profiled b... | Eric Botcazou | 2013-02-07 | 1 | -4/+10 |
* | re PR c/56113 (out of memory when compiling a function with many goto labels ... | Steven Bosscher | 2013-01-31 | 1 | -4/+4 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -2/+1 |
* | optabs.c (add_equal_note): Do not create self-referencing REG_EQUAL notes. | Steven Bosscher | 2012-12-02 | 1 | -3/+6 |
* | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 2012-11-17 | 1 | -31/+27 |
* | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 2012-11-01 | 1 | -0/+2 |
* | Remove unnecessary VEC function overloads. | Diego Novillo | 2012-09-10 | 1 | -1/+1 |
* | re PR rtl-optimization/54294 ([alpha] Bootstrap comparison failure due to fwp... | Jakub Jelinek | 2012-08-20 | 1 | -4/+8 |
* | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 2012-08-14 | 1 | -1/+1 |
* | system.h (dump_file): Do not define. | Steven Bosscher | 2012-07-16 | 1 | -1/+0 |
* | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 2012-05-31 | 1 | -1/+0 |
* | fwprop.c (propagate_rtx): Also set PR_CAN_APPEAR for subregs. | Ulrich Weigand | 2012-04-10 | 1 | -1/+6 |
* | fwprop.c (forward_propagate_subreg): Skip the SIGN/ZERO_EXTEND optimization i... | Richard Sandiford | 2011-12-19 | 1 | -1/+14 |
* | fwprop.c (forward_propagate_and_simplify): After checking reg/subreg combinat... | Richard Sandiford | 2011-09-27 | 1 | -9/+12 |
* | rtl.h (set_src_cost, [...]): New functions. | Richard Sandiford | 2011-08-18 | 1 | -4/+4 |
* | Don't propagate hard registers in forward_propagate_subreg. | H.J. Lu | 2011-07-05 | 1 | -0/+2 |
* | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 2011-06-14 | 1 | -4/+2 |
* | re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ... | Eric Botcazou | 2011-02-14 | 1 | -2/+4 |
* | re PR rtl-optimization/47366 (ICE: verify_flow_info failed: missing REG_EH_RE... | Jakub Jelinek | 2011-01-21 | 1 | -16/+31 |
* | diagnostic-core.h: Include bversion.h. | Joseph Myers | 2010-11-30 | 1 | -1/+0 |
* | re PR bootstrap/44970 (Revision 162270 failed to bootstrap) | Paolo Bonzini | 2010-11-22 | 1 | -83/+92 |
* | fwprop.c (forward_propagate_and_simplify): Only attach a REG_EQUAL note to an... | Olivier Hainque | 2010-09-13 | 1 | -4/+5 |
* | df.h (enum df_ref_class): Remove DF_REF_EXTRACT. | Paolo Bonzini | 2010-09-04 | 1 | -12/+1 |
* | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 2010-07-08 | 1 | -0/+1 |
* | df.h (df_rd_bb_info, [...]): Embedd bitmap_head into the structure. | Jan Hubicka | 2010-06-04 | 1 | -2/+2 |
* | fwprop.c: Make emit-rtl.h include last. | Jan Hubicka | 2010-06-01 | 1 | -1/+1 |
* | df-problems.c (df_simulate_initialize_forwards): Set, don't clear, bits for a... | Bernd Schmidt | 2010-04-26 | 1 | -1/+4 |
* | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 2010-04-02 | 1 | -1/+2 |
* | re PR debug/42728 ("-fcompare-debug failure (length)" at -O1) | Jakub Jelinek | 2010-01-19 | 1 | -0/+6 |
* | * fwprop.c (free_load_extend): Initialise `use'. | Ben Elliston | 2009-12-10 | 1 | -1/+1 |
* | re PR rtl-optimization/41812 (test 20071030-1.c fails execution on powerpc64) | Paolo Bonzini | 2009-11-30 | 1 | -21/+31 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -1/+1 |
* | extend.texi (Named Address Spaces): New section. | Ben Elliston | 2009-10-26 | 1 | -3/+6 |