llvm-project/polly/lib
Tobias Grosser de68cc91cf ScheduleOpt: Use band forest to get the schedules
isl introduced a new representation for the schedules it calculates. The new
representation uses a forest of bands and is closer to the structure of the
data as the old interface. Switch to the new interface, as it is nicer to use
and as the old interface will soon be removed from isl.

WARNING: This commit needs a version of isl that is more recent that the one
         included in CLooG. See:
	 http://polly.grosser.es/get_started.html#islTrunk
llvm-svn: 134181
2011-06-30 20:01:02 +00:00
..
Analysis CodeGeneration: No need to forget SCoP. 2011-05-14 19:02:21 +00:00
Exchange ScopInfo: Do not return reference to member variable 'domain'. 2011-05-06 19:52:19 +00:00
JSON JSON: Do not use throw when exception is disabled. 2011-04-30 02:47:34 +00:00
Support ScheduleOpt: Use band forest to get the schedules 2011-06-30 20:01:02 +00:00
CMakeLists.txt ScheduleOptimizer: Add an isl based schedule optimizer 2011-05-14 19:02:06 +00:00
Cloog.cpp Cloog: Export clast_root 2011-05-14 19:02:29 +00:00
CodeGeneration.cpp CodeGeneration: Adapt to SCEVExpander change 2011-06-30 19:39:10 +00:00
CodePreparation.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00
IndependentBlocks.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00
Interchange.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00
Makefile Add initial version of Polly 2011-04-29 06:27:02 +00:00
MayAliasSet.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00
Pocc.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00
RegionSimplify.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00
ScheduleOptimizer.cpp ScheduleOpt: Use band forest to get the schedules 2011-06-30 20:01:02 +00:00