summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/LoopGenerators.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Move TargetData to DataLayout to fix build breakage caused by LLVM r16540Micah Villmow2012-10-081-2/+2
| | | | llvm-svn: 165408
* Mark the increments of the generated induction variables 'NSW'Tobias Grosser2012-05-291-1/+1
| | | | | | In general, all code that we produce is NSW. llvm-svn: 157606
* Refactor: Move the code generation related header files to ↵Hongbin Zheng2012-04-251-1/+1
| | | | | | include/polly/CodeGen. llvm-svn: 155547
* Refactor: Pass the argument 'IRBuilder' and 'AfterBlock' of function ↵Hongbin Zheng2012-04-231-16/+18
| | | | | | | | 'createLoop' by reference, so that we do not need to type an extra '&' operator when calling the function. llvm-svn: 155349
* Move the CodeGeneration.cpp to the CodeGen folder and update the build system.Hongbin Zheng2012-03-301-0/+335
Patched by Tsingray. llvm-svn: 153736
OpenPOWER on IntegriCloud