aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-dependences.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-21configure.ac: Add check for new options in isl-0.15.Mike Frysinger1-7/+8
2015-07-17[graphite] fix pr61929Aditya Kumar1-2/+2
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-11-10Makefile.in: Remove the compilation of graphite-clast-to-gimple.o.Roman Gareev1-62/+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/+7
2014-08-05graphite-isl-ast-to-gimple.c: Add a new struct ast_build_info.Roman Gareev1-1/+37
2014-06-29graphite-dependences.c (subtract_commutative_associative_deps): Add NULL chec...Roman Gareev1-18/+65
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-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-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-3/+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-07-14graphite: Do not depend on 2D + 1 form in parallelism checkTobias Grosser1-5/+4
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-1/+2
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
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-22/+23
2012-07-16graphite-clast-to-gimple.c, [...]: Include tree-pass.h instead of dumpfile.h ...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-1/+1
2012-07-02cloog.m4: Set up to work against ISL only.Richard Guenther1-772/+435
2011-07-21Start counting nesting level from 0 and use the standard "Polyhedral SCatteri...Sebastian Pop1-3/+6
2011-07-08Remove continue from loop, add one more assert.Sebastian Pop1-9/+6
2011-01-25Allow several reductions in a reduction PBB.Sebastian Pop1-3/+4
2011-01-25Relax the definition of same_pdr_p.Sebastian Pop1-2/+1
2011-01-25Pass 0 as the number of parameters to PIP when testing for integer feasibility.Sebastian Pop1-11/+8
2011-01-25Minimize the number of expensive calls to ppl_powerset_is_empty.Sebastian Pop1-124/+67
2011-01-25Use PIP to determine the integer feasibility of a constraint system.Sebastian Pop1-9/+14
2011-01-25Correct the precedence relation.Sebastian Pop1-5/+10
2011-01-25speedup compilationSebastian Pop1-1/+6
2011-01-25Print the data dependence polyhedron in the PPL format.Sebastian Pop1-0/+1
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-13/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-09-30Avoid set but not used warning.Sebastian Pop1-4/+2
2010-09-17Add DEBUG_FUNCTION to all the dot_* debugging functions.Sebastian Pop1-2/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-23/+23
2010-08-11Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem...Andreas Simbuerger1-1/+0