aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-manip.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-07-07Add rewrite_virtuals_into_loop_closed_ssaTom de Vries1-0/+51
2015-06-25Remove 'unsigned' in header comment canonicalize_loop_ivsTom de Vries1-9/+8
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-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-4/+4
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-30/+34
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-08-11re PR tree-optimization/62070 (ICE: verify_ssa failed)Richard Biener1-11/+0
2014-04-30passes.c (execute_function_todo): Move TODO_verify_stmts and TODO_verify_ssa ...Richard Biener1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-4/+4
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-6/+6
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+4
2013-11-22add auto_vecTrevor Saunders1-5/+2
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-07gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez1-1/+0
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+3
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+8
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-3/+3
2013-04-09expr.c (build_java_binop): Pass a type to build_int_cst.Richard Biener1-14/+17
2013-03-18tree-ssa-loop-manip.c (find_uses_to_rename): Do not scan the whole function w...Richard Biener1-14/+5
2013-01-31re PR tree-optimization/56150 (ICE segfault in do_pre / tail_merge_optimize)Richard Biener1-3/+4
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-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-15/+15
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-1/+1
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-09-05re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Guenther1-1/+7
2012-08-23tree-ssa-loop-manip.c (add_exit_phis_var): Allow virtual operands.Richard Guenther1-10/+7
2012-08-17re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-1/+1
2012-08-16re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-51/+185
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-5/+5
2012-08-13Fix patch merge error in previous commit.Steven Bosscher1-1/+1
2012-08-13tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher1-15/+24