summaryrefslogtreecommitdiff
path: root/gcc/tree-affine.c
Commit message (Expand)AuthorAgeFilesLines
* tree-affine.h (print_aff): Remove.Richard Guenther2012-03-301-1/+1
* Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.Richard Guenther2011-08-231-0/+27
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-191-3/+3
* re PR lto/46664 (Failed to build 481.wrf in SPEC CPU 2006 with LTO)Richard Guenther2010-11-261-1/+4
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-0/+28
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-1/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-4/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-9/+9
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-32/+34
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-2/+2
* Makefile.in (tree-affine.o): Add $(FLAGS_H) dependency.Richard Guenther2008-04-161-3/+36
* tree-affine.h (aff_combination_expand): Declare.Zdenek Dvorak2008-03-271-15/+57
* re PR tree-optimization/31358 (IV-OPTs produces a weird MEM_REF)Andrew Pinski2008-03-111-9/+28
* tree-affine.h (print_aff): New prototype.Andrew Pinski2007-08-181-0/+45
* c-common.c (const_strip_array_types): New.Kaveh R. Ghazi2007-08-161-1/+1
* re PR tree-optimization/32527 (ICE in build2_stat, at tree.c:3074)Andrew Pinski2007-07-301-11/+8
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* re PR middle-end/32417 (416.gamess ICEs (in aff_combination_add_elt, tree-aff...Andrew Pinski2007-06-281-5/+17
* [multiple changes]Andrew Pinski2007-06-151-0/+7
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-05-251-1/+1
* passes.texi: Document predictive commoning.Zdenek Dvorak2007-05-241-0/+211
* re PR middle-end/30322 (((-i-1) + i) +1) is turned into ~i + (i+1) and never ...Zdenek Dvorak2007-01-101-4/+85
* tree-ssa-loop-ivopts.c: Include tree-affine.h.Zdenek Dvorak2006-12-141-0/+414