summaryrefslogtreecommitdiffstats
path: root/polly/lib/IndependentBlocks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move transformations into own directoryAndreas Simbuerger2014-03-111-574/+0
* [C++11] Update to reflect the Value::use_iterator andChandler Carruth2014-03-091-15/+12
* [C++11] Use foreach iterator for blocks and operandsTobias Grosser2014-03-031-12/+8
* Use C++11 formattingTobias Grosser2014-03-021-1/+1
* IndependentBlocks: Do not assert for PHI nodes outside of scopsTobias Grosser2014-01-291-1/+0
* Adapt to DomTree changes in r199104Tobias Grosser2014-01-131-1/+1
* Remove IR/Writer.hTobias Grosser2014-01-091-3/+2
* Update #include paths for r198688 in LLVM that moved headers in the AssemblyChandler Carruth2014-01-071-1/+1
* ScopInfo/IndependentBlocks: clang-formatTobias Grosser2013-07-241-6/+8
* IndependentBlock: Add option to disable scalar to array rewriting.Hongbin Zheng2013-07-161-1/+11
* Integrate latest clang-format changesTobias Grosser2013-06-231-1/+1
* independent blocks: do not insert stores between phi nodesSebastian Pop2013-05-241-3/+10
* independent blocks: when moving Values, invalidate SCEV cached infoSebastian Pop2013-05-201-3/+6
* Sort includesTobias Grosser2013-05-071-4/+3
* Reformat with clang-formatTobias Grosser2013-05-071-10/+11
* Update formatting to latest version of clang-formatTobias Grosser2013-04-101-11/+11
* fix typosSebastian Pop2013-04-101-3/+3
* IndependentBlocks: translate out of SSA all uses escaping the regionSebastian Pop2013-04-081-4/+14
* IndependentBlocks: clang-format and remove includesTobias Grosser2013-03-231-59/+52
* Remove dependence on canonical induction variableTobias Grosser2013-03-201-8/+8
* IndependentBLocks: Do not visit the same instruction twice when moving theHongbin Zheng2012-08-011-5/+7
* Move CLooG.h into include/polly/CodeGen/Tobias Grosser2012-05-291-1/+1
* add some more missing ifdef CLOOG_FOUNDSebastian Pop2012-05-071-0/+2
* Update Polly to match the LLVM interface change in r156196.Chandler Carruth2012-05-041-7/+5
* Adapt to move of isSafeToSpeculativelyExecute into another header.Tobias Grosser2011-12-161-1/+2
* Fix placement of the '*' that marks a pointerTobias Grosser2011-11-171-1/+1
* Initialize the passes early and properly.Tobias Grosser2011-10-081-4/+9
* Add initial version of PollyTobias Grosser2011-04-291-0/+550
OpenPOWER on IntegriCloud