summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivcanon.c
Commit message (Expand)AuthorAgeFilesLines
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-17/+5
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-3/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-4/+0
* re PR tree-optimization/66422 (-Warray-bounds false positive with -O3)Richard Biener2015-06-081-1/+1
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-19/+22
* tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Add log message for max...Eric Botcazou2014-11-151-4/+9
* ipa-utils.h: Fix typo in comments.Felix Yang2014-11-131-4/+4
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+3
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+10
* cfgrtl.h: New.Andrew MacLeod2014-10-201-0/+1
* loop-unroll.c: (decide_unrolling_and_peeling): Rename toJan Hubicka2014-10-151-4/+140
* 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