- Aug 24, 2011
-
-
Tobias Grosser authored
llvm-svn: 138400
-
- Aug 23, 2011
-
-
Tobias Grosser authored
llvm-svn: 138326
-
Tobias Grosser authored
This fixes reference counting if the schedule optimizer is used. llvm-svn: 138325
-
- Aug 21, 2011
-
-
Tobias Grosser authored
I am planning to eliminate the TempScopInfo pass. To simplify this I remove some features that may later be added to the ScopInfo pass. The interchange pass is currently strongly tested and furthermore ment to be replaced by the general scheduling optimizer. Reductions itself can later be added easily. llvm-svn: 138219
-
- Aug 20, 2011
-
-
Tobias Grosser authored
Because of me not understanding the LLVM pass structure well, I did not find a good way to allocate isl_ctx and to free it later without getting issues with reference counting. I now found this place, such that we can free isl_ctx. This patch also fixes the memory leaks that were ignored beforehand. llvm-svn: 138204
-
Tobias Grosser authored
llvm-svn: 138203
-
Tobias Grosser authored
llvm-svn: 138202
-
Tobias Grosser authored
llvm-svn: 138155
-
Tobias Grosser authored
This simplifies the code quite a bit. llvm-svn: 138147
-
- Aug 18, 2011
-
-
Tobias Grosser authored
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
-
Tobias Grosser authored
At the moment, we still remove the ids after all data structures are created, as later passes do not yet support ids. This limitation will be removed later. llvm-svn: 137931
-
Tobias Grosser authored
Do not use AffFunc to derive the affine expressions, but use isl_pw_aff to analyze the original SCEV directly. This will allow several simplifications in follow up patches, with the final goal of removing AffFunc completely. llvm-svn: 137930
-
Tobias Grosser authored
llvm-svn: 137929
-
Tobias Grosser authored
llvm-svn: 137928
-
Tobias Grosser authored
llvm-svn: 137927
-
- Aug 15, 2011
-
-
Raghesh Aloor authored
llvm-svn: 137607
-
Raghesh Aloor authored
Support for generating code for an access function change which is a constant is added. llvm-svn: 137603
-
- Aug 11, 2011
-
-
Raghesh Aloor authored
llvm-svn: 137304
-
- Aug 08, 2011
-
-
Raghesh Aloor authored
llvm-svn: 137043
-
- Aug 03, 2011
-
-
Raghesh Aloor authored
Code is generated for a simple access function change imported from JSCOP file. An access of A[i] is changed to A[0]. The code for A[0] is generated directly without refering to isl function calls. llvm-svn: 136789
-
Raghesh Aloor authored
The changed access relations imported from JSCOP file is shown as output of -analyze pass. llvm-svn: 136774
-
Tobias Grosser authored
Signed-off-by:
Tobias Grosser <tobias@grosser.es> llvm-svn: 136750
-
Tobias Grosser authored
Signed-off-by:
Tobias Grosser <tobias@grosser.es> llvm-svn: 136749
-
- Aug 02, 2011
-
-
Tobias Grosser authored
Contributed by: Sebastian Pop <sebpop@gmail.com> llvm-svn: 136685
-
Tobias Grosser authored
One of them actually pointed to an invalid condition in an assert. llvm-svn: 136657
-
- Jul 21, 2011
-
-
Raghesh Aloor authored
llvm-svn: 135641
-
- Jul 18, 2011
-
-
Tobias Grosser authored
Reported by: Chad Rosier <mcrosier@apple.com> llvm-svn: 135428
-
Tobias Grosser authored
llvm-svn: 135421
-
Tobias Grosser authored
llvm-svn: 135387
-
Tobias Grosser authored
llvm-svn: 135385
-
Tobias Grosser authored
llvm-svn: 135384
-
- Jul 16, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 135345
-
Raghesh Aloor authored
While iterating through the memory accesses in JSCOP file the inner loop index was not initialized to zero. llvm-svn: 135340
-
Tobias Grosser authored
Needed to avoid compile error after the patch "Convert CallInst and InvokeInst APIs to use ArrayRef. Contributed by: Sebastian Pop <sebpop@gmail.com> llvm-svn: 135321
-
- Jul 12, 2011
-
-
Raghesh Aloor authored
This patch reads the change in access functions from imported JSCOP file. A test case is also added. llvm-svn: 134991
-
Tobias Grosser authored
llvm-svn: 134981
-
Tobias Grosser authored
Remove constness of Types and do not name the structures generated in the OpenMP code. llvm-svn: 134980
-
- Jul 09, 2011
-
-
Raghesh Aloor authored
isl/map.h is included in OpenScopExporter.cpp and OpenScopImporter.cpp llvm-svn: 134786
-
- Jul 06, 2011
-
-
Tobias Grosser authored
llvm-svn: 134513
-
Tobias Grosser authored
llvm-svn: 134512
-