aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-dependences.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-17graphite-dependences.c (scop_get_reads_and_writes): Change output parameters ...Richard Biener1-3/+3
2017-10-06graphite-dependences.c (scop_get_reads): Move code to...Sebastian Pop1-57/+21
2017-02-13isl.m4: Remove support for ISL 0.14.Richard Biener1-152/+0
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-26new scop schedule for isl-0.15Aditya Kumar1-12/+111
2016-01-21add more coalescing to simplify constraintsAditya Kumar1-35/+28
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17move all isl include files to graphite.hSebastian Pop1-9/+0
2015-12-16Remove individial dependence pointers and add a scop::dependence to contain a...Aditya Kumar1-22/+34
2015-12-16add more dumps on data dependence graphAditya Kumar1-4/+27
2015-12-02fix invalid bounds on array refsAditya Kumar1-3/+46
2015-11-24move all declarations to a same .h fileAditya Kumar1-1/+1
2015-11-23Correct graphite*.c ISL header file inclusion order.David Edelsohn1-9/+10
2015-10-10add dump of data dependencesAditya Kumar1-0/+7
2015-10-07gather bbs and conditions in a single walk through dominatorsAditya Kumar1-1/+1
2015-10-06remove dead code used by the old cloog schedulerAditya Kumar1-254/+1
2015-10-06Move declarations, assign types, renaming.Aditya Kumar1-6/+6
2015-09-29Make compute_deps, extend_schedule staticAditya Kumar1-31/+31
2015-09-09fix PR53852: stop ISL after a given number of operationsSebastian Pop1-48/+35
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