summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-manip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-6/+9
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* Makefile.in: Fix many dependencies.Steven Bosscher2012-05-311-1/+0
* cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther2012-03-051-1/+0
* tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther2011-08-171-3/+3
* Fix PR49471: canonicalize_loop_ivs should not generate unsigned types.Sebastian Pop2011-07-271-3/+21
* re PR middle-end/46885 (ICE: in gsi_insert_seq_nodes_after, at gimple-iterato...Jakub Jelinek2010-12-141-1/+4
* timevar.def (TV_IPA_OPT, [...]): New.Michael Matz2010-11-171-0/+4
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* re PR debug/43650 ("-fcompare-debug failure" with "-O2 -fpeel-loops -fgraphit...Alexandre Oliva2010-06-141-2/+2
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0