Age | Commit message (Expand) | Author | Files | Lines |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -4/+4 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -1/+11 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -1/+0 |
2014-06-24 | re PR tree-optimization/61572 (ICE: in assign_by_spills, at lra-assigns.c:1335) | Richard Biener | 1 | -0/+6 |
2014-06-06 | re PR tree-optimization/59299 (We do not sink loads) | Richard Biener | 1 | -51/+74 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -2/+1 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -27/+20 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -7/+1 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -1/+0 |
2014-01-10 | Note that pass_pre destroys PROP_no_crit_edges | Tom de Vries | 1 | -1/+3 |
2014-01-09 | re PR tree-optimization/59715 (wrong code at -Os and above on x86_64-linux-gnu) | Richard Biener | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate BASIC_BLOCK macro. | David Malcolm | 1 | -2/+2 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+4 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -2/+2 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -2/+4 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -2/+2 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -20/+36 |
2013-05-21 | re PR tree-optimization/57303 (struct miscompiled at -O1 and above) | Richard Biener | 1 | -5/+13 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -2/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+1 |
2012-08-13 | basic-block.h (struct basic_block): Remove loop_depth member, move flags and ... | Richard Guenther | 1 | -3/+3 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -4/+0 |
2012-04-27 | tree-flow.h (is_hidden_global_store): Remove. | Richard Guenther | 1 | -72/+0 |
2011-10-26 | invoke.texi (sink-frequency-threshold): Document. | Jeff Law | 1 | -41/+76 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -1/+0 |
2011-03-16 | re PR c/48146 (ICE tree check: expected ssa_name, have var_decl in has_zero_u... | Richard Guenther | 1 | -4/+10 |
2011-03-15 | re PR tree-optimization/41490 (tree-ssa-sink does not really work) | Richard Guenther | 1 | -45/+72 |
2011-02-14 | re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ... | Eric Botcazou | 1 | -2/+3 |
2010-09-08 | re PR tree-optimization/33244 (Missed opportunities for vectorization) | Michael Matz | 1 | -0/+6 |
2010-09-03 | tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE. | Richard Guenther | 1 | -1/+2 |
2010-07-01 | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 1 | -1/+4 |
2010-06-01 | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 1 | -1/+0 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -1/+2 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -2/+0 |
2009-11-28 | matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v... | Jakub Jelinek | 1 | -2/+0 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -30/+30 |
2009-10-12 | re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess... | Alexandre Oliva | 1 | -7/+0 |
2009-09-14 | Squash commit of EH in gimple | Richard Henderson | 1 | -2/+0 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -2/+24 |
2009-06-30 | tree-ssa-sink.c (statement_sink_location): Stop sinking expression if the tar... | Wei Guozhi | 1 | -0/+10 |
2009-05-11 | passes.c (init_optimization_passes): Strip now incorrect comment. | Richard Guenther | 1 | -1/+1 |
2009-04-03 | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 1 | -3/+3 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2009-02-10 | re PR target/39139 (ICE with stringop and register var) | Jakub Jelinek | 1 | -3/+11 |