| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 205985
|
|
|
|
| |
llvm-svn: 205984
|
|
|
|
|
|
| |
We only care about cmake and the buildbots test that it works.
llvm-svn: 205983
|
|
|
|
| |
llvm-svn: 205982
|
|
|
|
| |
llvm-svn: 205980
|
|
|
|
|
|
|
|
| |
Reversed the order in which LD_LIBRARY_PATH is defined in order to make sure the
${CLOOG_INSTALL} prefix is found first.
Contributed-by: Christian Bielert <cib123@googlemail.com>
llvm-svn: 205556
|
|
|
|
| |
llvm-svn: 205553
|
|
|
|
|
| |
Contributed-by: cib123@googlemail.com
llvm-svn: 205549
|
|
|
|
| |
llvm-svn: 204466
|
|
|
|
|
|
|
|
| |
It does not seem to add a lot of value, as it leaves unclear which parts are
mature and whichs not. Adding this informatin also does not make sense, as it
changes rapidly.
llvm-svn: 204447
|
|
|
|
| |
llvm-svn: 204446
|
|
|
|
|
|
| |
We now have both polyhedral dead code elimination as well as LNT buildbots.
llvm-svn: 204445
|
|
|
|
| |
llvm-svn: 204444
|
|
|
|
| |
llvm-svn: 204443
|
|
|
|
| |
llvm-svn: 204442
|
|
|
|
| |
llvm-svn: 204441
|
|
|
|
| |
llvm-svn: 204265
|
|
|
|
| |
llvm-svn: 203456
|
|
|
|
| |
llvm-svn: 201720
|
|
|
|
|
|
| |
This website provides general information about polyhedral compilation.
llvm-svn: 201192
|
|
|
|
|
|
|
| |
This does not only seem helpful for Polly, but it should help in general to
further reduce bugs.
llvm-svn: 200225
|
|
|
|
| |
llvm-svn: 198596
|
|
|
|
| |
llvm-svn: 198595
|
|
|
|
| |
llvm-svn: 198594
|
|
|
|
|
|
|
| |
This ModulePass schedules the set of Polly canonicalization passes. It is a
debugging tool that can be used to preoptimize .ll files for Polly processing.
llvm-svn: 198376
|
|
|
|
| |
llvm-svn: 197847
|
|
|
|
|
| |
Reported-by: Dmitry N. Mikushin <maemarcus@gmail.com>
llvm-svn: 197796
|
|
|
|
|
|
|
|
|
| |
Further:
o ensure that the header is properly readable even on smaller screen sizes.
o Shorten the table of contents of the documentation section.
llvm-svn: 197794
|
|
|
|
| |
llvm-svn: 197793
|
|
|
|
| |
llvm-svn: 197763
|
|
|
|
| |
llvm-svn: 197760
|
|
|
|
| |
llvm-svn: 197752
|
|
|
|
| |
llvm-svn: 197747
|
|
|
|
| |
llvm-svn: 197746
|
|
|
|
| |
llvm-svn: 197745
|
|
|
|
| |
llvm-svn: 197739
|
|
|
|
| |
llvm-svn: 197738
|
|
|
|
| |
llvm-svn: 197724
|
|
|
|
| |
llvm-svn: 197723
|
|
|
|
| |
llvm-svn: 197722
|
|
|
|
| |
llvm-svn: 193603
|
|
|
|
| |
llvm-svn: 193468
|
|
|
|
|
|
|
|
| |
Polly can now be compiled without explicitly linking to GMP licensed code.
This patch also contains some formatting improvements.
llvm-svn: 193467
|
|
|
|
| |
llvm-svn: 193466
|
|
|
|
|
|
|
|
| |
The Makefile rule "polly-test" has been renamed to
"check-polly" in r182171. This CL updates the document and
the automatic build script.
llvm-svn: 188624
|
|
|
|
|
|
|
|
|
|
|
| |
It was initially committed to allow people to get a list of the files used
or generated in the matmul tutorial. Since the documentation does now
point people to the directory in their git checkout, it is not necessary anymore
to make a directory listing available. Especially, as this never worked and
recently the LLVM web server does not deliver files in this directory at all
due to the unsupported .htaccess file.
llvm-svn: 182370
|
|
|
|
|
|
|
|
|
| |
As the namings of the scops have changed, polly was not able to read in the user
given .jscop files. By renaming the provided files, polly now finds them again
and can use them to optimize the matmul function. We also update the generated
files to reflect the very latest version of Polly.
llvm-svn: 182265
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We now support regions with multiple entries and multiple exits natively.
Regions are not needed to be simplified to single entry and single exit.
We need to XFAIL two test cases as this change increases the scop coverage
and uncoveres two failures in the independent blocks pass. The first failure
will be fixed in a subsequent commit, the second one is in the non-default
-polly-codegen-scev mode and still needs to be fixed.
Contributed-by: Star Tan <tanmx_star@yeah.net>
llvm-svn: 179673
|
|
|
|
|
|
| |
Contributed by: Dmitry Mikushin <dmitry@kernelgen.org>
llvm-svn: 172772
|
|
|
|
| |
llvm-svn: 171231
|