summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodePreparation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move transformations into own directoryAndreas Simbuerger2014-03-111-182/+0
| | | | | | | Move all transformations into their own directory. CMakeLists are adjusted accordingly. llvm-svn: 203607
* Adapt to DomTree changes in r199104Tobias Grosser2014-01-131-1/+1
| | | | llvm-svn: 199157
* Style fixes, brought to you by clang-formatTobias Grosser2013-11-161-2/+2
| | | | llvm-svn: 194910
* Use LLVM_DELETED_FUNCTION instead of a commentTobias Grosser2013-10-031-4/+3
| | | | | Contributed-by: Michael Kruse <MichaelKruse@meinersbur.de> llvm-svn: 191894
* Integrate latest clang-format changesTobias Grosser2013-06-231-1/+0
| | | | llvm-svn: 184655
* Sort includesTobias Grosser2013-05-071-1/+0
| | | | llvm-svn: 181297
* Update formatting to latest version of clang-formatTobias Grosser2013-04-101-2/+2
| | | | llvm-svn: 179160
* clang-format: Many more filesTobias Grosser2013-03-231-1/+0
| | | | | | | | | | | | | After this commit, polly is clang-format clean. This can be tested with 'ninja polly-check-format'. Updates to clang-format may change this, but the differences will hopefully be both small and general improvements to the formatting. We currently have some not very nice formatting for a couple of items, DEBUG() stmts for example. I believe the benefit of being clang-format clean outweights the not perfect layout of this code. llvm-svn: 177796
* CodePreparation: Comment and format the file properlyTobias Grosser2013-03-231-72/+70
| | | | llvm-svn: 177781
* CodePrepare: Do not require canonical induction variables for scev based modeTobias Grosser2013-03-201-5/+19
| | | | llvm-svn: 177593
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
| | | | | | reflect the migration in r171366. llvm-svn: 171370
* Initialize the passes early and properly.Tobias Grosser2011-10-081-21/+22
| | | | llvm-svn: 141455
* Add initial version of PollyTobias Grosser2011-04-291-0/+173
This version is equivalent to commit ba26ebece8f5be84e9bd6315611d412af797147e in the old git repository. llvm-svn: 130476
OpenPOWER on IntegriCloud