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/lib
AgeCommit message (Expand)Author
2012-03-08Remove FinalReadTobias Grosser
2012-03-08Dependences: Fix typoTobias Grosser
2012-03-07Dependences: Simplify isParallelDimensionTobias Grosser
2012-03-07Dependences: Restructure and Document codeTobias 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-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-02-20ScheduleOpt: Add option to bound scheduling coefficients of dimensions.Tobias 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-16CodeGen: Code following a clast_guard comes after the merge blockTobias Grosser
2012-02-16RegisterPasses: Allow to print the CFG right after pollyTobias Grosser
2012-02-16CodeGeneration: Implement ceild/floord exactly as CLooG doesTobias Grosser
2012-02-16CodeGen: Simplify code slightlyTobias Grosser
2012-02-16RegisterPasses: Add -polly-run-export-cloog optionTobias Grosser
2012-02-15CodeGen: Update the BasicBlock pointer correctly when creating 'polly.split...'Tobias Grosser
2012-02-15CodeGen: Retain the old BB names within the original SCoPTobias Grosser
2012-02-15CodeGen: Name stmt bbs 'polly.stmt.' + OriginalNameTobias Grosser
2012-02-15ScheduleOpt: Only get RAW dependences if we asked for rawTobias Grosser
2012-02-14ScheduleOpt: Allow to configure for which dependences to optimizeTobias Grosser
2012-02-14CodeGen: Get dependences for validity and proximity separatelyTobias Grosser
2012-02-14ScopInfo: Add Scop::getDomains()Tobias Grosser
2012-02-14Copy IndVarSimplify pass from LLVM to PollyTobias Grosser
2012-02-14Recommit "CodeGen: Maintain a valid CFG during code generation"Tobias Grosser
2012-02-14Revert "CodeGen: Maintain a valid CFG during code generation"Tobias Grosser
2012-02-14ScheduleOptimizer: Change vars to start with uppercase letterTobias Grosser
2012-02-13CodeGen: Remove unused variable.Tobias Grosser