aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sink.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-24re PR tree-optimization/61572 (ICE: in assign_by_spills, at lra-assigns.c:1335)Richard Biener1-0/+6
2014-06-06re PR tree-optimization/59299 (We do not sink loads)Richard Biener1-51/+74
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-27/+20
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-10Note that pass_pre destroys PROP_no_crit_edgesTom de Vries1-1/+3
2014-01-09re PR tree-optimization/59715 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-2/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+4
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
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