summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sink.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-20/+36
* re PR tree-optimization/57303 (struct miscompiled at -O1 and above)Richard Biener2013-05-211-5/+13
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-2/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther2012-08-131-3/+3
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-4/+0
* tree-flow.h (is_hidden_global_store): Remove.Richard Guenther2012-04-271-72/+0
* invoke.texi (sink-frequency-threshold): Document.Jeff Law2011-10-261-41/+76
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+0
* re PR c/48146 (ICE tree check: expected ssa_name, have var_decl in has_zero_u...Richard Guenther2011-03-161-4/+10
* re PR tree-optimization/41490 (tree-ssa-sink does not really work)Richard Guenther2011-03-151-45/+72
* re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou2011-02-141-2/+3
* re PR tree-optimization/33244 (Missed opportunities for vectorization)Michael Matz2010-09-081-0/+6
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-1/+2
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-1/+4
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-1/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-2/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-30/+30
* re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva2009-10-121-7/+0
* Squash commit of EH in gimpleRichard Henderson2009-09-141-2/+0
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-2/+24
* tree-ssa-sink.c (statement_sink_location): Stop sinking expression if the tar...Wei Guozhi2009-06-301-0/+10
* passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther2009-05-111-1/+1
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-3/+3
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR target/39139 (ICE with stringop and register var)Jakub Jelinek2009-02-101-3/+11
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-58/+54
* tree-flow.h (may_point_to_global_var): Declare.Richard Guenther2008-06-111-14/+1
* tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.Richard Guenther2008-05-201-2/+1
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* tree-ssa-sink.c (sink_code_in_bb): Don't stop sinking after sinking the last ...Alexandre Oliva2007-10-011-0/+15
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* tree-scalar-evolution.c (scev_const_prop): Do not create labels.Zdenek Dvorak2007-05-301-32/+34
* tree-ssa-sink.c (execute_sink_code): Calculate CDI_DOMINATORS and CDI_POST_DO...Richard Guenther2007-04-231-1/+2
* [multiple changes]Diego Novillo2006-12-111-4/+5
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-4/+4
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-2/+2
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo2006-03-011-4/+4
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-2/+3
* tree-vrp.c (cfg_loops): Removed.Zdenek Dvorak2006-02-051-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-22/+8
* tree-ssa-sink.c (nearest_common_dominator_of_uses): Factor out common code.Kazu Hirata2005-05-021-14/+8