summaryrefslogtreecommitdiffstats
path: root/polly/lib/IndVarSimplify.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move transformations into own directoryAndreas Simbuerger2014-03-111-2009/+0
* [C++11] Update to reflect the Value::use_iterator andChandler Carruth2014-03-091-25/+19
* [Modules] Update to reflect the move of CFG.h to the IR library in LLVMChandler Carruth2014-03-041-1/+1
* Update for llvm api change.Rafael Espindola2014-02-251-2/+3
* Adapt to DomTree changes in r199104Tobias Grosser2014-01-131-3/+3
* [cleanup] Update Polly for moved header in LLVM r199082.Chandler Carruth2014-01-131-1/+1
* clang-format: No empty line after 'public:'Tobias Grosser2013-10-151-1/+0
* clang-format recent changeTobias Grosser2013-09-171-5/+4
* Fix build after SCEV changeMatt Arsenault2013-09-101-3/+5
* Small style improvementsTobias Grosser2013-07-131-2/+1
* Integrate latest clang-format changesTobias Grosser2013-06-231-5/+8
* Sort includesTobias Grosser2013-05-071-12/+11
* Reformat with clang-formatTobias Grosser2013-05-071-11/+11
* Update formatting to latest version of clang-formatTobias Grosser2013-04-101-15/+16
* Instvarsimplify: clang-formatTobias Grosser2013-03-231-269/+278
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-7/+7
* Revert multiple adress space changes in PollyTobias Grosser2012-11-011-8/+5
* Another speculative commit to try to fix Polly's build. This is more delta thanChandler Carruth2012-10-251-5/+8
* Move TargetData to DataLayout to fix build breakage caused by LLVM r16540Micah Villmow2012-10-081-6/+6
* IndVarSimplify: Disable simplifyIVUsersTobias Grosser2012-03-231-2/+7
* IndVarSimplify: Adapt to changes in LLVM trunkTobias Grosser2012-03-231-9/+4
* IndVarSimplify: Proberly initialize the pass.Tobias Grosser2012-03-231-17/+19
* More AddUsersIfInteresting related fix.Hongbin Zheng2012-03-161-2/+5
* IndVarSimplify: Adpat to IVUsers::AddUsersIfInteresting change.Hongbin Zheng2012-03-161-2/+4
* Copy IndVarSimplify pass from LLVM to PollyTobias Grosser2012-02-141-0/+1996
OpenPOWER on IntegriCloud