aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-affine.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-02tree-affine.c (add_elt_to_tree): Avoid converting all pointer arithmetic to s...Richard Biener1-19/+31
2013-05-27re PR tree-optimization/57396 (Wrong code with -fpredictive-commoning in Fort...Richard Biener1-6/+11
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+2
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-38/+35
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-03-30tree-affine.h (print_aff): Remove.Richard Guenther1-1/+1
2011-08-23Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.Richard Guenther1-0/+27
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-3/+3
2010-11-26re PR lto/46664 (Failed to build 481.wrf in SPEC CPU 2006 with LTO)Richard Guenther1-1/+4
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-0/+28
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-4/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-9/+9
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-32/+34
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-2/+2
2008-04-16Makefile.in (tree-affine.o): Add $(FLAGS_H) dependency.Richard Guenther1-3/+36
2008-03-27tree-affine.h (aff_combination_expand): Declare.Zdenek Dvorak1-15/+57
2008-03-11re PR tree-optimization/31358 (IV-OPTs produces a weird MEM_REF)Andrew Pinski1-9/+28
2007-08-18tree-affine.h (print_aff): New prototype.Andrew Pinski1-0/+45
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-1/+1
2007-07-30re PR tree-optimization/32527 (ICE in build2_stat, at tree.c:3074)Andrew Pinski1-11/+8
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-06-28re PR middle-end/32417 (416.gamess ICEs (in aff_combination_add_elt, tree-aff...Andrew Pinski1-5/+17
2007-06-15[multiple changes]Andrew Pinski1-0/+7
2007-05-25cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-05-24passes.texi: Document predictive commoning.Zdenek Dvorak1-0/+211
2007-01-10re PR middle-end/30322 (((-i-1) + i) +1) is turned into ~i + (i+1) and never ...Zdenek Dvorak1-4/+85
2006-12-14tree-ssa-loop-ivopts.c: Include tree-affine.h.Zdenek Dvorak1-0/+414