summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/LoopGenerators.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [cleanup] Update Polly for moved header in LLVM r199082.Chandler Carruth2014-01-131-1/+1
* Remove unneeded comma and update formattingTobias Grosser2013-08-241-2/+2
* Update LoopInfo correctlyTobias Grosser2013-05-161-0/+19
* LoopGenerators: Construct loops such that they are already loop rotatedTobias Grosser2013-05-161-36/+67
* Sort includesTobias Grosser2013-05-071-2/+1
* Reformat with clang-formatTobias Grosser2013-05-071-11/+14
* Remove unnecessary explicit typing in std::make_pairAndy Gibbs2013-03-201-1/+1
* CodeGen: clang-format goodnessTobias Grosser2013-02-051-58/+34
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-2/+2
* Formatting: Break lines after binary operators such as '&&'Tobias Grosser2012-12-291-2/+2
* Fix obvious formatting problems.Tobias Grosser2012-12-291-2/+1
* Revert multiple adress space changes in PollyTobias Grosser2012-11-011-2/+1
* Another fix for a build-bot reported API mismatch.Chandler Carruth2012-10-251-1/+2
* isl-codegen: Support '<' and '>'Tobias Grosser2012-10-161-3/+5
* Move TargetData to DataLayout to fix build breakage caused by LLVM r16540Micah Villmow2012-10-081-2/+2
* Mark the increments of the generated induction variables 'NSW'Tobias Grosser2012-05-291-1/+1
* Refactor: Move the code generation related header files to include/polly/Code...Hongbin Zheng2012-04-251-1/+1
* Refactor: Pass the argument 'IRBuilder' and 'AfterBlock' of function 'createL...Hongbin Zheng2012-04-231-16/+18
* Move the CodeGeneration.cpp to the CodeGen folder and update the build system.Hongbin Zheng2012-03-301-0/+335
OpenPOWER on IntegriCloud