summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivcanon.c
Commit message (Expand)AuthorAgeFilesLines
* remove has_executeTrevor Saunders2014-07-091-3/+0
* expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod2014-06-021-0/+1
* Merge in wide-int.Kenneth Zadeck2014-05-061-6/+6
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-1/+1
* pass cfun to pass::executeTrevor Saunders2014-04-171-42/+42
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-21/+2
* remove has_gateTrevor Saunders2014-04-171-3/+0
* cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou2014-04-141-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* merge auto_vec and stack_vecTrevor Saunders2013-12-201-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+6
* 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
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-1/+1
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-1/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* df-scan.c (df_collection_rec): Adjust.Trevor Saunders2013-10-281-3/+2
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-0/+2
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+9
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-0/+1
* tree-flow.h: Move some protoypes.Andrew MacLeod2013-10-091-19/+181
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* New vectorizer messages; message format change.Xinliang David Li2013-08-291-2/+3
* Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek2013-08-271-0/+5
* Fix typos.Mike Stump2013-07-211-2/+2
* cgraph.h (const_value_known_p): Replace by ...Jan Hubicka2013-06-191-1/+1
* re PR tree-optimization/57318 (optimizer takes several seconds on nested loops)Richard Biener2013-05-211-1/+3
* re PR tree-optimization/57214 (ice: tree check: expected ssa_name, have integ...Richard Biener2013-05-101-1/+2
* re PR tree-optimization/56817 (ICE in hide_evolution_in_other_loops_than_loop)Richard Biener2013-04-031-31/+60
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-011-1/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* dumpfile.c (dump_loc): Print filename with location.Teresa Johnson2013-01-031-12/+30
* re PR tree-optimization/55684 (ICE in remove_redundant_iv_tests, at tree-ssa-...Richard Biener2012-12-141-3/+2
* tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add UPPER_BOUND parameter.Jan Hubicka2012-12-071-6/+25
* 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-29/+28
* cfgloopanal.c (get_loop_hot_path): New function.Jan Hubicka2012-11-061-23/+148
* tree-ssa-loop-niter.c (find_loop_niter): Remove just_once_each_iteration_p.Jan Hubicka2012-11-051-7/+7
* re PR tree-optimization/55079 (false positive -Warray-bounds (also seen at -O...Jan Hubicka2012-11-021-70/+220
* 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 lto/54980 (gimple check: expected gimple_cond(error_mark), have gimple_...Jan Hubicka2012-10-251-1/+5
* re PR tree-optimization/54967 (ICE in check_loop_closed_ssa_use, at tree-ssa-...Jan Hubicka2012-10-231-14/+45
* tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add edge_to_cancel paramet...Jan Hubicka2012-10-171-37/+246
* re PR tree-optimization/54669 (verify_flow_info failure after loop unrolling ...Eric Botcazou2012-09-231-0/+1
* * tree-cfgcleanup. (cleanup_control_expr_graph) <GIMPLE_COND>: RemoveEric Botcazou2012-09-171-4/+110
* re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Guenther2012-09-051-1/+3
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+0
* re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka2010-09-201-4/+2
* cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka2010-09-031-3/+1