aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
AgeCommit message (Expand)Author
2017-04-10 PR tree-optimization/80153Bin Cheng
2017-04-10 PR tree-optimization/80153Bin Cheng
2017-04-062017-04-06 Richard Biener <rguenther@suse.de>Richard Biener
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-03-142017-03-14 Richard Biener <rguenther@suse.de>Richard Biener
2017-03-02 PR tree-optimization/66768Bin Cheng
2017-01-01 Update copyright years.Jakub Jelinek
2016-11-30 PR tree-optimization/78574Bin Cheng
2016-11-24Dump probability for edges a frequency for BBsMartin Liska
2016-11-18Add SET_DECL_MODERichard Sandiford
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-09 * tree-ssa.c (target_for_debug_bind, verify_phi_args,Jakub Jelinek
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-09-02 PR tree-optimization/77444Jakub Jelinek
2016-07-20 * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.Uros Bizjak
2016-07-19 * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,Uros Bizjak
2016-07-12Introduce new param: AVG_LOOP_NITERMartin Liska
2016-07-112016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2016-07-07 * tree-scalar-evolution.c (iv_can_overflow_p): export.Jan Hubicka
2016-06-17 PR tree-optimization/71347Bin Cheng
2016-05-30Add profiling support for IVOPTSMartin Liska
2016-05-28 * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): UseJan Hubicka
2016-05-26IVOPTS: make comp_cost in a more c++ fashion.Martin Liska
2016-05-26Fix ivopts estimates for internal functionsRichard Sandiford
2016-05-18 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invBin Cheng
2016-05-13Cast to unsigned HOST_WIDE_INT in printf formatH.J. Lu
2016-05-13IVOPTS dump fall-outMartin Liska
2016-05-13Enhance dumps of IVOPTSMartin Liska
2016-05-03 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_onBin Cheng
2016-05-03 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobberBin Cheng
2016-04-27 * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.Martin Liska
2016-04-27 * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_useBin Cheng
2016-04-18 * tree-ssa-loop-ivopts.c (avg_loop_niter): Use alsoJan Hubicka
2016-04-12Revert r234572 (aka PR testsuite/70577)Martin Liska
2016-03-31 * tree-ssa-loop-ivopts.c (get_computation_cost_at): InitializeBin Cheng
2016-03-31 * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.Bin Cheng
2016-03-30 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realisticJan Hubicka
2016-03-23 PR tree-optimization/69042Bin Cheng
2016-02-10 PR tree-optimization/68021Bin Cheng
2016-01-27gcc/:Ian Lance Taylor
2016-01-23 * tree-ssanames.c (release_free_names_and_compact_live_names): ReplaceJakub Jelinek
2016-01-04 Update copyright years.Jakub Jelinek
2015-12-09Fix newly introduced memory leak inMartin Liska
2015-11-20 PR tree-optimization/52272Bin Cheng
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-29 * tree-ssa-loop-ivopts.c (split_address_cost): Check depends_on.Bin Cheng
2015-10-01remove many typedefsTrevor Saunders
2015-09-20switch from gimple to gimple*Trevor Saunders