- Jun 30, 2011
-
-
Tobias Grosser authored
llvm-svn: 134158
-
Tobias Grosser authored
llvm-svn: 134156
-
Tobias Grosser authored
llvm-svn: 134153
-
Tobias Grosser authored
In some cases it is necessary to use a version of isl that is more recent than the one included with CLooG. Point out what is needed to get such a version. llvm-svn: 134152
-
- Jun 18, 2011
-
-
Raghesh Aloor authored
llvm-svn: 133354
-
Raghesh Aloor authored
llvm-svn: 133353
-
- Jun 09, 2011
-
-
Tobias Grosser authored
llvm-svn: 132761
-
- Jun 08, 2011
-
-
Tobias Grosser authored
llvm-svn: 132755
-
- Jun 06, 2011
-
-
Tobias Grosser authored
llvm-svn: 132678
-
- May 26, 2011
-
-
Tobias Grosser authored
llvm-svn: 132120
-
- May 24, 2011
-
-
Tobias Grosser authored
Like this the menu can also be used in subdirectories. llvm-svn: 131964
-
Tobias Grosser authored
llvm-svn: 131963
-
Tobias Grosser authored
llvm-svn: 131962
-
Tobias Grosser authored
Functions that are currently only used in this file can be declared static. Suggested by: ether llvm-svn: 131960
-
Tobias Grosser authored
Tobias' diploma thesis and Raghesh's master thesis. llvm-svn: 131959
-
- May 23, 2011
-
-
Tobias Grosser authored
Cleanup suggested by ether. llvm-svn: 131898
-
- May 14, 2011
-
-
Tobias Grosser authored
llvm-svn: 131361
-
Tobias Grosser authored
llvm-svn: 131360
-
Tobias Grosser authored
llvm-svn: 131359
-
Tobias Grosser authored
No need to pretend anymore that we do not update the LLVM-IR. llvm-svn: 131358
-
Tobias Grosser authored
llvm-svn: 131357
-
Tobias Grosser authored
As we do not delete the SCoP, there is no need to remove it from the SCoP detection. llvm-svn: 131356
-
Tobias Grosser authored
llvm-svn: 131355
-
Tobias Grosser authored
The isl based routines implement a new interpretation of the Pluto algorithm new interpretation. This patch requires a recent version of isl to be installed. llvm-svn: 131354
-
Tobias Grosser authored
If we only want to optimize a single function, we should extract this function into a separate .ll file. This simplifies the code. llvm-svn: 131353
-
Tobias Grosser authored
Instead of deleting the old code, keep it on the side in an if-branch. It will either be deleted by the dead code elimination or we can use it as fallback. llvm-svn: 131352
-
Tobias Grosser authored
llvm-svn: 131351
-
- May 13, 2011
-
-
Tobias Grosser authored
llvm-svn: 131307
-
- May 12, 2011
-
-
Tobias Grosser authored
llvm-svn: 131247
-
Tobias Grosser authored
llvm-svn: 131246
-
- May 06, 2011
-
-
Tobias Grosser authored
Instead of returning a pointer to the domain, we return a new copy of it. This is safer, as we do not give access to internal objects. It is also not expensive, as isl will just increment a reference counter. llvm-svn: 131010
-
Tobias Grosser authored
llvm-svn: 131009
-
Hongbin Zheng authored
do not re-generate code for these functions. llvm-svn: 130975
-
- May 03, 2011
-
-
Hongbin Zheng authored
Refactor: Move 'isParallelFor' from codegen backend to Dependences analysis, so other passes can also use it. llvm-svn: 130752
-
Tobias Grosser authored
llvm-svn: 130751
-
- May 02, 2011
-
-
Tobias Grosser authored
Use the content of the Polly wiki page[1] to create a new website. I do not yet plan to officially promote this website, but it is already a solid base that we can improve and peer review. [1] http://wiki.llvm.org/Polly llvm-svn: 130689
-
- Apr 30, 2011
-
-
Hongbin Zheng authored
llvm-svn: 130586
-
Hongbin Zheng authored
llvm-svn: 130575
-
Hongbin Zheng authored
llvm-svn: 130574
-
- Apr 29, 2011
-
-
Andreas Simbuerger authored
llvm-svn: 130484
-