summaryrefslogtreecommitdiff
path: root/polly/lib/CodeGen/CodeGeneration.cpp
AgeCommit message (Expand)Author
2012-11-01Codegen: Copy and restore the ValueMap and ClastVars explicitlyTobias Grosser
2012-10-25Try to revive the Polly builders after this LLVM API change.Chandler Carruth
2012-10-16isl-codegen: Support '<' and '>'Tobias Grosser
2012-10-08Move TargetData to DataLayout to fix build breakage caused by LLVM r16540Micah Villmow
2012-10-08Rename TargetData -> DataLayoutTobias Grosser
2012-08-03Add preliminary implementation for GPGPU code generation.Tobias Grosser
2012-07-13Revert "Add preliminary implementation for GPGPU code generation."Tobias Grosser
2012-07-13Add preliminary implementation for GPGPU code generation.Tobias Grosser
2012-05-29Move executeScopConditionally() into its own fileTobias Grosser
2012-05-29Move CLooG.h into include/polly/CodeGen/Tobias Grosser
2012-05-22Move isParallelFor into CodeGenerationTobias Grosser
2012-05-07add some more missing ifdef CLOOG_FOUNDSebastian Pop
2012-05-06Allow polly ask bb-vectorizer to vectorize the loop body.Hongbin Zheng
2012-04-25Refactor: Move the code generation related header files to include/polly/Code...Hongbin Zheng
2012-04-25Refactor: Move the declaration of the BlockGenerator/VectorBlockGeneratorHongbin Zheng
2012-04-23Refactor: Pass the argument 'IRBuilder' and 'AfterBlock' of function 'createL...Hongbin Zheng
2012-04-12CodeGen: Generate scalar code if vector instructions cannot be generatedTobias Grosser
2012-04-07CodeGen: Allow Polly to do 'grouped unrolling', but no vector generation.Tobias Grosser
2012-04-03CodeGen: Remove unused declarationTobias Grosser
2012-04-03CodeGen: Recreate old ivs with the original typeTobias Grosser
2012-04-02CodeGen: Some style improvementsTobias Grosser
2012-04-01CodeGen: Remove unused variableTobias Grosser
2012-04-01CodeGen: Allow function parameters to be rewritten in getNewValue()Tobias Grosser
2012-03-30Move the CodeGeneration.cpp to the CodeGen folder and update the build system.Hongbin Zheng