summaryrefslogtreecommitdiff
path: root/gcc/tree-chrec.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2015-01-051-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+11
* Tweak uses of new APIrsandifo2014-04-231-6/+3
* Merge in trunk.mrs2014-01-031-1/+1
|\
| * Update copyright years in gcc/rsandifo2014-01-021-1/+1
* | Merge with trunk.rsandifo2013-12-041-1/+2
|\ \ | |/
| * * gimple.h: Remove all includes.amacleod2013-11-221-1/+2
* | Merge in trunk.mrs2013-11-041-1/+3
|\ \ | |/
| * * tree-ssa-loop.h: Remove include files.amacleod2013-10-231-1/+2
| * * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+2
* | - Fix comment typos that I'd introducted.rsandifo2013-10-291-5/+4
* | Merge in trunk.mrs2013-10-201-0/+1
|\ \ | |/
| * * tree-flow.h: Include new .h files. Move prototypes.amacleod2013-10-021-0/+1
* | Merge in trunk.mrs2013-09-201-1/+17
|\ \ | |/
| * 2013-09-18 Richard Biener <rguenther@suse.de>rguenth2013-09-181-0/+16
| * * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* | Reorganise wide-int classes so that they are all instantiations of arsandifo2013-09-071-5/+5
* | Add wide-int branch.mrs2013-08-131-10/+10
|/
* 2013-04-30 Richard Biener <rguenther@suse.de>rguenth2013-04-301-7/+7
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-2/+2
* Finish conversion of uses of double_int to the new API.crowl2012-09-241-34/+16
* gcc/steven2012-07-161-1/+1
* 2012-06-27 Richard Guenther <rguenther@suse.de>rguenth2012-06-271-0/+17
* 2012-04-11 Richard Guenther <rguenther@suse.de>rguenth2012-04-111-0/+6
* 2011-08-17 Richard Guenther <rguenther@suse.de>rguenth2011-08-171-5/+9
* 2011-08-16 Richard Guenther <rguenther@suse.de>rguenth2011-08-161-3/+3
* 2011-06-29 Richard Guenther <rguenther@suse.de>rguenth2011-06-291-2/+2
* 2011-04-29 Richard Guenther <rguenther@suse.de>rguenth2011-04-291-2/+1
* Fix PR47707davidxl2011-02-121-3/+5
* Do not include unnecessary .h files.spop2010-12-281-6/+0
* PR tree-optimization/46077matz2010-11-191-0/+10
* gcc/froydnj2010-08-201-1/+1
* chrec_apply should only apply to the specified variable.spop2010-08-111-14/+31
* Remove expand_scalar_variables_ hack.spop2010-08-111-0/+17
* Fix comments and indentation.spop2010-06-091-2/+4
* * gimplify.c: Do not include except.h and optabs.h.steven2010-06-011-1/+0
* * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h orjsm282010-05-211-0/+1
* gcc/ChangeLog:steven2010-05-211-1/+0
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* Fix PR43306: correct evolution_function_right_is_integer_cst.spop2010-03-131-7/+5
* Fix PR42326: Handle more carefully convert expressions in chrec_fold_plus and...spop2010-03-051-0/+24
* * tree-chrec.c (chrec_convert_1): Only fold (T2)(t +- x) tojakub2009-12-161-0/+2
* Remove trailing white spaces.hjl2009-11-251-176/+176
* Implement evolution_function_right_is_integer_cst.spop2009-07-311-0/+30
* Make scev_is_linear_expression return false if the evolution is not affine mu...spop2009-07-311-2/+7
* 2009-07-03 Richard Guenther <rguenther@suse.de>rguenth2009-07-031-1/+14
* 2009-06-17 Richard Guenther <rguenther@suse.de>rguenth2009-06-171-5/+5
* * dbxout.c (dbxout_range_type): Add LOW and HIGH parameters. Use themebotcazou2009-05-151-23/+0