summaryrefslogtreecommitdiffstats
path: root/polly/www
Commit message (Collapse)AuthorAgeFilesLines
...
* Update publicationsTobias Grosser2012-01-031-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 -O0Tobias Grosser2011-12-141-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 talkTobias Grosser2011-12-141-6/+3
| | | | llvm-svn: 146559
* www: Add forgotten filesTobias Grosser2011-12-133-0/+2000
| | | | llvm-svn: 146487
* www: Add LLVM Developer Meeting Video (webm only)Tobias Grosser2011-12-131-0/+35
| | | | llvm-svn: 146486
* www: Improve styling of news sectionTobias Grosser2011-12-132-49/+153
| | | | llvm-svn: 146485
* www: Rephrase the introduction to PollyTobias Grosser2011-12-131-14/+15
| | | | llvm-svn: 146484
* www: Document how to run 'make polly-test' for autoconf buildTobias Grosser2011-11-221-2/+3
| | | | llvm-svn: 145075
* Register Passes: Use -polly-optimizer=(isl|pocc) to switch optimizersTobias Grosser2011-11-221-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 defaultTobias Grosser2011-11-171-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 clangTobias Grosser2011-11-151-0/+5
| | | | llvm-svn: 144638
* www: Remove link to LLVM for upper left corner. This confused a lot of peopleTobias Grosser2011-11-101-6/+2
| | | | llvm-svn: 144289
* www: Add some news about PollyTobias Grosser2011-11-101-0/+12
| | | | llvm-svn: 144288
* www: Highlight command line flagsTobias Grosser2011-11-101-21/+21
| | | | llvm-svn: 144287
* ScopDetection: Add flag to ignore possible aliasingTobias Grosser2011-11-101-0/+8
| | | | llvm-svn: 144285
* www: Fix install location of cloog in the installation guide.Tobias Grosser2011-11-091-1/+1
| | | | llvm-svn: 144192
* www: Change in cloog installation procedureRaghesh Aloor2011-10-261-1/+5
| | | | llvm-svn: 143025
* Add forgotten -Xclang optionTobias Grosser2011-10-261-4/+4
| | | | | | Reported by: yabin.hwu@gmail.com llvm-svn: 143008
* www: reformat warningTobias Grosser2011-10-261-2/+4
| | | | llvm-svn: 143007
* www: Emphasize clang/LLVM/Polly need to be in syncTobias Grosser2011-10-261-0/+3
| | | | llvm-svn: 143005
* Only have a single option to disable tiling for both isl and Pocc optimzerTobias Grosser2011-10-231-0/+4
| | | | | | This also documents the new option on the website. llvm-svn: 142775
* Enable prevectorization with -enable-polly-vector.Tobias Grosser2011-10-231-0/+7
| | | | | | This removes the separate prevector options for the Pluto and isl scheduler. llvm-svn: 142774
* Add an option to run the PoCC optimizerTobias Grosser2011-10-231-0/+7
| | | | llvm-svn: 142773
* Allow to disable the schedule optimizerTobias Grosser2011-10-231-0/+6
| | | | | | The option -polly-no-optimizer disables the scheduling optimizer. llvm-svn: 142772
* Rename -enable-polly-viewer to -polly-run-viewerTobias Grosser2011-10-231-0/+9
| | | | | | Similar changes for polly-only-viewer, polly-printer and polly-only-printer. llvm-svn: 142766
* RegisterPasses: Allow to disable code generation.Tobias Grosser2011-10-231-0/+6
| | | | llvm-svn: 142765
* ScopDetection: Allow to limit the scop detection to a single functionTobias Grosser2011-10-231-2/+15
| | | | | | | -polly-detect-only=<functionname> allows to limit the scop detection to a single function. llvm-svn: 142750
* Fix buildbot linkTobias Grosser2011-10-231-1/+1
| | | | llvm-svn: 142749
* Link to the new LLVM buildbotsTobias Grosser2011-10-233-3/+3
| | | | llvm-svn: 142748
* www: Describe how to load Polly into clangTobias Grosser2011-10-232-0/+47
| | | | llvm-svn: 142747
* www: Move example into its own section (making room for another one)Tobias Grosser2011-10-232-438/+463
| | | | llvm-svn: 142746
* Change location of our buildbotTobias Grosser2011-10-061-1/+1
| | | | llvm-svn: 141303
* Address Sebastians commentsTobias Grosser2011-10-061-8/+6
| | | | | | This also adds some other cleanups I performed on my way. llvm-svn: 141275
* Adapt to introduction of isl_spaceTobias Grosser2011-10-061-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 Grosser2011-10-051-1/+1
| | | | llvm-svn: 141213
* Add a tool to checkout cloog/isl automatically with the correct versions.Tobias Grosser2011-10-052-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 Grosser2011-10-041-1/+1
| | | | llvm-svn: 141070
* Also force a fixed version of cloogTobias Grosser2011-09-091-1/+4
| | | | llvm-svn: 139363
* Change installation instruction to use a fixed isl versionTobias Grosser2011-09-091-15/+10
| | | | llvm-svn: 139362
* Add information about polyhedral phone call.Tobias Grosser2011-08-231-0/+46
| | | | llvm-svn: 138326
* www: Updating memaccess DocumentationRaghesh Aloor2011-08-151-0/+18
| | | | llvm-svn: 137607
* www: Memory Access Documentation UpdateRaghesh Aloor2011-07-211-0/+4
| | | | llvm-svn: 135641
* www: Fix typoTobias Grosser2011-07-181-1/+1
| | | | | | Reported by: Chad Rosier <mcrosier@apple.com> llvm-svn: 135428
* www: Mention new Polly Builder in NewsTobias Grosser2011-07-181-0/+3
| | | | llvm-svn: 135421
* www: Add link to buildbot into main menuTobias Grosser2011-07-181-3/+4
| | | | llvm-svn: 135387
* www: Buildbot set upTobias Grosser2011-07-181-2/+5
| | | | llvm-svn: 135385
* www: Fix typoTobias Grosser2011-07-121-1/+1
| | | | llvm-svn: 134981
* www/memaccess: Fix forgotten typoTobias Grosser2011-07-051-1/+1
| | | | llvm-svn: 134435
* www: Updating memaccess documentationRaghesh Aloor2011-07-052-137/+81
| | | | | | | This is a complete rewrite to memaccess.html file. This removed some unwanted html tags. llvm-svn: 134429
* www: Fix typos.Tobias Grosser2011-06-302-2/+2
| | | | llvm-svn: 134158
OpenPOWER on IntegriCloud