aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sink.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+5
2015-09-20switch from gimple to gimple*Trevor Saunders1-9/+9
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-2/+6
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-6/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-15/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-4/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+11
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