summaryrefslogtreecommitdiff
path: root/polly/lib/CodeGen/Utils.cpp
AgeCommit message (Expand)Author
2025-01-27[Polly] Fix typos discovered by codespell (#124545)Christian Clauss
2019-03-28Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-07-14[PPCGCodeGeneration] Fix runtime check adjustments since they make assumption...Siddharth Bhat
2017-06-26[NFC] Return both polly.start and polly.exiting from executeScopConditionally.Andreas Simbuerger
2017-04-04[Polly][NewPM] Pull references to the legacy PM interface from utilities and ...Philip Pfaffe
2016-11-02[Polly CodeGen] Break critical edge from RTC to original loop.Eli Friedman
2016-05-23Duplicate part of the Region interface in the Scop class [NFC]Johannes Doerfert
2015-12-09executeScopConditionally: Introduce special exiting blockTobias Grosser
2015-08-18Fix Codegen adding a second exit out of regionMichael Kruse
2015-08-11Revise the simplification of regionsMichael Kruse
2015-05-27Use value semantics for list of ScopStmt(s) instead of std::owningptrTobias Grosser
2015-05-23Use unique_ptr to clarify ownership of ScopStmtTobias Grosser
2015-05-09Sort include directivesTobias Grosser
2015-03-01[Refactor] Include explicitly what is usedJohannes Doerfert
2015-01-19[PM] Update Polly for LLVM r226459 which removed another pass argumentChandler Carruth
2015-01-18[PM] Update Polly for LLVM r226385 which made LoopInfo actually deriveChandler Carruth
2015-01-17[PM] Update Polly following LLVM r226373 which refactors LoopInfo inChandler Carruth
2014-09-10[Refactor] Cleanup isl code generationJohannes Doerfert
2014-08-16Revert "[Refactor] Cleanup runtime code generation"Tobias Grosser
2014-08-13Fix formattingTobias Grosser
2014-08-12[Refactor] Cleanup runtime code generationJohannes Doerfert
2014-07-19Update for RegionInfo changes.Matt Arsenault
2014-06-28[C++11] Use more range based forsTobias Grosser
2014-03-04Introduce PollyIRBuilderTobias Grosser
2014-02-24codegen: Update LoopInfo correctlyTobias Grosser
2014-01-13Adapt to DomTree changes in r199104Tobias Grosser
2013-05-07Sort includesTobias Grosser
2013-04-10Codegen: Replace region exit and entries recursivelyTobias Grosser
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-06-29Speculative update to Polly for LLVM r159421 which moved IRBuilder.h. Chandler Carruth
2012-05-29Move executeScopConditionally() into its own fileTobias Grosser