llvm-project/polly/lib
Tobias Grosser e71ed19841 Add iterators for the ArrayInfo objects of the scop
This patch also changes the implementation of the ArrayInfoMap to a MapVector
which will ensure that iterating over the list of ArrayInfo objects gives
predictable results. The single loop that currently enumerates the ArrayInfo
objects only frees the individual objectes, hence a possibly changing
iteration order does not affect the outcome. The added robustness is for
future users of this interface.

llvm-svn: 236583
2015-05-06 10:05:20 +00:00
..
Analysis Add iterators for the ArrayInfo objects of the scop 2015-05-06 10:05:20 +00:00
CodeGen Extract IslNodeBuilder into its own file 2015-04-27 12:32:24 +00:00
Exchange Adding debug location information to Polly's JSCOP and dot exports 2015-05-03 05:21:36 +00:00
External Update isl to a6523fb42c35 2015-04-19 09:06:02 +00:00
JSON Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
Support [FIX] Invalid recognition of multidimensional access 2015-05-03 16:03:01 +00:00
Transform Rename 'scattering' to 'schedule' 2015-04-21 11:37:25 +00:00
CMakeLists.txt Adding debug location information to Polly's JSCOP and dot exports 2015-05-03 05:21:36 +00:00
Makefile Adding debug location information to Polly's JSCOP and dot exports 2015-05-03 05:21:36 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00