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-03-08Remove FinalReadTobias Grosser
2012-03-08Dependences: Fix typoTobias Grosser
2012-03-08www: Really fix itTobias Grosser
2012-03-08www: Fix link to imageTobias Grosser
2012-03-08www: Move the Polly architecture to the documentationTobias Grosser
2012-03-08www: Point to the memaccess documentationTobias Grosser
2012-03-08www: Simplify bugs textTobias Grosser
2012-03-08www: Merge Examples with Documentation sectionTobias Grosser
2012-03-08www: Update todo pageTobias Grosser
2012-03-07Dependences: Simplify isParallelDimensionTobias Grosser
2012-03-07Dependences: Restructure and Document codeTobias Grosser
2012-03-07Dependences: Prettify the header slightlyTobias Grosser
2012-03-07Dependences: Remove unused no_source informationTobias Grosser
2012-03-07Dependences: Simplify the check if a new scattering is valid.Tobias Grosser
2012-03-07www: Fix some command lines in the examplesTobias Grosser
2012-03-06CodeGen: Fix typo 'form' -> 'from'Tobias Grosser
2012-03-02CodeGen: Document and beautify the parts of the BlockGeneratorsTobias Grosser
2012-03-02CodeGen: Pass the scalar maps properlyTobias Grosser
2012-03-02CodeGen: PrettifyTobias Grosser
2012-03-02CodeGen: StyleTobias Grosser
2012-03-02CodeGen: Move domain into the VectorBlockGeneratorTobias Grosser
2012-03-02CodeGen: Simplify the generation of a splatTobias Grosser
2012-03-02CodeGen: Prettify functionTobias Grosser
2012-03-02CodeGen: Create separate VectorBlockGeneratorTobias Grosser
2012-03-02CodeGen: Extract code generation for isl types into its own classTobias Grosser
2012-03-02CodeGen: Remove unneeded member variableTobias Grosser
2012-03-02CodeGen: Extract code into the new function copyVectorInstructionTobias Grosser
2012-03-02CodeGen: Sink loop to iterate vector lanes down into copyInstructionTobias Grosser
2012-03-02CodeGenerator: Rename functions to show they produce vector codeTobias Grosser
2012-03-02Fix typoTobias Grosser
2012-03-02CodeGen: No need to forward the vector dimensionTobias Grosser
2012-03-02CodeGen: Store the vector width in the block generatorTobias Grosser
2012-03-02CodeGen: Remove dead codeTobias Grosser
2012-03-02Codegen: Add Pass as a member variable of BlockGeneratorTobias Grosser
2012-03-02CodeGen: Simplify and Prettify codeTobias Grosser
2012-03-02CodeGen: Hide the private implementation of the block generatorTobias Grosser
2012-03-02CodeGen: Start with uppercase letterTobias Grosser
2012-03-02CodeGen: Only check once if a loop is parallelTobias Grosser
2012-03-01www: Fix typo founded -> fundedTobias Grosser
2012-02-20www: Fix french special charactersTobias Grosser
2012-02-20Add information, that Polly became a real LLVM projectTobias Grosser
2012-02-20www: Update links polly.grosser.es -> polly.llvm.orgTobias Grosser
2012-02-20ScheduleOpt: Add option to bound scheduling coefficients of dimensions.Tobias Grosser
2012-02-20Update islTobias Grosser
2012-02-20ScheduleOptimizer: Dump the calculated schedule in debug modeTobias Grosser
2012-02-20ScheduleOpt: Add option to bound constant term coefficientsTobias Grosser
2012-02-16Revert "CodeGeneration: Implement ceild/floord exactly as CLooG does"Tobias Grosser
2012-02-16www: Add 'pet' paper to the publicationsTobias Grosser
2012-02-16CodeGen: Code following a clast_guard comes after the merge blockTobias Grosser
2012-02-16RegisterPasses: Allow to print the CFG right after pollyTobias Grosser