Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)Author
2012-01-21Dependences: Simplify codeTobias Grosser
2012-01-18ScopInfo: Further style improvementsTobias Grosser
2012-01-18ScopInfo: Simplify some code IITobias Grosser
2012-01-18ScopInfo: Simplify some codeTobias Grosser
2012-01-17www: Move automatic polly installation to a more prominent placeTobias Grosser
2012-01-17www: Fix clang path in polly.sh scriptTobias Grosser
2012-01-16Fix clang svn addressTobias Grosser
2012-01-16Describe how to optionally build the matching clang version.Tobias Grosser
2012-01-13Memaccess: Removing some unwanted codeRaghesh Aloor
2012-01-05add polly.sh scriptSebastian Pop
2012-01-03www: Papers about iterative compilation and non static controlTobias Grosser
2012-01-03Add Udays PhD thesisTobias Grosser
2012-01-03Update publicationsTobias Grosser
2012-01-01Happy new year 2012!NAKAMURA Takumi
2011-12-28Memaccess: Using isl_map_dim_maxRaghesh Aloor
2011-12-20Support non-affine access functions in Polly.Tobias Grosser
2011-12-16Adapt to move of isSafeToSpeculativelyExecute into another header.Tobias Grosser
2011-12-14Allow to run the Polly preopt passes with -O0Tobias Grosser
2011-12-14www: Enable mp4 version of the developer meeting talkTobias Grosser
2011-12-14Scheduler: Try to maximize the band depthTobias Grosser
2011-12-14Scheduler: Set maximal constant termTobias Grosser
2011-12-14Update islTobias Grosser
2011-12-13www: Add forgotten filesTobias Grosser
2011-12-13www: Add LLVM Developer Meeting Video (webm only)Tobias Grosser
2011-12-13www: Improve styling of news sectionTobias Grosser
2011-12-13www: Rephrase the introduction to PollyTobias Grosser
2011-12-12Upgrade to CLooG 0.17.0Tobias Grosser
2011-12-10Update after LLVM API change.Benjamin Kramer
2011-12-09Memacess: Some style changesRaghesh Aloor
2011-12-08ScheduleOptimizer: Do not tile bands with just one dimensionTobias Grosser
2011-12-07ClooG: Make sure ambigous schedules do not introduce complicated codeTobias Grosser
2011-12-07ScheduleOptimizer: Rewrite getPrevectorMap to use isl_pw_affTobias Grosser
2011-12-07Make isl abort when an error is encounteredTobias Grosser
2011-12-06Update isl.Tobias Grosser
2011-12-06CodeGen: Style improvements.Tobias Grosser
2011-12-04Cloog: Include header file for pipe/open/closeTobias Grosser
2011-11-29test: Switch to new atomic instructionsTobias Grosser
2011-11-29Add utils/jscop2cloog.pyTobias Grosser
2011-11-29test: Add more dependences to cmake buildTobias Grosser
2011-11-22test: Do not hardcode '.so' as library suffixTobias Grosser
2011-11-22www: Document how to run 'make polly-test' for autoconf buildTobias Grosser
2011-11-22autoconf: Change order of linking filesTobias Grosser
2011-11-22OpenScop: Remove use of getNameStr()Tobias Grosser
2011-11-22cmake: Create libPollyExchange as in the autoconf buildTobias Grosser
2011-11-22Register Passes: Use -polly-optimizer=(isl|pocc) to switch optimizersTobias Grosser
2011-11-17RegisterPass: Disable Polly by defaultTobias Grosser
2011-11-17Do not use getNameStr() anymore.Tobias Grosser
2011-11-17autoconf: Specify that pollyanalysis depends on pollysupportTobias Grosser
2011-11-17SCEVValidator: Fix coding standards in ValidatorResultTobias Grosser
2011-11-17SCEVValidator: Make ValidatorResult a class and enforce the use of wproper ac...Tobias Grosser