summaryrefslogtreecommitdiff
path: root/gcc/graphite-interchange.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR middle-end/64017 (Support ISL 0.14.0 (to fix ICE with gfortran.dg/graph...Tobias Burnus2014-12-011-2/+4
* Makefile.in (CLOOGLIBS, CLOOGINC): Remove.Tobias Burnus2014-11-121-4/+0
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* configure.ac: Eliminate ClooG installation dependency.Roman Gareev2014-08-181-2/+4
* Replacement of isl_int by isl_valMircea Namolaru2014-08-111-16/+22
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+5
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+2
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* re PR bootstrap/50167 (gmp memory functions are extern "C" (graphite))Marc Glisse2013-01-031-9/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-10/+10
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+1
* cloog.m4: Set up to work against ISL only.Richard Guenther2012-07-021-235/+168
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* Fix PR47654: Loop blocking should strip-mine at least two loops.Sebastian Pop2011-07-051-10/+11
* Test the profitability of interchange on the perfect nest.Sebastian Pop2011-01-251-9/+7
* Do not include unnecessary .h files.Sebastian Pop2010-12-281-16/+1
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+1
* Fix pbb_number_of_iterations_at_time.Sebastian Pop2010-09-301-1/+1
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-5/+5
* Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem...Andreas Simbuerger2010-08-111-1/+0
* Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger2010-08-111-1/+1
* Replace Value with mpz_tAndreas Simbuerger2010-05-061-6/+6
* Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger2010-05-061-22/+28
* Memoize memory strides per loop.Sebastian Pop2010-01-081-6/+20
* Compute memory strides on a whole loop.Sebastian Pop2010-01-081-54/+27
* Fix memory leaks.Sebastian Pop2010-01-071-3/+15
* re PR middle-end/42178 (Invalid memory access in graphite)Sebastian Pop2010-01-071-58/+24
* Fix PR42334: correct the update of the LST on loop interchange and distribution.Sebastian Pop2009-12-231-49/+55
* graphite-interchange.c (memory_strides_in_loop_depth): New.Sebastian Pop2009-11-251-22/+30
* graphite-interchange.c (build_partial_difference): New.Konrad Trifunovic2009-11-251-38/+96
* graphite-interchange.c (lst_perfect_nestify): Pass 3 parameters for the loops...Sebastian Pop2009-11-251-50/+114
* graphite-interchange.c (lst_perfectly_nested_p): New.Sebastian Pop2009-11-251-15/+56
* graphite-interchange.c (memory_stride_in_loop): Delete p1, lma and new_cstr.Sebastian Pop2009-11-251-5/+7
* graphite-interchange.c: Fix comments.Sebastian Pop2009-11-251-1/+2
* graphite-interchange.c (memory_stride_in_loop): The depth argument correspond...Sebastian Pop2009-11-251-3/+6
* graphite-interchange.c (memory_stride_in_loop): Fix comments.Sebastian Pop2009-11-251-4/+4
* graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the root of the LST.Sebastian Pop2009-11-251-2/+3
* graphite-interchange.c (build_linearized_memory_access): Pass an offset as pa...Konrad Trifunovic2009-11-251-63/+172
* graphite-interchange.c (lst_apply_interchange): New.Sebastian Pop2009-11-251-26/+130
* graphite-clast-to-gimple.c (build_cloog_prog): Use pbb_index.Sebastian Pop2009-11-251-1/+1
* graphite-interchange.c (pbb_interchange_profitable_p): Adjust the strides by ...Sebastian Pop2009-08-281-1/+7
* graphite-ppl.c (ppl_max_for_le): Renamed ppl_max_for_le_pointset.Konrad Trifunovic2009-08-281-2/+2