aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivcanon.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-10-20cfgrtl.h: New.Andrew MacLeod1-0/+1
2014-10-15loop-unroll.c: (decide_unrolling_and_peeling): Rename toJan Hubicka1-4/+140
2014-07-09remove has_executeTrevor Saunders1-3/+0
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-6/+6
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-42/+42
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-21/+2
2014-04-17remove has_gateTrevor Saunders1-3/+0
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+6
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-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders1-3/+2
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+9
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-09tree-flow.h: Move some protoypes.Andrew MacLeod1-19/+181
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-29New vectorizer messages; message format change.Xinliang David Li1-2/+3
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-0/+5
2013-07-21Fix typos.Mike Stump1-2/+2
2013-06-19cgraph.h (const_value_known_p): Replace by ...Jan Hubicka1-1/+1
2013-05-21re PR tree-optimization/57318 (optimizer takes several seconds on nested loops)Richard Biener1-1/+3
2013-05-10re PR tree-optimization/57214 (ice: tree check: expected ssa_name, have integ...Richard Biener1-1/+2
2013-04-03re PR tree-optimization/56817 (ICE in hide_evolution_in_other_loops_than_loop)Richard Biener1-31/+60
2013-03-01re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-03dumpfile.c (dump_loc): Print filename with location.Teresa Johnson1-12/+30
2012-12-14re PR tree-optimization/55684 (ICE in remove_redundant_iv_tests, at tree-ssa-...Richard Biener1-3/+2
2012-12-07tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add UPPER_BOUND parameter.Jan Hubicka1-6/+25
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-29/+28
2012-11-06cfgloopanal.c (get_loop_hot_path): New function.Jan Hubicka1-23/+148
2012-11-05tree-ssa-loop-niter.c (find_loop_niter): Remove just_once_each_iteration_p.Jan Hubicka1-7/+7
2012-11-02re PR tree-optimization/55079 (false positive -Warray-bounds (also seen at -O...Jan Hubicka1-70/+220
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-10-25re PR lto/54980 (gimple check: expected gimple_cond(error_mark), have gimple_...Jan Hubicka1-1/+5
2012-10-23re PR tree-optimization/54967 (ICE in check_loop_closed_ssa_use, at tree-ssa-...Jan Hubicka1-14/+45
2012-10-17tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add edge_to_cancel paramet...Jan Hubicka1-37/+246
2012-09-23re PR tree-optimization/54669 (verify_flow_info failure after loop unrolling ...Eric Botcazou1-0/+1
2012-09-17* tree-cfgcleanup. (cleanup_control_expr_graph) <GIMPLE_COND>: RemoveEric Botcazou1-4/+110