summaryrefslogtreecommitdiff
path: root/polly/lib/CodeGen/LoopGenerators.cpp
AgeCommit message (Expand)Author
2014-07-15[Refactor] Use attributes to mark function as invalid for pollyJohannes Doerfert
2014-06-04Use range-based for loopsTobias Grosser
2014-03-21clang-format: Remove empty linesTobias Grosser
2014-03-13avoid warningSebastian Pop
2014-03-04Emit llvm.loop metadata for parallel loopsTobias Grosser
2014-03-04Introduce PollyIRBuilderTobias Grosser
2014-03-02Use C++11 formattingTobias Grosser
2014-02-25Update for llvm api change.Rafael Espindola
2014-01-13Adapt to DomTree changes in r199104Tobias Grosser
2014-01-13[cleanup] Update Polly for moved header in LLVM r199082.Chandler Carruth
2013-08-24Remove unneeded comma and update formattingTobias Grosser
2013-05-16Update LoopInfo correctlyTobias Grosser
2013-05-16LoopGenerators: Construct loops such that they are already loop rotatedTobias Grosser
2013-05-07Sort includesTobias Grosser
2013-05-07Reformat with clang-formatTobias Grosser
2013-03-20Remove unnecessary explicit typing in std::make_pairAndy Gibbs
2013-02-05CodeGen: clang-format goodnessTobias Grosser
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-12-29Formatting: Break lines after binary operators such as '&&'Tobias Grosser
2012-12-29Fix obvious formatting problems.Tobias Grosser
2012-11-01Revert multiple adress space changes in PollyTobias Grosser
2012-10-25Another fix for a build-bot reported API mismatch.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-05-29Mark the increments of the generated induction variables 'NSW'Tobias Grosser
2012-04-25Refactor: Move the code generation related header files to include/polly/Code...Hongbin Zheng
2012-04-23Refactor: Pass the argument 'IRBuilder' and 'AfterBlock' of function 'createL...Hongbin Zheng
2012-03-30Move the CodeGeneration.cpp to the CodeGen folder and update the build system.Hongbin Zheng