summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/Utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* executeScopConditionally: Introduce special exiting blockTobias Grosser2015-12-091-6/+17
* Fix Codegen adding a second exit out of regionMichael Kruse2015-08-181-0/+12
* Revise the simplification of regionsMichael Kruse2015-08-111-43/+133
* Use value semantics for list of ScopStmt(s) instead of std::owningptrTobias Grosser2015-05-271-3/+3
* Use unique_ptr to clarify ownership of ScopStmtTobias Grosser2015-05-231-1/+1
* Sort include directivesTobias Grosser2015-05-091-1/+0
* [Refactor] Include explicitly what is usedJohannes Doerfert2015-03-011-0/+2
* [PM] Update Polly for LLVM r226459 which removed another pass argumentChandler Carruth2015-01-191-2/+2
* [PM] Update Polly for LLVM r226385 which made LoopInfo actually deriveChandler Carruth2015-01-181-1/+1
* [PM] Update Polly following LLVM r226373 which refactors LoopInfo inChandler Carruth2015-01-171-1/+1
* [Refactor] Cleanup isl code generationJohannes Doerfert2014-09-101-8/+7
* Revert "[Refactor] Cleanup runtime code generation"Tobias Grosser2014-08-161-7/+8
* Fix formattingTobias Grosser2014-08-131-2/+1
* [Refactor] Cleanup runtime code generationJohannes Doerfert2014-08-121-7/+7
* Update for RegionInfo changes.Matt Arsenault2014-07-191-1/+1
* [C++11] Use more range based forsTobias Grosser2014-06-281-3/+3
* Introduce PollyIRBuilderTobias Grosser2014-03-041-2/+2
* codegen: Update LoopInfo correctlyTobias Grosser2014-02-241-0/+4
* Adapt to DomTree changes in r199104Tobias Grosser2014-01-131-1/+2
* Sort includesTobias Grosser2013-05-071-2/+0
* Codegen: Replace region exit and entries recursivelyTobias Grosser2013-04-101-2/+3
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
* Speculative update to Polly for LLVM r159421 which moved IRBuilder.h. Chandler Carruth2012-06-291-1/+1
* Move executeScopConditionally() into its own fileTobias Grosser2012-05-291-0/+84
OpenPOWER on IntegriCloud