summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/Utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse2019-03-281-1/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PPCGCodeGeneration] Fix runtime check adjustments since they make assumption...Siddharth Bhat2017-07-141-5/+6
* [NFC] Return both polly.start and polly.exiting from executeScopConditionally.Andreas Simbuerger2017-06-261-4/+4
* [Polly][NewPM] Pull references to the legacy PM interface from utilities and ...Philip Pfaffe2017-04-041-4/+3
* [Polly CodeGen] Break critical edge from RTC to original loop.Eli Friedman2016-11-021-0/+20
* Duplicate part of the Region interface in the Scop class [NFC]Johannes Doerfert2016-05-231-6/+6
* 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