aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-poly.c
AgeCommit message (Expand)AuthorFilesLines
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-15New unroll and jam option in Graphite.Mircea Namolaru1-1/+2
2014-11-10Makefile.in: Remove the compilation of graphite-clast-to-gimple.o.Roman Gareev1-104/+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-11/+15
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-6/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-41/+43
2012-07-18* graphite-poly.c (print_pbb_body): Fixup dump_bb call.Steven Bosscher1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-07-04Makefile.in (OBJS): Add graphite-optimize-isl.o.Tobias Grosser1-0/+5
2012-07-02cloog.m4: Set up to work against ISL only.Richard Guenther1-837/+196
2012-03-02invoke.texi (floop-flatten): Declare obsolete.Maxim Kuvyrkov1-3/+0
2011-07-27PR45450: disable legality check after an openscop readSebastian Pop1-1/+5
2011-01-25Fix pbb_remove_duplicate_pdrs.Sebastian Pop1-6/+7
2010-12-29Use diagnostic-core.h instead of diagnostic.h.Sebastian Pop1-1/+1
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-17/+2
2010-12-01Postpone the rewrite out of SSA to the end of the translation to polyhedral r...Sebastian Pop1-4/+6
2010-12-01Add a stride parameter to scop_do_strip_mine.Sebastian Pop1-1/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-6/+6
2010-09-30Fix Graphite memory leaks.Sebastian Pop1-0/+2
2010-09-30Only iterate over pbb_dim_iter_domain.Sebastian Pop1-2/+4
2010-09-30New pass: loop flattening.Sebastian Pop1-1/+5
2010-09-30Add cloog_checksum.Sebastian Pop1-0/+18
2010-09-30Fix pbb_number_of_iterations_at_time.Sebastian Pop1-50/+93
2010-09-30Call fatal_error when the transform read from file is not legal.Sebastian Pop1-1/+5
2010-09-30Fix pretty printers.Sebastian Pop1-21/+15
2010-09-30Fix uninitialize warning.Sebastian Pop1-1/+1
2010-09-30Avoid set but not used warning.Sebastian Pop1-2/+1
2010-09-30Dump each scop in a separate file.Riyadh Baghdadi1-2/+66
2010-09-30Enable graphite to read an OpenScop file.Riyadh Baghdadi1-0/+259
2010-09-30Fix include order to avoid failed compilation on CLOOG_ORG.Andreas Simbuerger1-1/+1
2010-09-30Remove spaces from matrix lines.Riyadh Baghdadi1-5/+5
2010-09-30Fix columns order in openscop.Riyadh Baghdadi1-2/+2