summaryrefslogtreecommitdiff
path: root/gcc/graphite-poly.c
Commit message (Expand)AuthorAgeFilesLines
* 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-6/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-41/+43
* * graphite-poly.c (print_pbb_body): Fixup dump_bb call.Steven Bosscher2012-07-181-1/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+1
* Makefile.in (OBJS): Add graphite-optimize-isl.o.Tobias Grosser2012-07-041-0/+5
* cloog.m4: Set up to work against ISL only.Richard Guenther2012-07-021-837/+196
* invoke.texi (floop-flatten): Declare obsolete.Maxim Kuvyrkov2012-03-021-3/+0
* PR45450: disable legality check after an openscop readSebastian Pop2011-07-271-1/+5
* Fix pbb_remove_duplicate_pdrs.Sebastian Pop2011-01-251-6/+7
* Use diagnostic-core.h instead of diagnostic.h.Sebastian Pop2010-12-291-1/+1
* Do not include unnecessary .h files.Sebastian Pop2010-12-281-17/+2
* Postpone the rewrite out of SSA to the end of the translation to polyhedral r...Sebastian Pop2010-12-011-4/+6
* Add a stride parameter to scop_do_strip_mine.Sebastian Pop2010-12-011-1/+1
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-6/+6
* Fix Graphite memory leaks.Sebastian Pop2010-09-301-0/+2
* Only iterate over pbb_dim_iter_domain.Sebastian Pop2010-09-301-2/+4
* New pass: loop flattening.Sebastian Pop2010-09-301-1/+5
* Add cloog_checksum.Sebastian Pop2010-09-301-0/+18
* Fix pbb_number_of_iterations_at_time.Sebastian Pop2010-09-301-50/+93
* Call fatal_error when the transform read from file is not legal.Sebastian Pop2010-09-301-1/+5
* Fix pretty printers.Sebastian Pop2010-09-301-21/+15
* Fix uninitialize warning.Sebastian Pop2010-09-301-1/+1
* Avoid set but not used warning.Sebastian Pop2010-09-301-2/+1
* Dump each scop in a separate file.Riyadh Baghdadi2010-09-301-2/+66
* Enable graphite to read an OpenScop file.Riyadh Baghdadi2010-09-301-0/+259
* Fix include order to avoid failed compilation on CLOOG_ORG.Andreas Simbuerger2010-09-301-1/+1
* Remove spaces from matrix lines.Riyadh Baghdadi2010-09-301-5/+5
* Fix columns order in openscop.Riyadh Baghdadi2010-09-301-2/+2
* Write OpenScop format.Riyadh Baghdadi2010-09-301-23/+280
* Add DEBUG_FUNCTION to all the dot_* debugging functions.Sebastian Pop2010-09-171-1/+1
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-20/+20
* Fix flipped condition using mpz_sgn.Andreas Simbuerger2010-08-111-1/+1
* 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
* Launch dotty in background.Sebastian Pop2010-08-111-1/+1
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-13/+13
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* Replace Value with mpz_tAndreas Simbuerger2010-05-061-4/+4
* Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger2010-05-061-8/+8
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* Add a verbosity parameter to clean up the comments of pretty printers.Sebastian Pop2010-03-311-168/+309
* Print SCoPs under CLooG format.Sebastian Pop2010-03-311-16/+76
* Make print_scop output the scoplib format.Sebastian Pop2010-03-311-34/+125
* re PR tree-optimization/42771 ([graphite] ICE: in graphite_loop_normal_form, ...Sebastian Pop2010-02-111-0/+2
* graphite-blocking.c (scop_do_block): New.Sebastian Pop2009-11-251-4/+1
* graphite-interchange.c (lst_perfect_nestify): Pass 3 parameters for the loops...Sebastian Pop2009-11-251-1/+0
* graphite-interchange.c (lst_perfectly_nested_p): New.Sebastian Pop2009-11-251-0/+1
* graphite-poly.c (pbb_remove_duplicate_pdrs): Free collapsed.Sebastian Pop2009-11-251-0/+1