summaryrefslogtreecommitdiff
path: root/gcc/doc/loop.texi
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-05-09loop.texi: Remove reference to FOR_EACH_LOOP_BREAK.Bill Schmidt
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-03-21Use the more formal "cannot" instead of the informal "can't."Martin Sebor
2017-02-21loop.texi (Loop manipulation): Remove nonexistent tree_ssa_loop_version from ...Aldy Hernandez
2017-01-01Update copyright years.Jakub Jelinek
2016-07-29cfgloop.h (struct loop): New field constraints.Bin Cheng
2016-01-14loop.texi (Loop Analysis and Representation): Document loop_depth function.Nicklas Bo Jensen
2016-01-04Update copyright years.Jakub Jelinek
2015-07-18fix pr46851 and pr60340: remove unmaintained omega dependence testSebastian Pop
2015-01-05Update copyright years.Jakub Jelinek
2014-03-18loop.texi: Remove section on the removed lambda framework.Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2011-05-04Remove extra spacing at the end of the line.Mike Stump
2009-04-27c-tree.texi (Types, [...]): Fix grammar nits.Ralf Wildenhues
2008-06-15libgomp.texi (omp_test_lock): Fix typo.Ralf Wildenhues
2008-02-17c-tree.texi: Use @dots{} and @enddots{} where appropriate.Ralf Wildenhues
2008-02-16c-tree.texi: Use `@.' where appropriate.Ralf Wildenhues
2008-02-14bugreport.texi: Update copyright years.Ralf Wildenhues
2007-03-09loop.texi: Document the Omega linear constraints solver.Sebastian Pop
2007-02-06loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak
2007-01-31cfgloop.h: Include vec-prim.h.Zdenek Dvorak
2007-01-29gccint.texi (Top): Rename Loop Representation to Loop Analysis and Representa...Mike Stump
2007-01-12loop.texi: Document recording of loop exits.Zdenek Dvorak
2006-12-10loop.texi: Document number_of_latch_executions and number_of_cond_exit_execut...Zdenek Dvorak
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak
2006-11-21tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak
2006-10-05loop.texi: Add data references analysis description.Ira Rosen
2006-09-28loop.texi: New file.Zdenek Dvorak