hanchenye-llvm-project/polly/lib
Tobias Grosser d2795d0365 ScopInfo: Remove adhoc comparision of affine expressions
Until today, we compared two affine expressions by defining two maps describing
them, creating an union of those maps, adding constraints that do the comparison
and projecting out unneeded dimensions.

This was simplified to using the isl_pw_aff representation of the affine
expressions and using the relevant isl functions to compare them.

llvm-svn: 137932
2011-08-18 07:51:40 +00:00
..
Analysis ScopInfo: Remove adhoc comparision of affine expressions 2011-08-18 07:51:40 +00:00
Exchange Memaccess: Code generation for constant access function change 2011-08-15 02:33:39 +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 Memaccess: Code generation for constant access function change 2011-08-15 02:33:39 +00:00
CodePreparation.cpp
IndependentBlocks.cpp
Interchange.cpp
Makefile
MayAliasSet.cpp
Pocc.cpp
RegionSimplify.cpp
ScheduleOptimizer.cpp Fix two compiler warnings 2011-08-01 22:39:00 +00:00