aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-interchange.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-27remove -floop-* flagsSebastian Pop1-656/+0
2015-07-21configure.ac: Add check for new options in isl-0.15.Mike Frysinger1-0/+1
2015-07-17[graphite] fix pr61929Aditya Kumar1-26/+29
2015-07-13omega.h: Don't include config.h...Andrew MacLeod1-11/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+4
2015-07-06graphite-blocking.c (HAVE_isl): Include <stddef.h>.Jim Wilson1-0/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01re PR middle-end/64017 (Support ISL 0.14.0 (to fix ICE with gfortran.dg/graph...Tobias Burnus1-2/+4
2014-11-12Makefile.in (CLOOGLIBS, CLOOGINC): Remove.Tobias Burnus1-4/+0
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-08-18configure.ac: Eliminate ClooG installation dependency.Roman Gareev1-2/+4
2014-08-11Replacement of isl_int by isl_valMircea Namolaru1-16/+22
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+2
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2013-01-03re PR bootstrap/50167 (gmp memory functions are extern "C" (graphite))Marc Glisse1-9/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-10/+10
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-07-02cloog.m4: Set up to work against ISL only.Richard Guenther1-235/+168
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2011-07-05Fix PR47654: Loop blocking should strip-mine at least two loops.Sebastian Pop1-10/+11
2011-01-25Test the profitability of interchange on the perfect nest.Sebastian Pop1-9/+7
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-16/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-09-30Fix pbb_number_of_iterations_at_time.Sebastian Pop1-1/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-5/+5
2010-08-11Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem...Andreas Simbuerger1-1/+0
2010-08-11Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger1-1/+1
2010-05-06Replace Value with mpz_tAndreas Simbuerger1-6/+6
2010-05-06Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger1-22/+28
2010-01-08Memoize memory strides per loop.Sebastian Pop1-6/+20
2010-01-08Compute memory strides on a whole loop.Sebastian Pop1-54/+27
2010-01-07Fix memory leaks.Sebastian Pop1-3/+15
2010-01-07re PR middle-end/42178 (Invalid memory access in graphite)Sebastian Pop1-58/+24
2009-12-23Fix PR42334: correct the update of the LST on loop interchange and distribution.Sebastian Pop1-49/+55
2009-11-25graphite-interchange.c (memory_strides_in_loop_depth): New.Sebastian Pop1-22/+30
2009-11-25graphite-interchange.c (build_partial_difference): New.Konrad Trifunovic1-38/+96
2009-11-25graphite-interchange.c (lst_perfect_nestify): Pass 3 parameters for the loops...Sebastian Pop1-50/+114
2009-11-25graphite-interchange.c (lst_perfectly_nested_p): New.Sebastian Pop1-15/+56
2009-11-25graphite-interchange.c (memory_stride_in_loop): Delete p1, lma and new_cstr.Sebastian Pop1-5/+7