Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update publications | Tobias Grosser | 2012-01-03 | 1 | -3/+61 | |
| | | | | | | | - Add the LLVM Developer Meeting 2012 talk - Add papers used within Polly and papers interesting to read in general llvm-svn: 147442 | |||||
* | Allow to run the Polly preopt passes with -O0 | Tobias Grosser | 2011-12-14 | 1 | -0/+10 | |
| | | | | | | | | | | | To extract a preoptimized LLVM-IR file from a C-file run: clang -Xclang -load -Xclang LLVMPolly.so -O0 -mllvm -polly file.c -S -emit-llvm On the generated file you can directly run passes such as: 'opt -view-scops file.s' llvm-svn: 146560 | |||||
* | www: Enable mp4 version of the developer meeting talk | Tobias Grosser | 2011-12-14 | 1 | -6/+3 | |
| | | | | llvm-svn: 146559 | |||||
* | www: Add forgotten files | Tobias Grosser | 2011-12-13 | 3 | -0/+2000 | |
| | | | | llvm-svn: 146487 | |||||
* | www: Add LLVM Developer Meeting Video (webm only) | Tobias Grosser | 2011-12-13 | 1 | -0/+35 | |
| | | | | llvm-svn: 146486 | |||||
* | www: Improve styling of news section | Tobias Grosser | 2011-12-13 | 2 | -49/+153 | |
| | | | | llvm-svn: 146485 | |||||
* | www: Rephrase the introduction to Polly | Tobias Grosser | 2011-12-13 | 1 | -14/+15 | |
| | | | | llvm-svn: 146484 | |||||
* | www: Document how to run 'make polly-test' for autoconf build | Tobias Grosser | 2011-11-22 | 1 | -2/+3 | |
| | | | | llvm-svn: 145075 | |||||
* | Register Passes: Use -polly-optimizer=(isl|pocc) to switch optimizers | Tobias Grosser | 2011-11-22 | 1 | -2/+2 | |
| | | | | | | | This replaces the old option -polly-use-pocc. Also call the passes uniformly -polly-opt-pocc and -polly-opt-isl. llvm-svn: 145071 | |||||
* | RegisterPass: Disable Polly by default | Tobias Grosser | 2011-11-17 | 1 | -16/+28 | |
| | | | | | | | | | | | | | | | | | We disable Polly by default and add a new option '-polly' that enables Polly. This allows us to create an the alias $ alias clang clang -Xclang -load -Xclang LLVMPolly.so which loads Polly always into clang. It can now be enabled by running: $ clang -O3 -mllvm -polly file.c To enable it by default an alias pollycc can be create $ alias pollycc clang -O3 -mllvm -polly llvm-svn: 144917 | |||||
* | Make JScop export/reimport accessible from clang | Tobias Grosser | 2011-11-15 | 1 | -0/+5 | |
| | | | | llvm-svn: 144638 | |||||
* | www: Remove link to LLVM for upper left corner. This confused a lot of people | Tobias Grosser | 2011-11-10 | 1 | -6/+2 | |
| | | | | llvm-svn: 144289 | |||||
* | www: Add some news about Polly | Tobias Grosser | 2011-11-10 | 1 | -0/+12 | |
| | | | | llvm-svn: 144288 | |||||
* | www: Highlight command line flags | Tobias Grosser | 2011-11-10 | 1 | -21/+21 | |
| | | | | llvm-svn: 144287 | |||||
* | ScopDetection: Add flag to ignore possible aliasing | Tobias Grosser | 2011-11-10 | 1 | -0/+8 | |
| | | | | llvm-svn: 144285 | |||||
* | www: Fix install location of cloog in the installation guide. | Tobias Grosser | 2011-11-09 | 1 | -1/+1 | |
| | | | | llvm-svn: 144192 | |||||
* | www: Change in cloog installation procedure | Raghesh Aloor | 2011-10-26 | 1 | -1/+5 | |
| | | | | llvm-svn: 143025 | |||||
* | Add forgotten -Xclang option | Tobias Grosser | 2011-10-26 | 1 | -4/+4 | |
| | | | | | | Reported by: yabin.hwu@gmail.com llvm-svn: 143008 | |||||
* | www: reformat warning | Tobias Grosser | 2011-10-26 | 1 | -2/+4 | |
| | | | | llvm-svn: 143007 | |||||
* | www: Emphasize clang/LLVM/Polly need to be in sync | Tobias Grosser | 2011-10-26 | 1 | -0/+3 | |
| | | | | llvm-svn: 143005 | |||||
* | Only have a single option to disable tiling for both isl and Pocc optimzer | Tobias Grosser | 2011-10-23 | 1 | -0/+4 | |
| | | | | | | This also documents the new option on the website. llvm-svn: 142775 | |||||
* | Enable prevectorization with -enable-polly-vector. | Tobias Grosser | 2011-10-23 | 1 | -0/+7 | |
| | | | | | | This removes the separate prevector options for the Pluto and isl scheduler. llvm-svn: 142774 | |||||
* | Add an option to run the PoCC optimizer | Tobias Grosser | 2011-10-23 | 1 | -0/+7 | |
| | | | | llvm-svn: 142773 | |||||
* | Allow to disable the schedule optimizer | Tobias Grosser | 2011-10-23 | 1 | -0/+6 | |
| | | | | | | The option -polly-no-optimizer disables the scheduling optimizer. llvm-svn: 142772 | |||||
* | Rename -enable-polly-viewer to -polly-run-viewer | Tobias Grosser | 2011-10-23 | 1 | -0/+9 | |
| | | | | | | Similar changes for polly-only-viewer, polly-printer and polly-only-printer. llvm-svn: 142766 | |||||
* | RegisterPasses: Allow to disable code generation. | Tobias Grosser | 2011-10-23 | 1 | -0/+6 | |
| | | | | llvm-svn: 142765 | |||||
* | ScopDetection: Allow to limit the scop detection to a single function | Tobias Grosser | 2011-10-23 | 1 | -2/+15 | |
| | | | | | | | -polly-detect-only=<functionname> allows to limit the scop detection to a single function. llvm-svn: 142750 | |||||
* | Fix buildbot link | Tobias Grosser | 2011-10-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 142749 | |||||
* | Link to the new LLVM buildbots | Tobias Grosser | 2011-10-23 | 3 | -3/+3 | |
| | | | | llvm-svn: 142748 | |||||
* | www: Describe how to load Polly into clang | Tobias Grosser | 2011-10-23 | 2 | -0/+47 | |
| | | | | llvm-svn: 142747 | |||||
* | www: Move example into its own section (making room for another one) | Tobias Grosser | 2011-10-23 | 2 | -438/+463 | |
| | | | | llvm-svn: 142746 | |||||
* | Change location of our buildbot | Tobias Grosser | 2011-10-06 | 1 | -1/+1 | |
| | | | | llvm-svn: 141303 | |||||
* | Address Sebastians comments | Tobias Grosser | 2011-10-06 | 1 | -8/+6 | |
| | | | | | | This also adds some other cleanups I performed on my way. llvm-svn: 141275 | |||||
* | Adapt to introduction of isl_space | Tobias Grosser | 2011-10-06 | 1 | -2/+2 | |
| | | | | | | | | Polly should now be compiled with CLooG 0c252c88946b27b7b61a1a8d8fd7f94d2461dbfd and isl 56b7d238929980e62218525b4b3be121af386edf. The most convenient way to update is utils/checkout_cloog.sh. llvm-svn: 141251 | |||||
* | Add forgotten " | Tobias Grosser | 2011-10-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 141213 | |||||
* | Add a tool to checkout cloog/isl automatically with the correct versions. | Tobias Grosser | 2011-10-05 | 2 | -68/+59 | |
| | | | | | | | | The tool is called checkout_cloog.sh. We also update the get_started documentation to include this tool. An older unfinished tool called 'get_cloog.sh' is removed to avoid confusion. llvm-svn: 141212 | |||||
* | Point to our own buildbot until the official one is up again. | Tobias Grosser | 2011-10-04 | 1 | -1/+1 | |
| | | | | llvm-svn: 141070 | |||||
* | Also force a fixed version of cloog | Tobias Grosser | 2011-09-09 | 1 | -1/+4 | |
| | | | | llvm-svn: 139363 | |||||
* | Change installation instruction to use a fixed isl version | Tobias Grosser | 2011-09-09 | 1 | -15/+10 | |
| | | | | llvm-svn: 139362 | |||||
* | Add information about polyhedral phone call. | Tobias Grosser | 2011-08-23 | 1 | -0/+46 | |
| | | | | llvm-svn: 138326 | |||||
* | www: Updating memaccess Documentation | Raghesh Aloor | 2011-08-15 | 1 | -0/+18 | |
| | | | | llvm-svn: 137607 | |||||
* | www: Memory Access Documentation Update | Raghesh Aloor | 2011-07-21 | 1 | -0/+4 | |
| | | | | llvm-svn: 135641 | |||||
* | www: Fix typo | Tobias Grosser | 2011-07-18 | 1 | -1/+1 | |
| | | | | | | Reported by: Chad Rosier <mcrosier@apple.com> llvm-svn: 135428 | |||||
* | www: Mention new Polly Builder in News | Tobias Grosser | 2011-07-18 | 1 | -0/+3 | |
| | | | | llvm-svn: 135421 | |||||
* | www: Add link to buildbot into main menu | Tobias Grosser | 2011-07-18 | 1 | -3/+4 | |
| | | | | llvm-svn: 135387 | |||||
* | www: Buildbot set up | Tobias Grosser | 2011-07-18 | 1 | -2/+5 | |
| | | | | llvm-svn: 135385 | |||||
* | www: Fix typo | Tobias Grosser | 2011-07-12 | 1 | -1/+1 | |
| | | | | llvm-svn: 134981 | |||||
* | www/memaccess: Fix forgotten typo | Tobias Grosser | 2011-07-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 134435 | |||||
* | www: Updating memaccess documentation | Raghesh Aloor | 2011-07-05 | 2 | -137/+81 | |
| | | | | | | | This is a complete rewrite to memaccess.html file. This removed some unwanted html tags. llvm-svn: 134429 | |||||
* | www: Fix typos. | Tobias Grosser | 2011-06-30 | 2 | -2/+2 | |
| | | | | llvm-svn: 134158 |