aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sink.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-20/+36
2013-05-21re PR tree-optimization/57303 (struct miscompiled at -O1 and above)Richard Biener1-5/+13
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther1-3/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-4/+0
2012-04-27tree-flow.h (is_hidden_global_store): Remove.Richard Guenther1-72/+0
2011-10-26invoke.texi (sink-frequency-threshold): Document.Jeff Law1-41/+76
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+0
2011-03-16re PR c/48146 (ICE tree check: expected ssa_name, have var_decl in has_zero_u...Richard Guenther1-4/+10
2011-03-15re PR tree-optimization/41490 (tree-ssa-sink does not really work)Richard Guenther1-45/+72
2011-02-14re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou1-2/+3
2010-09-08re PR tree-optimization/33244 (Missed opportunities for vectorization)Michael Matz1-0/+6
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-1/+2
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-1/+4
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-2/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-30/+30
2009-10-12re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva1-7/+0
2009-09-14Squash commit of EH in gimpleRichard Henderson1-2/+0
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-2/+24
2009-06-30tree-ssa-sink.c (statement_sink_location): Stop sinking expression if the tar...Wei Guozhi1-0/+10
2009-05-11passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther1-1/+1
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-3/+3
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-10re PR target/39139 (ICE with stringop and register var)Jakub Jelinek1-3/+11
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-58/+54
2008-06-11tree-flow.h (may_point_to_global_var): Declare.Richard Guenther1-14/+1
2008-05-20tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.Richard Guenther1-2/+1
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2007-10-01tree-ssa-sink.c (sink_code_in_bb): Don't stop sinking after sinking the last ...Alexandre Oliva1-0/+15
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-05-30tree-scalar-evolution.c (scev_const_prop): Do not create labels.Zdenek Dvorak1-32/+34
2007-04-23tree-ssa-sink.c (execute_sink_code): Calculate CDI_DOMINATORS and CDI_POST_DO...Richard Guenther1-1/+2
2006-12-11[multiple changes]Diego Novillo1-4/+5
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-4/+4
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-2/+2
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-4/+4
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-2/+3
2006-02-05tree-vrp.c (cfg_loops): Removed.Zdenek Dvorak1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-22/+8
2005-05-02tree-ssa-sink.c (nearest_common_dominator_of_uses): Factor out common code.Kazu Hirata1-14/+8
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-1/+0