summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-manip.c
Commit message (Expand)AuthorAgeFilesLines
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek2014-12-011-1/+1
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-4/+4
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-30/+34
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* re PR tree-optimization/62070 (ICE: verify_ssa failed)Richard Biener2014-08-111-11/+0
* passes.c (execute_function_todo): Move TODO_verify_stmts and TODO_verify_ssa ...Richard Biener2014-04-301-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-2/+2
* Eliminate last_basic_block macro.David Malcolm2013-12-091-4/+4
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-6/+6
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+4
* add auto_vecTrevor Saunders2013-11-221-5/+2
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-1/+1
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-2/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-1/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez2013-11-071-1/+0
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-0/+3
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-0/+8
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-3/+3
* expr.c (build_java_binop): Pass a type to build_int_cst.Richard Biener2013-04-091-14/+17
* tree-ssa-loop-manip.c (find_uses_to_rename): Do not scan the whole function w...Richard Biener2013-03-181-14/+5
* re PR tree-optimization/56150 (ICE segfault in do_pre / tail_merge_optimize)Richard Biener2013-01-311-3/+4
* 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
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-15/+15
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-1/+1
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Guenther2012-09-051-1/+7
* tree-ssa-loop-manip.c (add_exit_phis_var): Allow virtual operands.Richard Guenther2012-08-231-10/+7
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher2012-08-171-1/+1
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher2012-08-161-51/+185
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-5/+5
* Fix patch merge error in previous commit.Steven Bosscher2012-08-131-1/+1
* tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher2012-08-131-15/+24
* tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther2012-08-101-5/+10
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-6/+5
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher2012-08-081-5/+3
* gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther2012-08-071-6/+2
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-12/+3
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+2
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-9/+6